Skip to content

Commit c0ccf80

Browse files
authored
Merge pull request #9944 from microsoft/fix-pipeline
Update internal CI to run on regular pool
2 parents 64593c6 + 959fdcd commit c0ccf80

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

pipelines/ci-packaging-internal.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
- job: UnityValidation
1414
timeoutInMinutes: 90
1515
pool:
16-
name: Analog N-1
16+
name: Analog On-Prem
1717
demands:
1818
- ${{ variables.Unity2018VersionInternal }}
1919
- COG-UnityCache-WUS2-01
2020
- SDK_18362 -equals TRUE
21+
workspace:
22+
clean: resources
2123
steps:
2224
- template: templates/ci-common.yml
2325
parameters:

pipelines/ci-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
- job: CIReleaseValidation
1818
timeoutInMinutes: 90
1919
pool:
20-
name: Analog N-1
20+
name: Analog On-Prem
2121
demands:
2222
- ${{ variables.Unity2018VersionInternal }}
2323
- COG-UnityCache-WUS2-01
2424
- SDK_18362 -equals TRUE
25+
workspace:
26+
clean: resources
2527
steps:
2628
- template: templates/compilemsbuild.yml
2729
parameters:

pipelines/ci-weekly-internal.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schedules:
55
- cron: 0 8 * * 1 # every Monday at 8:00 UTC
66
displayName: Weekly build
77
branches:
8-
include:
8+
include:
99
- main
1010

1111
variables:
@@ -19,11 +19,13 @@ jobs:
1919
- job: Compliance
2020
timeoutInMinutes: 90
2121
pool:
22-
name: Analog N-1
22+
name: Analog On-Prem
2323
demands:
2424
- ${{ variables.Unity2018VersionInternal }}
2525
- COG-UnityCache-WUS2-01
2626
- SDK_18362 -equals TRUE
27+
workspace:
28+
clean: resources
2729
steps:
2830
# the following tasks should only be run on main branch, otherwise we risk issue being reported multiple times on topic/release branches
2931
- task: PoliCheck@1

pipelines/config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variables:
33
Unity2018Version: Unity2018.4.26f1
44
Unity2019Version: Unity2019.4.8f1
55
# Unity version on internal build agents (release builds)
6-
Unity2018VersionInternal: Unity2018.4.23f1
6+
Unity2018VersionInternal: Unity2018.4.26f1
77
Unity2019VersionInternal: Unity2019.4.17f1
88
Unity2020VersionInternal: Unity2020.2.2f1
99

pipelines/docs-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- job: BuildUnity2018
6666
pool:
67-
name: Analog N-1
67+
name: Analog On-Prem
6868
demands:
6969
- ${{ variables.Unity2018VersionInternal }}
7070
- COG-UnityCache-WUS2-01

0 commit comments

Comments
 (0)