Skip to content

Commit ad77fb3

Browse files
authored
Merge pull request #726 from bugsnag/next
Release v7.6.2
2 parents 9afeba9 + 1124008 commit ad77fb3

File tree

21 files changed

+204
-83
lines changed

21 files changed

+204
-83
lines changed

.buildkite/pipeline.full.yml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ steps:
9292
upload:
9393
- maze_output/**/*
9494
- Mazerunner.log
95+
- maze_output/metrics.csv
9596
commands:
9697
- scripts/ci-run-macos-tests-csharp.sh
9798

@@ -109,6 +110,7 @@ steps:
109110
upload:
110111
- maze_output/**/*
111112
- Mazerunner.log
113+
- maze_output/metrics.csv
112114
commands:
113115
- scripts/ci-run-macos-tests-csharp.sh
114116

@@ -148,6 +150,7 @@ steps:
148150
- features/fixtures/maze_runner/build/WebGL-2018.4.36f1.zip
149151
upload:
150152
- maze_output/**/*
153+
- maze_output/metrics.csv
151154
# TODO: WebGL persistence tests are currently skipped pending PLAT-8151
152155
commands:
153156
- scripts/ci-run-webgl-tests.sh
@@ -165,6 +168,7 @@ steps:
165168
- features/fixtures/maze_runner/build/WebGL-2019.4.35f1.zip
166169
upload:
167170
- maze_output/**/*
171+
- maze_output/metrics.csv
168172
# TODO: WebGL persistence tests are currently skipped pending PLAT-8151
169173
commands:
170174
- scripts/ci-run-webgl-tests.sh
@@ -273,7 +277,7 @@ steps:
273277
#
274278
# Run Android tests
275279
#
276-
- label: ':android: Run Android e2e tests for Unity 2018'
280+
- label: ':bitbar: :android: Run Android e2e tests for Unity 2018'
277281
timeout_in_minutes: 60
278282
depends_on: 'build-android-fixture-2018'
279283
agents:
@@ -286,6 +290,7 @@ steps:
286290
- "features/fixtures/maze_runner/mazerunner_2018.4.36f1.apk"
287291
upload:
288292
- "maze_output/**/*"
293+
- "maze_output/metrics.csv"
289294
docker-compose#v4.7.0:
290295
pull: maze-runner-bitbar
291296
run: maze-runner-bitbar
@@ -303,7 +308,7 @@ steps:
303308
concurrency_group: 'bitbar-app'
304309
concurrency_method: eager
305310

306-
- label: ':android: Run Android e2e tests for Unity 2019'
311+
- label: ':bitbar: :android: Run Android e2e tests for Unity 2019'
307312
timeout_in_minutes: 60
308313
depends_on: 'build-android-fixture-2019'
309314
agents:
@@ -316,6 +321,7 @@ steps:
316321
- "features/fixtures/maze_runner/mazerunner_2019.4.35f1.apk"
317322
upload:
318323
- "maze_output/**/*"
324+
- "maze_output/metrics.csv"
319325
docker-compose#v4.7.0:
320326
pull: maze-runner-bitbar
321327
run: maze-runner-bitbar
@@ -333,7 +339,7 @@ steps:
333339
concurrency_group: 'bitbar-app'
334340
concurrency_method: eager
335341

336-
- label: ':android: Run Android e2e tests for Unity 2021'
342+
- label: ':bitbar: :android: Run Android e2e tests for Unity 2021'
337343
timeout_in_minutes: 60
338344
depends_on: 'build-android-fixture-2021'
339345
agents:
@@ -346,6 +352,7 @@ steps:
346352
- "features/fixtures/maze_runner/mazerunner_2021.3.13f1.apk"
347353
upload:
348354
- "maze_output/**/*"
355+
- "maze_output/metrics.csv"
349356
docker-compose#v4.7.0:
350357
pull: maze-runner-bitbar
351358
run: maze-runner-bitbar
@@ -532,7 +539,7 @@ steps:
532539
#
533540
# Run iOS tests
534541
#
535-
- label: ':ios: Run iOS e2e tests for Unity 2018'
542+
- label: ':bitbar: :ios: Run iOS e2e tests for Unity 2018'
536543
timeout_in_minutes: 60
537544
depends_on: 'build-ios-fixture-2018'
538545
agents:
@@ -545,6 +552,7 @@ steps:
545552
- "features/fixtures/maze_runner/mazerunner_2018.4.36f1.ipa"
546553
upload:
547554
- "maze_output/**/*"
555+
- "maze_output/metrics.csv"
548556
docker-compose#v4.7.0:
549557
pull: maze-runner-bitbar
550558
run: maze-runner-bitbar
@@ -562,7 +570,7 @@ steps:
562570
concurrency_group: 'bitbar-app'
563571
concurrency_method: eager
564572

