File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,15 @@ tasks:
272272 working_directory : examples/bzlmod
273273 platform : debian11
274274 bazel : 7.x
275+ integration_test_bzlmod_ubuntu_vendor :
276+ << : *reusable_build_test_all
277+ name : " examples/bzlmod: bazel vendor"
278+ working_directory : examples/bzlmod
279+ platform : ubuntu2004
280+ shell_commands :
281+ - " bazel vendor --vendor_dir=./vendor //..."
282+ - " bazel build --vendor_dir=./vendor //..."
283+ - " rm -rf ./vendor"
275284 integration_test_bzlmod_macos :
276285 << : *reusable_build_test_all
277286 << : *coverage_targets_example_bzlmod
@@ -495,16 +504,6 @@ tasks:
495504 name : " tests/integration bazel-in-bazel: Debian"
496505 platform : debian11
497506
498-
499- integration_test_bazel_vendor_ubuntu :
500- << : *reusable_build_test_all
501- name : " test_bazel_vendor: Ubuntu"
502- working_directory : examples/bzlmod
503- platform : ubuntu2004
504- shell_commands :
505- - " bazel vendor --vendor_dir=./vendor //..."
506- - " bazel build --vendor_dir=./vendor //..."
507- - " rm -rf ./vendor"
508507 integration_test_compile_pip_requirements_ubuntu :
509508 << : *reusable_build_test_all
510509 name : " compile_pip_requirements: Ubuntu"
You can’t perform that action at this time.
0 commit comments