Skip to content

Commit

Permalink
Re-enable agent OS verification (#14285)
Browse files Browse the repository at this point in the history
* Re-enable agent OS verification
  • Loading branch information
mitchdenny committed Feb 16, 2021
1 parent 7db9dc1 commit d78315a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,28 @@ stages:
matrix:
Linux_Go115:
pool.name: azsdk-pool-mms-ubuntu-1804-general
image.name: MMSUbuntu18.04
go.version: '1.15'
Windows_Go115:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
go.version: '1.15'
Linux_Go114:
pool.name: azsdk-pool-mms-ubuntu-1804-general
image.name: MMSUbuntu18.04
go.version: '1.14'
Windows_Go114:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
go.version: '1.14'
pool:
name: $(pool.name)
vmImage: $(image.name)
steps:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
parameters:
AgentImage: $(image.name)

- task: GoTool@0
inputs:
version: '$(go.version)'
Expand Down
9 changes: 9 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,28 @@ stages:
matrix:
Linux_Go115:
pool.name: azsdk-pool-mms-ubuntu-1804-general
image.name: MMSUbuntu18.04
go.version: '1.15'
Windows_Go115:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
go.version: '1.15'
Linux_Go114:
pool.name: azsdk-pool-mms-ubuntu-1804-general
image.name: MMSUbuntu18.04
go.version: '1.14'
Windows_Go114:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
go.version: '1.14'
pool:
name: $(pool.name)
vmImage: $(image.name)
steps:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
parameters:
AgentImage: $(image.name)

- task: GoTool@0
inputs:
version: '$(go.version)'
Expand Down
1 change: 1 addition & 0 deletions sdk/azcore/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pr:
include:
- sdk/azcore/


stages:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
parameters:
Expand Down

0 comments on commit d78315a

Please sign in to comment.