Skip to content

Commit 95616d2

Browse files
linzhpgravypod
authored andcommitted
Using ubuntu 2004
1 parent 8706988 commit 95616d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.bazelci/presubmit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildifier:
55
warnings: "-function-docstring-args,-print,-provider-params,-unnamed-macro"
66
bazel: 4.0.0
77
tasks:
8-
default_workspace_ubuntu2204:
9-
platform: ubuntu2204
8+
default_workspace_ubuntu2004:
9+
platform: ubuntu2004
1010
test_targets:
1111
- //...
1212
test_flags:
@@ -170,7 +170,7 @@ tasks:
170170
- --keep_going
171171
- --config=buildkite
172172
testing_examples:
173-
platform: ubuntu2204
173+
platform: ubuntu2004
174174
working_directory: testing/examples
175175
shell_commands:
176176
- cp ../../.bazelrc .
@@ -183,14 +183,14 @@ tasks:
183183
test_flags:
184184
- --test_output=errors
185185
testing_java_image:
186-
platform: ubuntu2204
186+
platform: ubuntu2004
187187
working_directory: testing/java_image
188188
shell_commands:
189189
- cp ../../.bazelrc .
190190
build_targets:
191191
- //...
192192
testing_download_pkgs_at_root:
193-
platform: ubuntu2204
193+
platform: ubuntu2004
194194
working_directory: testing/download_pkgs_at_root
195195
shell_commands:
196196
- cp ../../.bazelrc .
@@ -199,7 +199,7 @@ tasks:
199199
test_flags:
200200
- --test_output=errors
201201
testing_custom_toolchain_flags:
202-
platform: ubuntu2204
202+
platform: ubuntu2004
203203
working_directory: testing/custom_toolchain_flags
204204
shell_commands:
205205
- cp ../../.bazelrc .

0 commit comments

Comments
 (0)