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

Commit 9548bc2

Browse files
authored
Use flutter gcp project for linux tasks. (#3733)
* Use flutter gcp project for linux tasks. Bug: flutter/flutter#77624 * Merge upstream changes and change cluster. * Add test_script back.
1 parent 7173380 commit 9548bc2

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.cirrus.yml

Lines changed: 14 additions & 3 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: test-cluster
41+
zone: us-central1-a
42+
namespace: default
3743
matrix:
3844
### Platform-agnostic tasks ###
3945
- name: plugin_tools_tests
@@ -118,8 +124,13 @@ task:
118124
# for non-credit runs.
119125
task:
120126
<< : *FLUTTER_UPGRADE_TEMPLATE
121-
container:
127+
gke_container:
122128
dockerfile: .ci/Dockerfile
129+
builder_image_name: docker-builder # gce vm image
130+
builder_image_project: flutter-cirrus
131+
cluster_name: test-cluster
132+
zone: us-central1-a
133+
namespace: default
123134
cpu: 4
124135
memory: 12G
125136
matrix:

0 commit comments

Comments
 (0)