Skip to content

Commit f2b6876

Browse files
committed
fix the matrix
1 parent 7080341 commit f2b6876

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,13 @@ matrix:
9494
- macos
9595
- windows
9696
bazel: [7.*, 8.*, 9.*]
97-
bcr_variant:
98-
- examples/bzlmod
99-
- gazelle/examples/bzlmod_build_file_generation
10097
tasks:
10198
# Keep in sync with .bcr/presubmit.yml
10299
bcr_tests:
103100
name: BCR test module
104101
platform: ${{ platform }}
105102
bazel: ${{ bazel }}
106-
working_directory: ${{ bcr_variant }}
103+
working_directory: examples/bzlmod
107104
platform: ${{ platform }}
108105
bazel: ${{ bazel }}
109106
shell_commands:
@@ -123,7 +120,7 @@ tasks:
123120
name: BCR gazelle test module
124121
platform: ${{ platform }}
125122
bazel: ${{ bazel }}
126-
working_directory: ${{ bcr_variant }}
123+
working_directory: gazelle/examples/bzlmod_build_file_generation
127124
# Regenerate the BUILD files for the test module using Gazelle.
128125
# Also verify -repo_config are generated correctly in gazelle.bash
129126
shell_commands:

0 commit comments

Comments
 (0)