Skip to content

Commit

Permalink
Move AutoML Live Tests to EastUs and Change GPU SKU (#27280)
Browse files Browse the repository at this point in the history
* Move AutoML Tests to EastUs

* Change GPU SKU

* remove new line

* add bck new line
  • Loading branch information
needuv authored Nov 3, 2022
1 parent 8fa28c1 commit 824868d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/ml/automl.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ extends:
CloudConfig:
Public:
SubscriptionConfiguration: $(python-ml-automl-sub-scope)
Location: eastus2euap
Location: eastus
2 changes: 1 addition & 1 deletion sdk/ml/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
"minNodeCount": "[parameters('computeMinNodeCount')]",
"maxNodeCount": "[parameters('computeMaxNodeCount')]"
},
"vmSize": "STANDARD_ND6S",
"vmSize": "STANDARD_NC6",
"remoteLoginPortPublicAccess": "[parameters('remoteLoginPortPublicAccess')]"
}
}
Expand Down

0 comments on commit 824868d

Please sign in to comment.