Skip to content

Commit

Permalink
chore: don't test e2e/smoke on BCR with Bazel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jun 7, 2024
1 parent fcb8efa commit c17217b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
bcr_test_module:
module_path: 'e2e/smoke'
module_path: "e2e/smoke"
matrix:
bazel: ['6.x', '7.x']
platform: ['debian10', 'macos', 'ubuntu2004', 'windows']
bazel: ["7.x"]
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: 'Run test module'
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- '//...'
- "//..."
test_flags:
- '--test_tag_filters=-skip-on-bazelci-windows'
- "--test_tag_filters=-skip-on-bazelci-windows"

0 comments on commit c17217b

Please sign in to comment.