565-
- label: ':ios: Run iOS e2e tests for Unity 2019'
573+
- label: ':bitbar: :ios: Run iOS e2e tests for Unity 2019'
566574
timeout_in_minutes: 60
567575
depends_on: 'build-ios-fixture-2019'
568576
agents:
@@ -573,6 +581,7 @@ steps:
573581
- "features/fixtures/maze_runner/mazerunner_2019.4.35f1.ipa"
574582
upload:
575583
- "maze_output/**/*"
584+
- "maze_output/metrics.csv"
576585
docker-compose#v4.7.0:
577586
pull: maze-runner-bitbar
578587
run: maze-runner-bitbar
@@ -590,7 +599,7 @@ steps:
590599
concurrency_group: 'bitbar-app'
591600
concurrency_method: eager
592601

593-
- label: ':ios: Run iOS e2e tests for Unity 2021'
602+
- label: ':bitbar: :ios: Run iOS e2e tests for Unity 2021'
594603
timeout_in_minutes: 60
595604
depends_on: 'build-ios-fixture-2021'
596605
agents:
@@ -601,6 +610,7 @@ steps:
601610
- "features/fixtures/maze_runner/mazerunner_2021.3.13f1.ipa"
602611
upload:
603612
- "maze_output/**/*"
613+
- "maze_output/metrics.csv"
604614
docker-compose#v4.7.0:
605615
pull: maze-runner-bitbar
606616
run: maze-runner-bitbar
@@ -703,6 +713,7 @@ steps:
703713
- features/fixtures/maze_runner/build/Windows-2018.4.36f1.zip
704714
upload:
705715
- maze_output/**/*
716+
- maze_output/metrics.csv
706717
commands:
707718
- scripts/ci-run-windows-tests-wsl.sh
708719

@@ -719,6 +730,7 @@ steps:
719730
- features/fixtures/maze_runner/build/Windows-2019.4.35f1.zip
720731
upload:
721732
- maze_output/**/*
733+
- maze_output/metrics.csv
722734
commands:
723735
- scripts/ci-run-windows-tests-wsl.sh
724736

@@ -735,5 +747,6 @@ steps:
735747
- features/fixtures/maze_runner/build/Windows-2021.3.13f1.zip
736748
upload:
737749
- maze_output/**/*
750+
- maze_output/metrics.csv
738751
commands:
739752
- scripts/ci-run-windows-tests-wsl.sh

.buildkite/pipeline.yml

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
depends_on: 'build-artifacts'
5151
env:
5252
DEVELOPER_DIR: "/Applications/Xcode13.4.app"
53-
UNITY_VERSION: "2020.3.32f1"
53+
UNITY_VERSION: "2020.3.48f1"
5454
# Python2 needed for WebGL to build
5555
EMSDK_PYTHON: "/Library/Frameworks/Python.framework/Versions/2.7/bin/python"
5656
plugins:
@@ -61,8 +61,8 @@ steps:
6161
- scripts/ci-build-macos-packages.sh
6262
artifact_paths:
6363
- unity.log
64-
- features/fixtures/maze_runner/build/MacOS-2020.3.32f1.zip
65-
- features/fixtures/maze_runner/build/WebGL-2020.3.32f1.zip
64+
- features/fixtures/maze_runner/build/MacOS-2020.3.48f1.zip
65+
- features/fixtures/maze_runner/build/WebGL-2020.3.48f1.zip
6666
retry:
6767
automatic:
6868
- exit_status: "*"
@@ -79,14 +79,15 @@ steps:
7979
agents:
8080
queue: macos-12-arm-unity
8181
env:
82-
UNITY_VERSION: "2020.3.32f1"
82+
UNITY_VERSION: "2020.3.48f1"
8383
plugins:
8484
artifacts#v1.5.0:
8585
download:
86-
- features/fixtures/maze_runner/build/MacOS-2020.3.32f1.zip
86+
- features/fixtures/maze_runner/build/MacOS-2020.3.48f1.zip
8787
upload:
8888
- maze_output/**/*
8989
- Mazerunner.log
90+
- maze_output/metrics.csv
9091
commands:
9192
- scripts/ci-run-macos-tests-csharp.sh
9293

