Skip to content

Commit 312bf12

Browse files
authored
Update npm-conformance-tests.yaml (#1574)
* Update npm-conformance-tests.yaml * push tag
1 parent c3b13da commit 312bf12

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.pipelines/containers/container-template-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
addPipelineData: false
1313

1414
- powershell: |
15+
echo "using tag ${{ parameters.tag }}"
1516
powershell.exe -command "& { . .\build\scripts\windows.ps1; Retry({${{ parameters.name }}-image windows-${{ parameters.arch }}-${{ parameters.tag }}}) }"
1617
name: image_build
1718
displayName: Image Build

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
parameters:
7676
name: $(name)
7777
arch: $(arch)
78+
tag: $(TAG)
7879

7980
- job: k8se2e
8081
displayName: "Build Kubernetes Test Suite"
@@ -438,9 +439,18 @@ jobs:
438439
FQDN=`az aks show -n $CLUSTER_NAME -g $CLUSTER_NAME --query fqdn -o tsv`
439440
echo "##vso[task.setvariable variable=FQDN]$FQDN"
440441
441-
- bash: |
442+
443+
444+
- script: |
442445
cat ~/.kube/config
443446
curl -fsSL github.com/mattfenwick/cyclonus/releases/latest/download/cyclonus_linux_amd64.tar.gz | tar -zxv
447+
name: download_cyclonus
448+
displayName: "Download Cyclonus"
449+
failOnStderr: false
450+
condition: always()
451+
452+
453+
- script: |
444454
./test/cyclonus/test-cyclonus-windows.sh
445455
name: cyclonus
446456
displayName: "Run Cyclonus Test"

0 commit comments

Comments
 (0)