Skip to content

Commit 824868d

Browse files
authored
Move AutoML Live Tests to EastUs and Change GPU SKU (#27280)
* Move AutoML Tests to EastUs * Change GPU SKU * remove new line * add bck new line
1 parent 8fa28c1 commit 824868d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/ml/automl.tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ extends:
77
CloudConfig:
88
Public:
99
SubscriptionConfiguration: $(python-ml-automl-sub-scope)
10-
Location: eastus2euap
10+
Location: eastus

sdk/ml/test-resources.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
"minNodeCount": "[parameters('computeMinNodeCount')]",
751751
"maxNodeCount": "[parameters('computeMaxNodeCount')]"
752752
},
753-
"vmSize": "STANDARD_ND6S",
753+
"vmSize": "STANDARD_NC6",
754754
"remoteLoginPortPublicAccess": "[parameters('remoteLoginPortPublicAccess')]"
755755
}
756756
}

0 commit comments

Comments
 (0)