@@ -34,6 +34,7 @@ buildifier:
3434 build_flags :
3535 - " --keep_going"
3636 - " --build_tag_filters=-integration-test"
37+ - " --announce_rc"
3738 test_targets :
3839 - " --"
3940 - " ..."
@@ -500,10 +501,14 @@ tasks:
500501 << : *common_bazelinbazel_config
501502 name : " tests/integration bazel-in-bazel: Ubuntu"
502503 platform : ubuntu2204
504+ build_flags :
505+ - " --action_env=PATH"
503506 integration_test_bazelinbazel_debian :
504507 << : *common_bazelinbazel_config
505508 name : " tests/integration bazel-in-bazel: Debian"
506509 platform : debian11
510+ build_flags :
511+ - " --action_env=PATH"
507512 # The bazelinbazel tests were disabled on Mac to save CI jobs slots, and
508513 # have bitrotted a bit. For now, just run a subset of what we're most
509514 # interested in.
@@ -513,6 +518,8 @@ tasks:
513518 platform : macos
514519 build_targets : ["//tests/integration:local_toolchains_test_bazel_self"]
515520 test_targets : ["//tests/integration:local_toolchains_test_bazel_self"]
521+ build_flags :
522+ - " --action_env=PATH"
516523 # The bazelinbazel tests were disabled on Windows to save CI jobs slots, and
517524 # have bitrotted a bit. For now, just run a subset of what we're most
518525 # interested in.
@@ -522,6 +529,8 @@ tasks:
522529 platform : windows
523530 build_targets : ["//tests/integration:local_toolchains_test_bazel_self"]
524531 test_targets : ["//tests/integration:local_toolchains_test_bazel_self"]
532+ build_flags :
533+ - " --action_env=PATH"
525534
526535 integration_test_compile_pip_requirements_ubuntu :
527536 << : *reusable_build_test_all
0 commit comments