зеркало из https://github.com/Azure/ARO-RP.git
Update pipelines to demand go 1.17 and update OB container to go 1.17 (#2146)
This commit is contained in:
Родитель
51fd449e7e
Коммит
0442afdb22
|
@ -13,7 +13,7 @@ jobs:
|
|||
displayName: Build release
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
|
||||
steps:
|
||||
- template: ./templates/template-checkout.yml
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
- job: Build_and_push_images
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
|
||||
steps:
|
||||
- template: ./templates/template-checkout.yml
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
condition: startsWith(variables['build.sourceBranch'], 'refs/tags/v2')
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
|
||||
steps:
|
||||
- template: ./templates/template-checkout.yml
|
||||
|
|
|
@ -13,7 +13,7 @@ pr: none
|
|||
|
||||
variables:
|
||||
Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
|
||||
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.16.12-4:20220202 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.17.7-13:20220526 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
Debian_Frontend: noninteractive
|
||||
|
||||
resources:
|
||||
|
|
|
@ -13,7 +13,7 @@ pr: none
|
|||
|
||||
variables:
|
||||
Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
|
||||
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.16.12-4:20220202 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.17.7-13:20220526 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
Debian_Frontend: noninteractive
|
||||
|
||||
resources:
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- template: ../vars.yml
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
environment: ${{ parameters.environment }}
|
||||
strategy:
|
||||
runOnce:
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- template: ../vars.yml
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
environment: ${{ parameters.environment }}
|
||||
strategy:
|
||||
runOnce:
|
||||
|
|
Загрузка…
Ссылка в новой задаче