Skip to content

Commit 3189cda

Browse files
authored
ci: fix nightly pipeline cluster name reference (#3656)
fix: cluster name ref
1 parent 09196db commit 3189cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/cilium/nightly-release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ stages:
159159
scriptType: "bash"
160160
addSpnToEnvironment: true
161161
inlineScript: |
162-
make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=${{ parameters.clusterName }}
162+
make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=$(clusterName)-$(commitID)
163163
164164
set -e
165165
echo "Run Cilium Connectivity Tests"

0 commit comments

Comments
 (0)