Skip to content

Commit

Permalink
Add GOEXPERIMENT to live test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Feb 16, 2024
1 parent 6feb197 commit 5fd2523
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,25 @@
},
"GoVersion": [
"1.18.10",
"1.21.7",
"1.22.0"
"1.21.7"
]
}
},
"include": [
{
"Agent": {
"ubuntu-20.04": {
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-general"
},
"windows-2022": {
"OSVmImage": "MMS2022",
"Pool": "azsdk-pool-mms-win-2022-general",
}
},
"GOEXPERIMENT": "nocoverageredesign",
"GoVersion": [
"1.22.0"
]
}
]
}

0 comments on commit 5fd2523

Please sign in to comment.