From bb55f60117695958edaea5b0e939a50dcb9603d4 Mon Sep 17 00:00:00 2001 From: jpayne3506 Date: Thu, 12 Oct 2023 12:32:58 -0700 Subject: [PATCH] ci: Add NPM arm64 to CNI Load Test Pipeline --- .pipelines/cni/pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pipelines/cni/pipeline.yaml b/.pipelines/cni/pipeline.yaml index b84be04bb0..47b83ddacc 100644 --- a/.pipelines/cni/pipeline.yaml +++ b/.pipelines/cni/pipeline.yaml @@ -66,6 +66,10 @@ stages: arch: arm64 name: cni-dropgz-test os: linux + npm_linux_arm64: + arch: arm64 + name: npm + os: linux steps: - template: ../containers/container-template.yaml parameters: @@ -122,7 +126,7 @@ stages: npm: name: npm os_versions: ltsc2022 - platforms: linux/amd64 windows/amd64 + platforms: linux/amd64 linux/arm64 windows/amd64 steps: - template: ../containers/manifest-template.yaml parameters: