This is covered in Trident E2E (and was having problems anyway)
This commit is contained in:
Dan Grecoe 2020-01-29 12:56:10 -05:00
Родитель 41d66b295a
Коммит 9fa0b50ac7
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -19,10 +19,6 @@ jobs:
name: AKSDeployment
vmImage: 'GpuSelfHostedAgent'
strategy:
maxParallel: 1
matrix: {"eastus": {"azureregion": "eastus", "azureresourcegroup" : "aksdplyamleastus", "workspacename" : "aksamleastusws"},"southcentralus": {"azureregion": "southcentralus", "azureresourcegroup" : "aksdplyamlsouthctrl", "workspacename" : "aksamlsthctrlusws" },"westus2": {"azureregion": "westus2", "azureresourcegroup" : "aksdplyamlwestus", "workspacename" : "aksamlwestus2ws"}}
steps:
- script: echo Hello, AKSDeployment!
displayName: 'Builds source for AKSDeploymentTutorialAML/Keras_Tensorflow'