Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync back changes to presubmit.yml #106

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcr_test_module:
module_path: "examples"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
platform: ["debian10", "macos_legacy", "ubuntu2004"]
bazel: ["6.x", "7.x"]
tasks:
run_tests:
Expand All @@ -14,8 +14,6 @@ bcr_test_module:
name: "Run test module"
platform: "windows"
bazel: ${{ bazel }}
build_targets:
- "//..."
test_targets:
- "//..."
# Running these tests on Windows requires non-standard Visual Studio
Expand All @@ -25,4 +23,6 @@ bcr_test_module:
# Fails with:
# LAUNCHER ERROR: Cannot launch process: "C:/tools/msys64/usr/bin/bash.exe
# Reason: (error: 8): Not enough memory resources are available to process this command.
# TODO: Enable after https://github.com/bazelbuild/bazel/pull/23076.
- "-//sh/..."
- "-//args_location_expansion/..."