Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5c8173e

Browse files
committed
Use flutter gcp project for linux tasks.
Bug: flutter/flutter#77624
1 parent 15d4f9c commit 5c8173e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.cirrus.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
gcp_credentials: ENCRYPTED[ec898795b6f1b54f9cc2ab4104909f1053651f65fcab96397cfdc33dae6df5fd0fa972e29ba19f4f95125de844ab1641]
2+
13
# Don't run on release tags since it creates O(n^2) tasks where n is the
24
# number of plugins
35
only_if: $CIRRUS_TAG == ''
4-
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
56
env:
67
INTEGRATION_TEST_PATH: "./packages/integration_test"
78
CHANNEL: "master" # Default to master when not explicitly set by a task.
@@ -32,8 +33,13 @@ macos_template: &MACOS_TEMPLATE
3233
# concurrency limits.
3334
task:
3435
<< : *FLUTTER_UPGRADE_TEMPLATE
35-
container:
36+
gke_container:
3637
dockerfile: .ci/Dockerfile
38+
builder_image_name: docker-builder # gce vm image
39+
builder_image_project: flutter-cirrus
40+
cluster_name: build-32-cluster
41+
zone: us-central1-a
42+
namespace: default
3743
matrix:
3844
### Platform-agnostic tasks ###
3945
- name: plugin_tools_tests
@@ -127,8 +133,13 @@ task:
127133
# (which is what the current image generated from .ci/Dockerfile has).
128134
task:
129135
<< : *FLUTTER_UPGRADE_TEMPLATE
130-
container:
136+
gke_container:
131137
dockerfile: .ci/Dockerfile-LegacyChrome
138+
builder_image_name: docker-builder # gce vm image
139+
builder_image_project: flutter-cirrus
140+
cluster_name: build-32-cluster
141+
zone: us-central1-a
142+
namespace: default
132143
matrix:
133144
- name: integration_web_smoke_test
134145
env:
@@ -152,8 +163,13 @@ task:
152163
# for non-credit runs.
153164
task:
154165
<< : *FLUTTER_UPGRADE_TEMPLATE
155-
container:
166+
gke_container:
156167
dockerfile: .ci/Dockerfile
168+
builder_image_name: docker-builder # gce vm image
169+
builder_image_project: flutter-cirrus
170+
cluster_name: build-32-cluster
171+
zone: us-central1-a
172+
namespace: default
157173
cpu: 4
158174
memory: 12G
159175
matrix:

0 commit comments

Comments
 (0)