Skip to content

Commit

Permalink
skip windows for hotfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru committed May 7, 2024
1 parent 6a09fc3 commit ff468a8
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
},
"matrix": {
"Agent": {
"windows-2022": {
"OSVmImage": "env:WINDOWSVMIMAGE",
"Pool": "env:WINDOWSPOOL"
},
"ubuntu-20.04": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL"
Expand All @@ -26,30 +22,6 @@
"TestResultsFiles": "**/test-results.xml"
},
"include": [
{
"Agent": {
"windows-2022": {
"OSVmImage": "env:WINDOWSVMIMAGE",
"Pool": "env:WINDOWSPOOL"
}
},
"Scenario": {
"coverage": {
"TestType": "node",
"TestResultsFiles": "**/test-results.xml",
"PublishCodeCoverage": "true"
},
"sample": {
"TestType": "sample",
"TestResultsFiles": "**/test-results.xml"
},
"browser": {
"TestType": "browser",
"TestResultsFiles": "**/test-results.browser.xml"
}
},
"NodeTestVersion": "18.x"
},
{
"Agent": {
"ubuntu-20.04": {
Expand Down

0 comments on commit ff468a8

Please sign in to comment.