22# Update this file by running ./update-bazel-postsubmit.sh under the same directory
33
44tasks :
5- centos7 :
5+ rockylinux8 :
66 shell_commands :
77 - rm -rf $HOME/bazeltest
88 - mkdir $HOME/bazeltest
9- - bazel mod deps --lockfile_mode=update
109 build_flags :
1110 - " --config=ci-linux"
1211 build_targets :
2120 - " //src/tools/execlog/..."
2221 test_flags :
2322 - " --config=ci-linux"
24- # Override REMOTE_NETWORK_ADDRESS since bazel_sandboxing_networking_test doesn't work on this platform
25- - " --test_env=REMOTE_NETWORK_ADDRESS="
2623 test_targets :
2724 - " //scripts/..."
2825 - " //src/java_tools/..."
3734 - " //tools/compliance/..."
3835 - " //tools/python/..."
3936 - " //tools/bash/..."
40- # These tests are not compatible with the gcov version of CentOS 7 .
37+ # These tests are not compatible with the gcov version of Rocky Linux 8 .
4138 - " -//src/test/shell/bazel:bazel_cc_code_coverage_test"
4239 - " -//src/test/shell/bazel:bazel_coverage_cc_released_test_gcc"
4340 - " -//src/test/shell/bazel:bazel_coverage_cc_head_test_gcc"
4946 shell_commands :
5047 - rm -rf $HOME/bazeltest
5148 - mkdir $HOME/bazeltest
52- - bazel mod deps --lockfile_mode=update
5349 build_flags :
5450 - " --config=ci-linux"
5551 build_targets :
6359 shell_commands :
6460 - rm -rf $HOME/bazeltest
6561 - mkdir $HOME/bazeltest
66- - bazel mod deps --lockfile_mode=update
6762 build_flags :
6863 - " --config=ci-linux"
6964 build_targets :
9893 shell_commands :
9994 - rm -rf $HOME/bazeltest
10095 - mkdir $HOME/bazeltest
101- - bazel mod deps --lockfile_mode=update
10296 build_flags :
10397 - " --config=ci-linux"
10498 build_targets :
@@ -117,7 +111,6 @@ tasks:
117111 shell_commands :
118112 - rm -rf $HOME/bazeltest
119113 - mkdir $HOME/bazeltest
120- - bazel mod deps --lockfile_mode=update
121114 build_flags :
122115 - " --config=ci-linux"
123116 build_targets :
@@ -149,7 +142,6 @@ tasks:
149142 - rm -rf $HOME/bazeltest
150143 - mkdir $HOME/bazeltest
151144 - ln -sf $OUTPUT_BASE/external $HOME/bazeltest/external
152- - bazel mod deps --lockfile_mode=update
153145 build_flags :
154146 - " --config=ci-macos"
155147 build_targets :
@@ -193,7 +185,6 @@ tasks:
193185 - rm -rf $HOME/bazeltest
194186 - mkdir $HOME/bazeltest
195187 - ln -sf $OUTPUT_BASE/external $HOME/bazeltest/external
196- - bazel mod deps --lockfile_mode=update
197188 build_flags :
198189 - " --config=ci-macos"
199190 build_targets :
@@ -227,7 +218,6 @@ tasks:
227218 setup :
228219 - mkdir C:\b
229220 - mklink /J C:\b\bazeltest_external %OUTPUT_BASE:/=\%\external
230- - bazel mod deps --lockfile_mode=update
231221 build_flags :
232222 - " --config=ci-windows"
233223 build_targets :
@@ -277,7 +267,6 @@ tasks:
277267 setup :
278268 - mkdir C:\b
279269 - mklink /J C:\b\bazeltest_external %OUTPUT_BASE:/=\%\external
280- - bazel mod deps --lockfile_mode=update
281270 build_flags :
282271 - " --config=ci-windows"
283272 - " --config=windows_arm64"
@@ -289,8 +278,6 @@ tasks:
289278 rbe_ubuntu2004 :
290279 platform : ubuntu2004
291280 name : " RBE"
292- shell_commands :
293- - bazel mod deps --lockfile_mode=update
294281 build_flags :
295282 - " --config=remote"
296283 - " --remote_executor=grpcs://remotebuildexecution.googleapis.com"
0 commit comments