@@ -18,12 +18,12 @@ buildifier:
1818 # Use a specific version to avoid skew issues when new versions are released.
1919 version : 6.1.0
2020 warnings : " all"
21- # NOTE: Minimum supported version is 6.x for workspace; 7.x for bzlmod
21+ # NOTE: Minimum supported version is 7.x
2222.minimum_supported_version : &minimum_supported_version
2323 # For testing minimum supported version.
2424 # NOTE: Keep in sync with //:version.bzl
25- bazel : 6.4.0
26- skip_in_bazel_downstream_pipeline : " Bazel 6 required"
25+ bazel : 7.x
26+ skip_in_bazel_downstream_pipeline : " Bazel 7 required"
2727.reusable_config : &reusable_config
2828 build_targets :
2929 - " --"
@@ -34,7 +34,6 @@ buildifier:
3434 build_flags :
3535 - " --keep_going"
3636 - " --build_tag_filters=-integration-test"
37- - " --config=bazel7.x"
3837 test_targets :
3938 - " --"
4039 - " ..."
@@ -48,12 +47,14 @@ buildifier:
4847 - " --noenable_bzlmod"
4948 - " --test_tag_filters=-integration-test"
5049.common_workspace_flags : &common_workspace_flags
50+ skip_in_bazel_downstream_pipeline : " Bazel 9 doesn't support workspace"
5151 test_flags :
5252 - " --noenable_bzlmod"
5353 - " --enable_workspace"
5454 build_flags :
5555 - " --noenable_bzlmod"
5656 - " --enable_workspace"
57+ bazel : 7.x
5758.common_bazelinbazel_config : &common_bazelinbazel_config
5859 build_flags :
5960 - " --build_tag_filters=integration-test"
@@ -158,7 +159,6 @@ tasks:
158159 - " --enable_workspace"
159160 - " --keep_going"
160161 - " --build_tag_filters=-integration-test"
161- - " --config=bazel7.x"
162162 test_targets :
163163 - " --"
164164 - " ..."
@@ -186,7 +186,6 @@ tasks:
186186 << : *reusable_config
187187 name : " RBE: Ubuntu, minimum Bazel"
188188 platform : rbe_ubuntu2004
189- bazel : 7.x
190189 build_flags :
191190 # BazelCI sets --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1,
192191 # which prevents cc toolchain autodetection from working correctly
@@ -205,6 +204,9 @@ tasks:
205204 << : *reusable_config
206205 name : " RBE: Ubuntu"
207206 platform : rbe_ubuntu2004
207+ # TODO @aignas 2024-12-11: get the RBE working in CI for bazel 8.0
208+ # See https://github.com/bazelbuild/rules_python/issues/2499
209+ bazel : 7.x
208210 test_flags :
209211 - " --test_tag_filters=-integration-test,-acceptance-test"
210212 - " --extra_toolchains=@buildkite_config//config:cc-toolchain"
@@ -411,25 +413,21 @@ tasks:
411413 name : " examples/pip_parse_vendored: Ubuntu, workspace, minimum Bazel"
412414 working_directory : examples/pip_parse_vendored
413415 platform : ubuntu2004
414- integration_test_pip_parse_vendored_ubuntu_min_bzlmod :
415- << : *minimum_supported_version
416- << : *reusable_build_test_all
417- name : " examples/pip_parse_vendored: Ubuntu, bzlmod, minimum Bazel"
418- working_directory : examples/pip_parse_vendored
419- platform : ubuntu2004
420- bazel : 7.x
421416 integration_test_pip_parse_vendored_ubuntu :
422417 << : *reusable_build_test_all
418+ << : *common_workspace_flags
423419 name : " examples/pip_parse_vendored: Ubuntu"
424420 working_directory : examples/pip_parse_vendored
425421 platform : ubuntu2004
426422 integration_test_pip_parse_vendored_debian :
427423 << : *reusable_build_test_all
424+ << : *common_workspace_flags
428425 name : " examples/pip_parse_vendored: Debian"
429426 working_directory : examples/pip_parse_vendored
430427 platform : debian11
431428 integration_test_pip_parse_vendored_macos :
432429 << : *reusable_build_test_all
430+ << : *common_workspace_flags
433431 name : " examples/pip_parse_vendored: MacOS"
434432 working_directory : examples/pip_parse_vendored
435433 platform : macos
0 commit comments