Skip to content

Commit f37180a

Browse files
committed
fix: cluster naming in log collection
1 parent a204b1d commit f37180a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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=$(clusterName)-$(commitID)
162+
make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=ciliumnightly-$(commitID)
163163
164164
set -e
165165
echo "Run Cilium Connectivity Tests"
@@ -171,7 +171,7 @@ stages:
171171

172172
- template: ../../templates/log-check-template.yaml # Operator Check
173173
parameters:
174-
clusterName: $(clusterName)-$(commitID)
174+
clusterName: ciliumnightly-$(commitID)
175175
podLabel: "name=cilium-operator"
176176
logGrep: "level=error"
177177

0 commit comments

Comments
 (0)