Skip to content

Commit

Permalink
Add demand due to current image issue (port of #10642) (#10648)
Browse files Browse the repository at this point in the history
Add demand due to current image issue (#10642)
  • Loading branch information
keveleigh committed Jun 14, 2022
1 parent 2b471d9 commit 1cee188
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pipelines/ci-packaging-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
timeoutInMinutes: 90
pool:
name: Analog-Unity
demands:
- ImageVersionOverride -equals 20220218.0.1
workspace:
clean: resources
steps:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/docs-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- checkout: self
clean: true
fetchDepth: 1

- task: NuGetToolInstaller@1

- task: PowerShell@2
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- checkout: self
clean: true
fetchDepth: 1

- task: NuGetToolInstaller@1

- task: PowerShell@2
Expand Down
6 changes: 5 additions & 1 deletion pipelines/pr-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
timeoutInMinutes: 90
pool:
name: Analog-Unity
demands:
- ImageVersionOverride -equals 20220218.0.1
steps:
- template: templates/common.yml
parameters:
Expand All @@ -34,11 +36,13 @@ jobs:
buildUWPArm: false
buildUWPDotNet: false
UnityVersion: $(Unity2019VersionInternal)

- job: Unity2020Validation
timeoutInMinutes: 90
pool:
name: Analog-Unity
demands:
- ImageVersionOverride -equals 20220218.0.1
steps:
- template: templates/common.yml
parameters:
Expand Down

0 comments on commit 1cee188

Please sign in to comment.