Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 10da8f1

Browse files
authored
Unity 2018.3.11 upgrade (#900)
1 parent 5230a28 commit 10da8f1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ common: &common
1313
- "environment=production"
1414
- "permission_set=builder"
1515
- "platform=windows"
16-
- "queue=v2-1552597756-b56d2092b045104e-------z"
16+
- "queue=v2-1555079572-898096a2a0311231-------z"
1717
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
1818
retry:
1919
automatic:
2020
# This is designed to trap and retry failures because agent lost connection. Agent exits with -1 in this case.
2121
- exit_status: -1
2222
limit: 3
23+
# This is designed to trap and retry failures because of a buildkite bug.
24+
- exit_status: 255
25+
limit: 3
2326

2427
# NOTE: step labels turn into commit-status names like {org}/{repo}/{pipeline}/{step-label}, lower-case and hyphenated.
2528
# These are then relied on to have stable names by other things, so once named, please beware renaming has consequences.

.buildkite/release-qa.steps.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ common: &common
1313
- "environment=production"
1414
- "permission_set=builder"
1515
- "platform=windows"
16-
- "queue=v2-1552597756-b56d2092b045104e-------z"
16+
- "queue=v2-1555079572-898096a2a0311231-------z"
1717
timeout_in_minutes: 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
1818
retry:
1919
automatic:
2020
# This is designed to trap and retry failures because agent lost connection. Agent exits with -1 in this case.
2121
- exit_status: -1
2222
limit: 3
23+
# This is designed to trap and retry failures because of a buildkite bug.
24+
- exit_status: 255
25+
limit: 3
2326

2427
# NOTE: step labels turn into commit-status names like {org}/{repo}/{pipeline}/{step-label}, lower-case and hyphenated.
2528
# These are then relied on to have stable names by other things, so once named, please beware renaming has consequences.

workers/unity/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.improbable.gdk.testutils": "file:com.improbable.gdk.testutils",
1010
"com.improbable.gdk.tools": "file:com.improbable.gdk.tools",
1111
"com.improbable.gdk.transformsynchronization": "file:com.improbable.gdk.transformsynchronization",
12-
"com.unity.package-manager-ui": "2.0.3",
12+
"com.unity.package-manager-ui": "2.0.7",
1313
"com.unity.modules.imgui": "1.0.0",
1414
"com.unity.modules.physics": "1.0.0",
1515
"com.unity.modules.ui": "1.0.0"

workers/unity/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ PlayerSettings:
239239
tvOSManualSigningProvisioningProfileType: 0
240240
appleEnableAutomaticSigning: 0
241241
iOSRequireARKit: 0
242+
iOSAutomaticallyDetectAndAddCapabilities: 1
242243
appleEnableProMotion: 0
243244
clonedFromGUID: 56e7a2d3a00f33d44bdd161b773c35b5
244245
templatePackageId: [email protected]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.3.5f1
1+
m_EditorVersion: 2018.3.11f1

0 commit comments

Comments
 (0)