Skip to content

Commit

Permalink
VIH-9544 update vm image in pipeline (#1026)
Browse files Browse the repository at this point in the history
* update pool image for sds release to 22.04

* Updating Pool image in pr-release to 22.04

* Updating Pool image in pr-close to 22.04

* Updating Pool image in master-release to 22.04

* Updating Pool image in release to 22.04

* Updating Pool image in nightly to 22.04

* Updating Pool image in beta to 22.04

* deleting ubuntu-22.04 from non-sds pipelines
  • Loading branch information
Ataggart12 authored Dec 14, 2022
1 parent 3ac142f commit 9c67a0b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variables:
- group: vh-prod
- ${{ if not(or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/hotfix/'))) }}:
- group: vh-preview

trigger: none
pr: none

Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.sds.master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ resources:
ref: master
endpoint: hmcts

pool:
vmImage: ubuntu-22.04

stages:
#####################################################
# Build Docker Image & Push. ########################
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.sds.pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ resources:
ref: master
endpoint: hmcts

pool:
vmImage: ubuntu-22.04

pr: none
trigger: none

Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.sds.pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ resources:
name: hmcts/azure-devops-templates
ref: master
endpoint: hmcts

pool:
vmImage: ubuntu-22.04

trigger: none

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.sds.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ parameters:
- Staging
- Prod

pool:
vmImage: ubuntu-22.04

stages:

Expand All @@ -28,8 +30,6 @@ stages:
- ${{ if contains(variables['Build.SourceBranch'], 'refs/heads/release') }}:
- stage: Approve_Helm_Release
displayName: 'Approve Helm Release'
pool:
vmImage: 'ubuntu-latest'
jobs:
- job: waitForValidation
displayName: 'Approve Helm Release'
Expand Down

0 comments on commit 9c67a0b

Please sign in to comment.