Skip to content

Commit eba581e

Browse files
committed
updated tests
1 parent 8497f03 commit eba581e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)