Skip to content

Commit b429744

Browse files
jpayne3506behzad-mir
authored andcommitted
ci: Add NPM arm64 to CNI Load Test Pipeline (#2289)
1 parent 8a8b325 commit b429744

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pipelines/cni/pipeline.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ stages:
6666
arch: arm64
6767
name: cni-dropgz-test
6868
os: linux
69+
npm_linux_arm64:
70+
arch: arm64
71+
name: npm
72+
os: linux
6973
steps:
7074
- template: ../containers/container-template.yaml
7175
parameters:
@@ -122,7 +126,7 @@ stages:
122126
npm:
123127
name: npm
124128
os_versions: ltsc2022
125-
platforms: linux/amd64 windows/amd64
129+
platforms: linux/amd64 linux/arm64 windows/amd64
126130
steps:
127131
- template: ../containers/manifest-template.yaml
128132
parameters:

0 commit comments

Comments
 (0)