Skip to content

Commit 48cbf4e

Browse files
committed
changed to azure linux sku from ubuntu sku
1 parent eba581e commit 48cbf4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

0 commit comments

Comments
 (0)