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 a204b1d commit f37180aCopy full SHA for f37180a
.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=$(clusterName)-$(commitID)
+ make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=ciliumnightly-$(commitID)
163
164
set -e
165
echo "Run Cilium Connectivity Tests"
@@ -171,7 +171,7 @@ stages:
171
172
- template: ../../templates/log-check-template.yaml # Operator Check
173
parameters:
174
- clusterName: $(clusterName)-$(commitID)
+ clusterName: ciliumnightly-$(commitID)
175
podLabel: "name=cilium-operator"
176
logGrep: "level=error"
177
0 commit comments