@@ -101,13 +102,15 @@ steps:
101102
agents:
102103
queue: opensource-mac-cocoa-11
103104
env:
104-
UNITY_VERSION: "2020.3.32f1"
105+
UNITY_VERSION: "2020.3.48f1"
105106
plugins:
106107
artifacts#v1.5.0:
107108
download:
108-
- features/fixtures/maze_runner/build/WebGL-2020.3.32f1.zip
109+
- features/fixtures/maze_runner/build/WebGL-2020.3.48f1.zip
109110
upload:
110111
- maze_output/**/*
112+
- maze_output/metrics.csv
113+
111114
# TODO: WebGL persistence tests are currently skipped pending PLAT-8151
112115
commands:
113116
- scripts/ci-run-webgl-tests.sh
@@ -120,13 +123,13 @@ steps:
120123
key: 'build-android-fixture-2020'
121124
depends_on: 'build-artifacts'
122125
env:
123-
UNITY_VERSION: "2020.3.32f1"
126+
UNITY_VERSION: "2020.3.48f1"
124127
plugins:
125128
artifacts#v1.5.0:
126129
download:
127130
- Bugsnag.unitypackage
128131
upload:
129-
- features/fixtures/maze_runner/mazerunner_2020.3.32f1.apk
132+
- features/fixtures/maze_runner/mazerunner_2020.3.48f1.apk
130133
- features/fixtures/build_android_apk.log
131134
commands:
132135
- rake test:android:build
@@ -140,13 +143,13 @@ steps:
140143
# key: 'build-edm-fixture-2020'
141144
# depends_on: 'build-artifacts'
142145
# env:
143-
# UNITY_VERSION: "2020.3.32f1"
146+
# UNITY_VERSION: "2020.3.48f1"
144147
# plugins:
145148
# artifacts#v1.5.0:
146149
# download:
147150
# - Bugsnag.unitypackage
148151
# upload:
149-
# - features/fixtures/EDM_Fixture/edm_2020.3.32f1.apk
152+
# - features/fixtures/EDM_Fixture/edm_2020.3.48f1.apk
150153
# - features/scripts/buildEdmFixture.log
151154
# - features/scripts/edmImport.log
152155
# - features/scripts/enableEdm.log
@@ -160,27 +163,28 @@ steps:
160163
#
161164
# Run Android tests
162165
#
163-
- label: ':android: Run Android e2e tests for Unity 2020'
166+
- label: ':bitbar: :android: Run Android e2e tests for Unity 2020'
164167
timeout_in_minutes: 60
165168
depends_on: 'build-android-fixture-2020'
166169
agents:
167170
queue: opensource
168171
env:
169-
UNITY_VERSION: "2020.3.32f1"
172+
UNITY_VERSION: "2020.3.48f1"
170173
plugins:
171174
artifacts#v1.5.0:
172175
download:
173-
- "features/fixtures/maze_runner/mazerunner_2020.3.32f1.apk"
176+
- "features/fixtures/maze_runner/mazerunner_2020.3.48f1.apk"
174177
upload:
175178
- "maze_output/**/*"
179+
- "maze_output/metrics.csv"
176180
docker-compose#v4.7.0:
177181
pull: maze-runner-bitbar
178182
run: maze-runner-bitbar
179183
service-ports: true
180184
command:
181185
- "features/csharp"
182186
- "features/android"
183-
- "--app=features/fixtures/maze_runner/mazerunner_2020.3.32f1.apk"
187+
- "--app=features/fixtures/maze_runner/mazerunner_2020.3.48f1.apk"
184188
- "--farm=bb"
185189
- "--device=ANDROID_9|ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
186190
- "--no-tunnel"
@@ -199,18 +203,18 @@ steps:
199203
# agents:
200204
# queue: opensource
201205
# env:
202-
# UNITY_VERSION: "2020.3.32f1"
206+
# UNITY_VERSION: "2020.3.48f1"
203207
# plugins:
204208
# artifacts#v1.5.0:
205209
# download:
206-
# - "features/fixtures/EDM_Fixture/edm_2020.3.32f1.apk"
210+
# - "features/fixtures/EDM_Fixture/edm_2020.3.48f1.apk"
207211
# upload:
208212
# - "maze_output/**/*"
209213
# docker-compose#v3.7.0:
210214
# pull: maze-runner
211215
# run: maze-runner
212216
# command:
213-
# - "--app=/app/features/fixtures/EDM_Fixture/edm_2020.3.32f1.apk"
217+
# - "--app=/app/features/fixtures/EDM_Fixture/edm_2020.3.48f1.apk"
214218
# - "--farm=bs"
215219
# - "--device=ANDROID_11_0"
216220
# - "features/edm"
@@ -226,7 +230,7 @@ steps:
226230
key: 'generate-fixture-project-2020'
227231
depends_on: 'build-artifacts'
228232
env:
229-
UNITY_VERSION: "2020.3.32f1"
233+
UNITY_VERSION: "2020.3.48f1"
230234
plugins:
231235
artifacts#v1.5.0:
232236
download:
@@ -248,14 +252,14 @@ steps:
248252
depends_on: 'generate-fixture-project-2020'
249253
env:
250254
DEVELOPER_DIR: "/Applications/Xcode13.4.app"
251-
UNITY_VERSION: "2020.3.32f1"
255+
UNITY_VERSION: "2020.3.48f1"
252256
plugins:
253257
artifacts#v1.5.0:
254258
download:
255259
- Bugsnag.unitypackage
256260
- project_2020.tgz
257261
upload:
258-
- features/fixtures/maze_runner/mazerunner_2020.3.32f1.ipa
262+
- features/fixtures/maze_runner/mazerunner_2020.3.48f1.ipa
259263
- features/fixtures/unity.log
260264
commands:
261265
- tar -zxf project_2020.tgz features/fixtures/maze_runner
@@ -268,25 +272,27 @@ steps:
268272
#
269273
# Run iOS tests
270274
#
271-
- label: ':ios: Run iOS e2e tests for Unity 2020'
275+
- label: ':bitbar: :ios: Run iOS e2e tests for Unity 2020'
272276
timeout_in_minutes: 60
273277
depends_on: 'build-ios-fixture-2020'
274278
agents:
275279
queue: opensource
276280
plugins:
277281
artifacts#v1.5.0:
278282
download:
279-
- "features/fixtures/maze_runner/mazerunner_2020.3.32f1.ipa"
283+
- "features/fixtures/maze_runner/mazerunner_2020.3.48f1.ipa"
280284
upload:
281285
- "maze_output/**/*"
286+
- "maze_output/metrics.csv"
287+
282288
docker-compose#v4.7.0:
283289
pull: maze-runner-bitbar
284290
run: maze-runner-bitbar
285291
service-ports: true
286292
command:
287293
- "features/csharp"
288294
- "features/ios"
289-
- "--app=features/fixtures/maze_runner/mazerunner_2020.3.32f1.ipa"
295+
- "--app=features/fixtures/maze_runner/mazerunner_2020.3.48f1.ipa"
290296
- "--farm=bb"
291297
- "--device=IOS_12|IOS_13|IOS_14|IOS_15"
292298
- "--no-tunnel"
@@ -306,14 +312,14 @@ steps:
306312
agents:
307313
queue: windows-unity-wsl
308314
env:
309-
UNITY_VERSION: "2020.3.32f1"
315+
UNITY_VERSION: "2020.3.48f1"
310316
plugins:
311317
artifacts#v1.5.0:
312318
download:
313319
- Bugsnag.unitypackage
314320
upload:
315321
- unity.log
316-
- features/fixtures/maze_runner/build/Windows-2020.3.32f1.zip
322+
- features/fixtures/maze_runner/build/Windows-2020.3.48f1.zip
317323
commands:
318324
- scripts/ci-build-windows-fixture-wsl.sh
319325
retry:
@@ -330,13 +336,15 @@ steps:
330336
agents:
331337
queue: windows-general-wsl
332338
env:
333-
UNITY_VERSION: "2020.3.32f1"
339+
UNITY_VERSION: "2020.3.48f1"
334340
plugins:
335341
artifacts#v1.5.0:
336342
download:
337-
- features/fixtures/maze_runner/build/Windows-2020.3.32f1.zip
343+
- features/fixtures/maze_runner/build/Windows-2020.3.48f1.zip
338344
upload:
339345
- maze_output/**/*
346+
- maze_output/metrics.csv
347+
340348
command:
341349
- scripts/ci-run-windows-tests-wsl.sh
342350

0 commit comments

Comments
 (0)