@@ -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    - " ..." 
@@ -55,6 +54,7 @@ buildifier:
5554  build_flags :
5655    - " --noenable_bzlmod" 
5756    - " --enable_workspace" 
57+   bazel : 7.x 
5858.common_bazelinbazel_config : &common_bazelinbazel_config 
5959    build_flags :
6060      - " --build_tag_filters=integration-test" 
@@ -159,7 +159,6 @@ tasks:
159159      - " --enable_workspace" 
160160      - " --keep_going" 
161161      - " --build_tag_filters=-integration-test" 
162-       - " --config=bazel7.x" 
163162    test_targets :
164163      - " --" 
165164      - " ..." 
@@ -187,7 +186,6 @@ tasks:
187186    << : *reusable_config 
188187    name : " RBE: Ubuntu, minimum Bazel" 
189188    platform : rbe_ubuntu2004 
190-     bazel : 7.x 
191189    build_flags :
192190      #  BazelCI sets --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1,
193191      #  which prevents cc toolchain autodetection from working correctly
@@ -206,6 +204,9 @@ tasks:
206204    << : *reusable_config 
207205    name : " RBE: Ubuntu" 
208206    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 
209210    test_flags :
210211      - " --test_tag_filters=-integration-test,-acceptance-test" 
211212      - " --extra_toolchains=@buildkite_config//config:cc-toolchain" 
@@ -412,25 +413,21 @@ tasks:
412413    name : " examples/pip_parse_vendored: Ubuntu, workspace, minimum Bazel" 
413414    working_directory : examples/pip_parse_vendored 
414415    platform : ubuntu2004 
415-   integration_test_pip_parse_vendored_ubuntu_min_bzlmod :
416-     << : *minimum_supported_version 
417-     << : *reusable_build_test_all 
418-     name : " examples/pip_parse_vendored: Ubuntu, bzlmod, minimum Bazel" 
419-     working_directory : examples/pip_parse_vendored 
420-     platform : ubuntu2004 
421-     bazel : 7.x 
422416  integration_test_pip_parse_vendored_ubuntu :
423417    << : *reusable_build_test_all 
418+     << : *common_workspace_flags 
424419    name : " examples/pip_parse_vendored: Ubuntu" 
425420    working_directory : examples/pip_parse_vendored 
426421    platform : ubuntu2004 
427422  integration_test_pip_parse_vendored_debian :
428423    << : *reusable_build_test_all 
424+     << : *common_workspace_flags 
429425    name : " examples/pip_parse_vendored: Debian" 
430426    working_directory : examples/pip_parse_vendored 
431427    platform : debian11 
432428  integration_test_pip_parse_vendored_macos :
433429    << : *reusable_build_test_all 
430+     << : *common_workspace_flags 
434431    name : " examples/pip_parse_vendored: MacOS" 
435432    working_directory : examples/pip_parse_vendored 
436433    platform : macos 
0 commit comments