File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ stages:
102102 AZURE_CLUSTER : " conformance-v2-background"
103103 PROFILE : " v2-background"
104104 IS_STRESS_TEST : " false"
105- OS_SKU : " Ubuntu "
105+ OS_SKU : " AzureLinux "
106106 v2-ws22 :
107107 AZURE_CLUSTER : " conformance-v2-ws22"
108108 PROFILE : " v2-default-ws22"
109109 IS_STRESS_TEST : " false"
110- OS_SKU : " Ubuntu "
110+ OS_SKU : " AzureLinux "
111111 v2-linux-stress :
112112 AZURE_CLUSTER : " conformance-v2-linux-stress"
113113 PROFILE : " v2-background"
114114 IS_STRESS_TEST : " true"
115- OS_SKU : " Ubuntu "
115+ OS_SKU : " AzureLinux "
116116 pool :
117117 name : $(BUILD_POOL_NAME_DEFAULT)
118118 demands :
@@ -213,7 +213,7 @@ stages:
213213 --resource-group $(RESOURCE_GROUP) \
214214 --name $(AZURE_CLUSTER) \
215215 --network-plugin azure
216- ---- os-sku $(OS_SKU)
216+ --os-sku $(OS_SKU)
217217
218218 if [ $? != 0 ]
219219 then
You can’t perform that action at this time.
0 commit comments