Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustKarlstedt committed Oct 12, 2022
1 parent 79dc48b commit bf40dad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildifier:
warnings: "-function-docstring-args,-print,-provider-params,-unnamed-macro"
bazel: 4.0.0
tasks:
default_workspace_ubuntu2104:
platform: ubuntu2104
default_workspace_ubuntu1804:
platform: ubuntu1804
test_targets:
- //...
test_flags:
Expand Down Expand Up @@ -170,7 +170,7 @@ tasks:
- --keep_going
- --config=buildkite
testing_examples:
platform: ubuntu2104
platform: ubuntu1804
working_directory: testing/examples
shell_commands:
- cp ../../.bazelrc .
Expand All @@ -183,14 +183,14 @@ tasks:
test_flags:
- --test_output=errors
testing_java_image:
platform: ubuntu2104
platform: ubuntu1804
working_directory: testing/java_image
shell_commands:
- cp ../../.bazelrc .
build_targets:
- //...
testing_download_pkgs_at_root:
platform: ubuntu2104
platform: ubuntu1804
working_directory: testing/download_pkgs_at_root
shell_commands:
- cp ../../.bazelrc .
Expand All @@ -199,7 +199,7 @@ tasks:
test_flags:
- --test_output=errors
testing_custom_toolchain_flags:
platform: ubuntu2104
platform: ubuntu1804
working_directory: testing/custom_toolchain_flags
shell_commands:
- cp ../../.bazelrc .
Expand Down

0 comments on commit bf40dad

Please sign in to comment.