pipelines: Require agents with go-1.17 capability for CI/E2E

This commit is contained in:
darthhexx 2022-03-21 15:06:23 +10:00
Родитель 7111e0f06e
Коммит a52a49ef20
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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