@@ -51,13 +51,13 @@ steps:
5151 key : ' build-android-fixture-2021'
5252 depends_on : ' build-artifacts'
5353 env :
54- UNITY_VERSION : " 2021.2.17f1 "
54+ UNITY_VERSION : " 2021.3.27f1 "
5555 plugins :
5656 artifacts#v1.5.0:
5757 download :
5858 - Bugsnag.unitypackage
5959 upload :
60- - features/fixtures/maze_runner/mazerunner_2021.2.17f1 .apk
60+ - features/fixtures/maze_runner/mazerunner_2021.3.27f1 .apk
6161 - features/fixtures/unity.log
6262 commands :
6363 - rake test:android:build
@@ -66,28 +66,6 @@ steps:
6666 - exit_status : " *"
6767 limit : 1
6868
69- - label : ' :android: Build Android EDM test fixture for Unity 2021'
70- timeout_in_minutes : 30
71- key : ' build-edm-fixture-2021'
72- depends_on : ' build-artifacts'
73- env :
74- UNITY_VERSION : " 2021.2.17f1"
75- plugins :
76- artifacts#v1.5.0:
77- download :
78- - Bugsnag.unitypackage
79- upload :
80- - features/fixtures/EDM_Fixture/edm_2021.2.17f1.apk
81- - features/scripts/mobile/buildEdmFixture.log
82- - features/scripts/mobile/edmImport.log
83- - features/scripts/mobile/enableEdm.log
84- commands :
85- - rake test:edm:build
86- retry :
87- automatic :
88- - exit_status : " *"
89- limit : 1
90-
9169 #
9270 # Run Android tests
9371 #
@@ -147,46 +125,21 @@ steps:
147125 plugins :
148126 artifacts#v1.5.0:
149127 download :
150- - " features/fixtures/maze_runner/mazerunner_2021.2.17f1 .apk"
128+ - " features/fixtures/maze_runner/mazerunner_2021.3.27f1 .apk"
151129 upload :
152130 - " maze_output/**/*"
153131 docker-compose#v3.7.0:
154132 pull : maze-runner
155133 run : maze-runner
156134 command :
157- - " --app=/app/features/fixtures/maze_runner/mazerunner_2021.2.17f1 .apk"
135+ - " --app=/app/features/fixtures/maze_runner/mazerunner_2021.3.27f1 .apk"
158136 - " --farm=bs"
159137 - " --device=ANDROID_9_0"
160138 - " features/android"
161139 concurrency : 9
162140 concurrency_group : browserstack-app
163141 concurrency_method : eager
164142
165- - label : ' :android: Run Android EDM e2e tests for Unity 2021'
166- timeout_in_minutes : 30
167- depends_on : ' build-edm-fixture-2021'
168- agents :
169- queue : opensource
170- env :
171- UNITY_VERSION : " 2021.2.17f1"
172- plugins :
173- artifacts#v1.5.0:
174- download :
175- - " features/fixtures/EDM_Fixture/edm_2021.2.17f1.apk"
176- upload :
177- - " maze_output/**/*"
178- docker-compose#v3.7.0:
179- pull : maze-runner
180- run : maze-runner
181- command :
182- - " --app=/app/features/fixtures/EDM_Fixture/edm_2021.2.17f1.apk"
183- - " --farm=bs"
184- - " --device=ANDROID_9_0"
185- - " features/edm"
186- concurrency : 9
187- concurrency_group : browserstack-app
188- concurrency_method : eager
189-
190143 #
191144 # Build iOS test fixtures
192145 #
@@ -285,7 +238,7 @@ steps:
285238 key : ' generate-fixture-project-2021'
286239 depends_on : ' build-artifacts'
287240 env :
288- UNITY_VERSION : " 2021.2.17f1 "
241+ UNITY_VERSION : " 2021.3.27f1 "
289242 plugins :
290243 artifacts#v1.5.0:
291244 download :
@@ -308,14 +261,14 @@ steps:
308261 agents :
309262 queue : macos-12-arm-unity
310263 env :
311- UNITY_VERSION : " 2021.2.17f1 "
264+ UNITY_VERSION : " 2021.3.27f1 "
312265 plugins :
313266 artifacts#v1.5.0:
314267 download :
315268 - Bugsnag.unitypackage
316269 - project_2021.tgz
317270 upload :
318- - features/fixtures/maze_runner/mazerunner_2021.2.17f1 .ipa
271+ - features/fixtures/maze_runner/mazerunner_2021.3.27f1 .ipa
319272 - features/fixtures/unity.log
320273 commands :
321274 - tar -zxf project_2021.tgz features/fixtures/maze_runner
@@ -384,14 +337,14 @@ steps:
384337 plugins :
385338 artifacts#v1.5.0:
386339 download :
387- - " features/fixtures/maze_runner/mazerunner_2021.2.17f1 .ipa"
340+ - " features/fixtures/maze_runner/mazerunner_2021.3.27f1 .ipa"
388341 upload :
389342 - " maze_output/**/*"
390343 docker-compose#v3.7.0:
391344 pull : maze-runner
392345 run : maze-runner
393346 command :
394- - " --app=/app/features/fixtures/maze_runner/mazerunner_2021.2.17f1 .ipa"
347+ - " --app=/app/features/fixtures/maze_runner/mazerunner_2021.3.27f1 .ipa"
395348 - " --farm=bs"
396349 - " --device=IOS_14"
397350 - " --fail-fast"
0 commit comments