Skip to content

Commit 44a8801

Browse files
committed
updated tests
1 parent 75f54a5 commit 44a8801

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
@@ -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

0 commit comments

Comments
 (0)