Skip to content

Commit

Permalink
revert: Latest NPM for integration test (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 authored Oct 11, 2023
1 parent 131cf7a commit 1190646
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .pipelines/cni/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
echo "Setting up environment"
go version
echo "##vso[task.setvariable variable=commitID;isOutput=true]$(make revision)"
echo "##vso[task.setvariable variable=npmVersion;isOutput=true]$(NPM_VERSION)"
echo "##vso[task.setvariable variable=npmVersion;isOutput=true]$(make npm-version)"
echo "##vso[task.setvariable variable=dropgzVersion;isOutput=true]$(make cni-dropgz-test-version)"
echo "##vso[task.setvariable variable=cnsVersion;isOutput=true]$(CNS_VERSION)"
name: "SetEnvVars"
Expand All @@ -40,6 +40,15 @@ stages:
name: cni-dropgz-test
os: windows
os_version: ltsc2022
npm_linux_amd64:
arch: amd64
name: npm
os: linux
npm_windows2022_amd64:
arch: amd64
name: npm
os: windows
os_version: ltsc2022
steps:
- template: ../containers/container-template.yaml
parameters:
Expand Down Expand Up @@ -110,6 +119,10 @@ stages:
cni_dropgz_test:
name: cni-dropgz-test
platforms: linux/amd64 linux/arm64 windows/amd64
npm:
name: npm
os_versions: ltsc2022
platforms: linux/amd64 windows/amd64
steps:
- template: ../containers/manifest-template.yaml
parameters:
Expand Down

0 comments on commit 1190646

Please sign in to comment.