File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ base_template: &BASE_TEMPLATE
29
29
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts
30
30
stateful : false # https://cirrus-ci.org/guide/writing-tasks/#stateful-tasks
31
31
32
- global_task_template : &GLOBAL_TASK_TEMPLATE
33
- << : *BASE_TEMPLATE
32
+ task_template : &TASK_TEMPLATE
34
33
timeout_in : 120m # https://cirrus-ci.org/faq/#instance-timed-out
35
34
container :
36
35
# https://cirrus-ci.org/faq/#are-there-any-limits
@@ -44,6 +43,10 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
44
43
ci_script :
45
44
- ./ci/test_run_all.sh
46
45
46
+ global_task_template : &GLOBAL_TASK_TEMPLATE
47
+ << : *BASE_TEMPLATE
48
+ << : *TASK_TEMPLATE
49
+
47
50
depends_sdk_cache_template : &DEPENDS_SDK_CACHE_TEMPLATE
48
51
depends_sdk_cache :
49
52
folder : " depends/sdk-sources"
@@ -211,9 +214,10 @@ task:
211
214
task :
212
215
name : ' ARM64 Android APK [focal]'
213
216
<< : *DEPENDS_SDK_CACHE_TEMPLATE
217
+ << : *BASE_TEMPLATE
214
218
depends_sources_cache :
215
219
folder : " depends/sources"
216
- << : *GLOBAL_TASK_TEMPLATE
220
+ << : *TASK_TEMPLATE
217
221
container :
218
222
image : ubuntu:focal
219
223
env :
You can’t perform that action at this time.
0 commit comments