Skip to content

Commit

Permalink
VIH-9544 update vm image in pipeline (#493)
Browse files Browse the repository at this point in the history
* 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 pr-release to 22.04
  • Loading branch information
Ataggart12 authored Dec 14, 2022
1 parent d7865bd commit fce96e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.sds.master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ parameters:
- Test
- Staging

pool:
vmImage: ubuntu-22.04

#####################################################
# Pre Run Tasks. ####################################
stages:
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 @@ -13,6 +13,9 @@ trigger: none
pr:
- master

pool:
vmImage: ubuntu-22.04

stages:
####################################################
# CI Build Checks. #################################
Expand Down
7 changes: 3 additions & 4 deletions azure-pipelines.sds.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ parameters:
- Staging
- Prod

pool:
vmImage: ubuntu-22.04

#####################################################
# Generate Entity Framework Script. #################

Expand Down Expand Up @@ -60,8 +63,6 @@ stages:
- ${{ if contains(variables['Build.SourceBranch'], 'refs/heads/release') }}:
- stage: Approve_Entity_Framework
displayName: 'Approve EF Release'
pool:
vmImage: 'ubuntu-latest'
jobs:
- job: waitForValidation
displayName: 'Approve Entity Framework'
Expand Down Expand Up @@ -146,8 +147,6 @@ stages:
displayName: 'Approve Helm Release'
dependsOn: Run_Entity_Framework_Prod
condition: in(dependencies.Run_Entity_Framework_Prod.result, 'Succeeded', 'SucceededWithIssues', 'Skipped')
pool:
vmImage: 'ubuntu-latest'
jobs:
- job: waitForValidation
displayName: 'Approve Helm Release'
Expand Down

0 comments on commit fce96e4

Please sign in to comment.