File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,17 @@ stages:
104104 AZURE_CLUSTER : " conformance-v2-background"
105105 PROFILE : " v2-background"
106106 IS_STRESS_TEST : " false"
107+ OS_SKU : " Ubuntu"
107108 v2-ws22 :
108109 AZURE_CLUSTER : " conformance-v2-ws22"
109110 PROFILE : " v2-default-ws22"
110111 IS_STRESS_TEST : " false"
112+ OS_SKU : " Ubuntu"
111113 v2-linux-stress :
112114 AZURE_CLUSTER : " conformance-v2-linux-stress"
113115 PROFILE : " v2-background"
114116 IS_STRESS_TEST : " true"
117+ OS_SKU : " Ubuntu"
115118 pool :
116119 name : $(BUILD_POOL_NAME_DEFAULT)
117120 demands :
@@ -212,6 +215,7 @@ stages:
212215 --resource-group $(RESOURCE_GROUP) \
213216 --name $(AZURE_CLUSTER) \
214217 --network-plugin azure
218+ ----os-sku $(OS_SKU)
215219
216220 if [ $? != 0 ]
217221 then
You can’t perform that action at this time.
0 commit comments