Skip to content

Commit

Permalink
ci: Add NPM arm64 to CNI Load Test Pipeline (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Oct 13, 2023
1 parent ae37d40 commit 73d8bfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pipelines/cni/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 73d8bfb

Please sign in to comment.