Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Switch default platform to ubuntu2004
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Jun 10, 2022
1 parent 4fc241a commit c0e7752
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ buildifier:
# TODO (suvanjan): Re-enable once issues are fixed.
warnings: "attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,confusing-name,constant-glob,ctx-actions,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,function-docstring,git-repository,http-archive,integer-division,load,load-on-top,module-docstring,name-conventions,native-build,native-package,no-effect,out-of-order-load,output-group,package-name,package-on-top,positional-args,redefined-variable,repository-name,same-origin-load,string-iteration,unreachable,unsorted-dict-items,unused-variable"
platforms:
ubuntu1804:
build_targets:
- "--"
- "..."
- "-//images/gcloud-bazel:gcloud_push"
- "-//images/gcloud-bazel:gcloud_installer"
- "-//images/gcloud-bazel:gcloud_install"
- "-//images/gcloud-bazel:gcloud-layer"
test_targets:
- "..."
ubuntu2004:
ubuntu2004: # TODO(fejta): ubuntu2204
build_targets:
- "--"
- "..."
Expand All @@ -44,8 +34,8 @@ platforms:
- "--verbose_failures"
min_supported_version:
name: "Minimum Supported Version"
bazel: "2.2.0"
platform: ubuntu1804
bazel: "5.2.0"
platform: ubuntu2004
build_targets:
- "--"
- "..."
Expand Down

0 comments on commit c0e7752

Please sign in to comment.