@@ -119,138 +119,3 @@ steps:
119119 automatic :
120120 - exit_status : " *"
121121 limit : 1
122-
123- - group : " :test_tube: E2E tests Unity 2020"
124- steps :
125- - label : " :bitbar: :android: Run Android e2e tests for Unity 2020"
126- timeout_in_minutes : 60
127- depends_on : " build-android-fixture-2020"
128- agents :
129- queue : opensource
130- env :
131- UNITY_VERSION : *2020
132- plugins :
133- artifacts#v1.9.0:
134- download :
135- - " features/fixtures/maze_runner/mazerunner_2020.apk"
136- upload :
137- - " maze_output/**/*"
138- - " maze_output/metrics.csv"
139- docker-compose#v4.7.0:
140- pull : maze-runner-bitbar
141- run : maze-runner-bitbar
142- service-ports : true
143- command :
144- - " features/csharp"
145- - " features/android"
146- - " --app=features/fixtures/maze_runner/mazerunner_2020.apk"
147- - " --farm=bb"
148- - " --appium-version=1.22"
149- - " --device=ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
150- - " --no-tunnel"
151- - " --aws-public-ip"
152- - " --fail-fast"
153- test-collector#v1.10.2:
154- files : " reports/TEST-*.xml"
155- format : " junit"
156- branch : " ^master|next$$"
157- concurrency : 25
158- concurrency_group : " bitbar"
159- concurrency_method : eager
160-
161- - label : " :bitbar: :ios: Run iOS e2e tests for Unity 2020"
162- timeout_in_minutes : 60
163- depends_on : " build-ios-fixture-2020"
164- agents :
165- queue : opensource
166- env :
167- UNITY_VERSION : *2020
168- plugins :
169- artifacts#v1.9.0:
170- download :
171- - " features/fixtures/maze_runner/mazerunner_2020.ipa"
172- upload :
173- - " maze_output/**/*"
174- - " maze_output/metrics.csv"
175- docker-compose#v4.7.0:
176- pull : maze-runner-bitbar
177- run : maze-runner-bitbar
178- service-ports : true
179- command :
180- - " features/csharp"
181- - " features/ios"
182- - " --app=features/fixtures/maze_runner/mazerunner_2020.ipa"
183- - " --farm=bb"
184- - " --appium-version=1.22"
185- - " --device=IOS_13|IOS_14|IOS_15"
186- - " --no-tunnel"
187- - " --aws-public-ip"
188- - " --fail-fast"
189- test-collector#v1.10.2:
190- files : " reports/TEST-*.xml"
191- format : " junit"
192- branch : " ^master|next$$"
193- concurrency : 25
194- concurrency_group : " bitbar"
195- concurrency_method : eager
196-
197- - label : Run MacOS e2e tests for Unity 2020
198- agents :
199- queue : macos-15-isolated
200- timeout_in_minutes : 60
201- depends_on : " macos-2020-fixture"
202- env :
203- UNITY_VERSION : *2020
204- plugins :
205- artifacts#v1.9.0:
206- download :
207- - features/fixtures/maze_runner/build/MacOS-release-2020.zip
208- upload :
209- - maze_output/**/*
210- - ' *-mazerunner.log'
211- - maze_output/metrics.csv
212- test-collector#v1.10.2:
213- files : " reports/TEST-*.xml"
214- format : " junit"
215- branch : " ^master|next$$"
216- commands :
217- - scripts/ci-run-macos-tests.sh release
218-
219- - label : Run WebGL e2e tests for Unity 2020
220- agents :
221- queue : macos-15-isolated
222- timeout_in_minutes : 30
223- depends_on : " webgl-2020-fixture"
224- env :
225- UNITY_VERSION : *2020
226- plugins :
227- artifacts#v1.9.0:
228- download :
229- - features/fixtures/maze_runner/build/WebGL-release-2020.zip
230- upload :
231- - maze_output/**/*
232- - maze_output/metrics.csv
233- test-collector#v1.10.2:
234- files : " reports/TEST-*.xml"
235- format : " junit"
236- branch : " ^master|next$$"
237- # TODO: WebGL persistence tests are currently skipped pending PLAT-8151
238- commands :
239- - scripts/ci-run-webgl-tests.sh release
240-
241- - label : Run Windows e2e tests for Unity 2020
242- timeout_in_minutes : 30
243- depends_on : " windows-2020-fixture"
244- agents :
245- queue : windows-general-isolated
246- env :
247- UNITY_VERSION : *2020
248- plugins :
249- artifacts#v1.9.0:
250- download :
251- - features/fixtures/maze_runner/build/Windows-release-2020.zip
252- upload :
253- - maze_output/**/*
254- - maze_output/metrics.csv
255- command :
256- - scripts/ci-run-windows-tests-wsl.sh release
0 commit comments