Skip to content

Commit c17217b

Browse files
committed
chore: don't test e2e/smoke on BCR with Bazel 6
1 parent fcb8efa commit c17217b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.bcr/presubmit.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
bcr_test_module:
2-
module_path: 'e2e/smoke'
2+
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ['6.x', '7.x']
5-
platform: ['debian10', 'macos', 'ubuntu2004', 'windows']
4+
bazel: ["7.x"]
5+
platform: ["debian10", "macos", "ubuntu2004", "windows"]
66
tasks:
77
run_tests:
8-
name: 'Run test module'
8+
name: "Run test module"
99
bazel: ${{ bazel }}
1010
platform: ${{ platform }}
1111
test_targets:
12-
- '//...'
12+
- "//..."
1313
test_flags:
14-
- '--test_tag_filters=-skip-on-bazelci-windows'
14+
- "--test_tag_filters=-skip-on-bazelci-windows"

0 commit comments

Comments
 (0)