This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ gcp_credentials : ENCRYPTED[ec898795b6f1b54f9cc2ab4104909f1053651f65fcab96397cfdc33dae6df5fd0fa972e29ba19f4f95125de844ab1641]
2
+
1
3
# Don't run on release tags since it creates O(n^2) tasks where n is the
2
4
# number of plugins
3
5
only_if : $CIRRUS_TAG == ''
4
- use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
5
6
env :
6
7
INTEGRATION_TEST_PATH : " ./packages/integration_test"
7
8
CHANNEL : " master" # Default to master when not explicitly set by a task.
@@ -32,8 +33,13 @@ macos_template: &MACOS_TEMPLATE
32
33
# concurrency limits.
33
34
task :
34
35
<< : *FLUTTER_UPGRADE_TEMPLATE
35
- container :
36
+ gke_container :
36
37
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
37
43
matrix :
38
44
# ## Platform-agnostic tasks ###
39
45
- name : plugin_tools_tests
@@ -118,8 +124,13 @@ task:
118
124
# for non-credit runs.
119
125
task :
120
126
<< : *FLUTTER_UPGRADE_TEMPLATE
121
- container :
127
+ gke_container :
122
128
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
123
134
cpu : 4
124
135
memory : 12G
125
136
matrix :
You can’t perform that action at this time.
0 commit comments