Skip to content

Commit bf40dad

Browse files
Update presubmit.yml
1 parent 79dc48b commit bf40dad

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_ubuntu2104:
9-
platform: ubuntu2104
8+
default_workspace_ubuntu1804:
9+
platform: ubuntu1804
1010
test_targets:
1111
- //...
1212
test_flags:
@@ -170,7 +170,7 @@ tasks:
170170
- --keep_going
171171
- --config=buildkite
172172
testing_examples:
173-
platform: ubuntu2104
173+
platform: ubuntu1804
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: ubuntu2104
186+
platform: ubuntu1804
187187
working_directory: testing/java_image
188188
shell_commands:
189189
- cp ../../.bazelrc .
190190
build_targets:
191191
- //...
192192
testing_download_pkgs_at_root:
193-
platform: ubuntu2104
193+
platform: ubuntu1804
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: ubuntu2104
202+
platform: ubuntu1804
203203
working_directory: testing/custom_toolchain_flags
204204
shell_commands:
205205
- cp ../../.bazelrc .

0 commit comments

Comments
 (0)