Skip to content

Commit a1db98d

Browse files
committed
add comments, remove windows from bcr presubmit
1 parent c2d7cb0 commit a1db98d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ buildifier:
9292
- //tests:version_3_14_test
9393
- //tests:version_default_test
9494

95+
# Keep in sync with .bcr/gazelle/presubmit.yml
9596
.gazelle_common_bcr: &gazelle_common_bcr
9697
bazel: ${{ bazel }}
9798
working_directory: gazelle/examples/bzlmod_build_file_generation
@@ -119,6 +120,7 @@ matrix:
119120
bazel: [7.*, 8.*]
120121

121122
tasks:
123+
# Keep in sync with .bcr/presubmit.yml
122124
bcr_test:
123125
name: "BCR: Bazel {bazel}"
124126
platform: ${{ platform }}

.bcr/gazelle/presubmit.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@
1515
bcr_test_module:
1616
module_path: "examples/bzlmod_build_file_generation"
1717
matrix:
18-
platform: ["debian11", "macos", "ubuntu2204", "windows"]
19-
bazel: [7.*, 8.*]
18+
platform: [
19+
"debian11",
20+
"macos",
21+
"ubuntu2204",
22+
]
23+
bazel: [
24+
7.*,
25+
8.*,
26+
]
2027
tasks:
2128
run_tests:
2229
name: "Run test module"

0 commit comments

Comments
 (0)