зеркало из https://github.com/Azure/ARO-RP.git
pipelines: Require agents with go-1.17 capability for CI/E2E
This commit is contained in:
Родитель
7111e0f06e
Коммит
a52a49ef20
|
@ -36,7 +36,7 @@ jobs:
|
|||
- job: Golang_Unit_Tests
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
steps:
|
||||
- template: ./templates/template-checkout.yml
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
timeoutInMinutes: 180
|
||||
pool:
|
||||
name: ARO-CI
|
||||
demands: go-1.16
|
||||
demands: go-1.17
|
||||
steps:
|
||||
- template: ./templates/template-checkout.yml
|
||||
- template: ./templates/template-az-cli-login.yml
|
||||
|
|
Загрузка…
Ссылка в новой задаче