We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09196db commit 3189cdaCopy full SHA for 3189cda
.pipelines/cni/cilium/nightly-release-test.yml
@@ -159,7 +159,7 @@ stages:
159
scriptType: "bash"
160
addSpnToEnvironment: true
161
inlineScript: |
162
- make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=${{ parameters.clusterName }}
+ make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=$(clusterName)-$(commitID)
163
164
set -e
165
echo "Run Cilium Connectivity Tests"
0 commit comments