Skip to content

Commit 5837862

Browse files
authored
Update to new internal pool (#10545)
1 parent e990e10 commit 5837862

File tree

4 files changed

+8
-53
lines changed

4 files changed

+8
-53
lines changed

pipelines/ci-packaging-internal.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ jobs:
1313
- job: UnityValidation
1414
timeoutInMinutes: 90
1515
pool:
16-
name: Analog On-Prem
17-
demands:
18-
- ${{ variables.Unity2018VersionInternal }}
19-
- COG-UnityCache-WUS2-01
20-
- SDK_18362 -equals TRUE
16+
name: Analog-Unity
2117
workspace:
2218
clean: resources
2319
steps:
2420
- template: templates/ci-common.yml
2521
parameters:
2622
publishPackagesToFeed: true
27-
UnityVersion: $(Unity2018VersionInternal)
23+
UnityVersion: $(Unity2019VersionInternal)

pipelines/ci-weekly-internal.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
- job: Compliance
2020
timeoutInMinutes: 90
2121
pool:
22-
name: Analog On-Prem
23-
demands:
24-
- ${{ variables.Unity2018VersionInternal }}
25-
- COG-UnityCache-WUS2-01
26-
- SDK_18362 -equals TRUE
22+
name: Analog-Unity
2723
workspace:
2824
clean: resources
2925
steps:
@@ -59,7 +55,7 @@ jobs:
5955

6056
- template: templates/compilemsbuild.yml
6157
parameters:
62-
UnityVersion: $(Unity2018VersionInternal)
58+
UnityVersion: $(Unity2019VersionInternal)
6359

6460
- task: BinSkim@3
6561
inputs:

pipelines/config/settings.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ variables:
44
Unity2019Version: Unity2019.4.8f1
55
Unity2020Version: Unity2020.3.5f1
66
# Unity version on internal build agents (release builds)
7-
Unity2018VersionInternal: Unity2018.4.26f1
8-
Unity2019VersionInternal: Unity2019.4.17f1
9-
Unity2020VersionInternal: Unity2020.3.12f1
7+
Unity2019VersionInternal: Unity2019.4.31f1
8+
Unity2020VersionInternal: Unity2020.3.21f1
109

1110
# Note that when updating this value also ensure that you update the
1211
# following locations to match. There will be a CI failure if they don't

pipelines/docs-binaries.yml

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ pr: none
88
jobs:
99
- job: BuildUnity2020
1010
pool:
11-
name: Analog On-Prem
12-
demands:
13-
- ${{ variables.Unity2020VersionInternal }}
14-
- COG-UnityCache-WUS2-01
11+
name: Analog-Unity
1512

1613
steps:
1714
- checkout: self
@@ -36,10 +33,7 @@ jobs:
3633

3734
- job: BuildUnity2019
3835
pool:
39-
name: Analog On-Prem
40-
demands:
41-
- ${{ variables.Unity2019VersionInternal }}
42-
- COG-UnityCache-WUS2-01
36+
name: Analog-Unity
4337

4438
steps:
4539
- checkout: self
@@ -61,33 +55,3 @@ jobs:
6155
inputs:
6256
targetPath: $(Build.ArtifactStagingDirectory)
6357
artifactName: DocsBinariesForUnity2019
64-
65-
- job: BuildUnity2018
66-
pool:
67-
name: Analog On-Prem
68-
demands:
69-
- ${{ variables.Unity2018VersionInternal }}
70-
- COG-UnityCache-WUS2-01
71-
workspace:
72-
clean: resources
73-
74-
steps:
75-
- checkout: self
76-
clean: true
77-
fetchDepth: 1
78-
79-
- task: PowerShell@2
80-
displayName: 'Create binaries for docs generation'
81-
inputs:
82-
targetType: filePath
83-
filePath: ./scripts/packaging/createbinariesfordocs.ps1
84-
arguments: >
85-
-Version $(MRTKVersion)
86-
-UnityDirectory ${Env:$(Unity2018VersionInternal)}/Editor
87-
-OutputDirectory $(Build.ArtifactStagingDirectory)
88-
89-
- task: PublishPipelineArtifact@1
90-
displayName: Publish docs binaries
91-
inputs:
92-
targetPath: $(Build.ArtifactStagingDirectory)
93-
artifactName: DocsBinariesForUnity2018

0 commit comments

Comments
 (0)