Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add NPM arm64 to CNI Load Test Pipeline #2289

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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