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 @@ -102,14 +102,17 @@ stages:
102102 AZURE_CLUSTER : " conformance-v2-background"
103103 PROFILE : " v2-background"
104104 IS_STRESS_TEST : " false"
105+ OS_SKU : " Ubuntu"
105106 v2-ws22 :
106107 AZURE_CLUSTER : " conformance-v2-ws22"
107108 PROFILE : " v2-default-ws22"
108109 IS_STRESS_TEST : " false"
110+ OS_SKU : " Ubuntu"
109111 v2-linux-stress :
110112 AZURE_CLUSTER : " conformance-v2-linux-stress"
111113 PROFILE : " v2-background"
112114 IS_STRESS_TEST : " true"
115+ OS_SKU : " Ubuntu"
113116 pool :
114117 name : $(BUILD_POOL_NAME_DEFAULT)
115118 demands :
@@ -210,6 +213,7 @@ stages:
210213 --resource-group $(RESOURCE_GROUP) \
211214 --name $(AZURE_CLUSTER) \
212215 --network-plugin azure
216+ ----os-sku $(OS_SKU)
213217
214218 if [ $? != 0 ]
215219 then
You can’t perform that action at this time.
0 commit comments