88 - group : " :hammer: Build Unity 2021 full test fixtures"
99 steps :
1010 - label : " :android: Build Android DEV test fixture for Unity 2021"
11- timeout_in_minutes : 30
11+ timeout_in_minutes : 20
1212 key : " build-android-dev-fixture-2021"
1313 env :
1414 UNITY_VERSION : *2021
2828 limit : 1
2929
3030 - label : " :ios: Generate Xcode DEV project - Unity 2021"
31- timeout_in_minutes : 30
31+ timeout_in_minutes : 10
3232 key : " generate-dev-fixture-project-2021"
3333 env :
3434 UNITY_VERSION : *2021
4949 limit : 1
5050
5151 - label : " :ios: Build DEV iOS test fixture for Unity 2021"
52- timeout_in_minutes : 30
52+ timeout_in_minutes : 10
5353 key : " build-ios-dev-fixture-2021"
5454 depends_on : " generate-dev-fixture-project-2021"
5555 env :
7373 limit : 1
7474
7575 - label : Build Unity 2021 MacOS test fixture
76- timeout_in_minutes : 30
76+ timeout_in_minutes : 10
7777 key : " macos-2021-fixture"
7878 env :
7979 UNITY_VERSION : *2021
@@ -113,7 +113,7 @@ steps:
113113 limit : 1
114114
115115 - label : Build Unity 2021 WebGL test fixture
116- timeout_in_minutes : 30
116+ timeout_in_minutes : 20
117117 key : " webgl-2021-fixture"
118118 env :
119119 UNITY_VERSION : *2021
@@ -133,7 +133,7 @@ steps:
133133 limit : 1
134134
135135 - label : Build Unity 2021 DEV WebGL test fixture
136- timeout_in_minutes : 30
136+ timeout_in_minutes : 20
137137 key : " webgl-2021-dev-fixture"
138138 env :
139139 UNITY_VERSION : *2021
@@ -269,10 +269,10 @@ steps:
269269 concurrency_method : eager
270270
271271 - label : Run MacOS e2e tests for Unity 2021
272- timeout_in_minutes : 60
272+ timeout_in_minutes : 30
273273 depends_on : ' macos-2021-fixture'
274274 agents :
275- queue : macos-12-arm-unity
275+ queue : macos-14
276276 env :
277277 UNITY_VERSION : *2021
278278 plugins :
@@ -293,7 +293,7 @@ steps:
293293 timeout_in_minutes : 60
294294 depends_on : ' macos-2021-dev-fixture'
295295 agents :
296- queue : macos-12-arm-unity
296+ queue : macos-14
297297 env :
298298 UNITY_VERSION : *2021
299299 plugins :
@@ -311,7 +311,7 @@ steps:
311311 - scripts/ci-run-macos-tests.sh dev
312312
313313 - label : Run WebGL e2e tests for Unity 2021
314- timeout_in_minutes : 30
314+ timeout_in_minutes : 20
315315 depends_on : ' webgl-2021-fixture'
316316 env :
317317 UNITY_VERSION : *2021
@@ -330,7 +330,7 @@ steps:
330330 - scripts/ci-run-webgl-tests.sh release
331331
332332 - label : Run WebGL e2e DEV tests for Unity 2021
333- timeout_in_minutes : 30
333+ timeout_in_minutes : 20
334334 depends_on : ' webgl-2021-dev-fixture'
335335 env :
336336 UNITY_VERSION : *2021
0 commit comments