Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move to build matrix
  • Loading branch information
jhendrixMSFT committed Feb 16, 2024
commit fc212bff0e9d6ca8fe1fd95a15b5a7d1628b508e
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ stages:
pool.name: azsdk-pool-mms-ubuntu-2004-general
image.name: MMSUbuntu20.04
go.version: '1.22.0'
GOEXPERIMENT: nocoverageredesign
Windows_Go122:
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.22.0'
GOEXPERIMENT: nocoverageredesign
pool:
name: $(pool.name)
vmImage: $(image.name)
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ stages:
pool.name: azsdk-pool-mms-ubuntu-2004-general
image.name: MMSUbuntu20.04
go.version: '1.22.0'
GOEXPERIMENT: nocoverageredesign
Windows_Go122:
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.22.0'
GOEXPERIMENT: nocoverageredesign
generate.bom: true
pool:
name: $(pool.name)
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-eng-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ stages:
pool.name: azsdk-pool-mms-ubuntu-2004-general
image.name: MMSUbuntu20.04
go.version: '1.22.0'
GOEXPERIMENT: nocoverageredesign
Windows_Go122:
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.22.0'
GOEXPERIMENT: nocoverageredesign
generate.bom: true
pool:
name: $(pool.name)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/templates/steps/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ steps:
${{ insert }}: ${{ parameters.EnvVars }}
GOTRACEBACK: all
AZURE_SDK_GO_LOGGING: all
${{ if eq(parameters.GoVersion, '1.22.0') }}:
GOEXPERIMENT: nocoverageredesign

- task: PowerShell@2
displayName: 'Build Performance Tests'
Expand Down