This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
35only_if : $CIRRUS_TAG == ''
4- use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
56env :
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.
3334task :
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.
119125task :
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 :
You can’t perform that action at this time.
0 commit comments