Skip to content

Commit

Permalink
Use flutter-cirrus gcp project for linux tasks. (flutter#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored Mar 19, 2021
1 parent 3337df6 commit 2694bc0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
gcp_credentials: ENCRYPTED[1816835da1e936dabb469b51501856ec8468676e35e967bd0fd720a815498e5ee6c8a6a79219ce273f67bcb8f1aa948a]

task:
container:
gke_container:
dockerfile: .ci/Dockerfile
builder_image_name: docker-builder # gce vm image
builder_image_project: flutter-cirrus
cluster_name: build-32-cluster
zone: us-central1-a
namespace: default
cpu: 4
memory: 8G
upgrade_script:
Expand Down Expand Up @@ -46,6 +51,7 @@ task:

task:
name: build-ipas
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance:
image: big-sur-xcode-12.4
env:
Expand All @@ -64,6 +70,7 @@ task:

task:
name: local_tests
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance:
image: big-sur-xcode-12.4
env:
Expand Down

0 comments on commit 2694bc0

Please sign in to comment.