File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ stages:
124124 envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/v${DIR}/cilium-operator/templates/deployment.yaml | kubectl apply -f -
125125 kubectl get po -owide -A
126126
127- if [ "$UPGRADE_SCENARIO" = "true" ]
127+ if [ ${{parameters.upgradeScenario}} = "true" ]
128128 then
129129 echo "Upgrade scenario is true, using upgrade azure ipam and cns version from pipeline variables"
130130 IPAM=$(UPGRADE_AZURE_IPAM_VERSION)
@@ -186,7 +186,7 @@ stages:
186186 envsubst '${CILIUM_IMAGE_REGISTRY},${CILIUM_VERSION_TAG}' < test/integration/manifests/cilium/v${DIR}/cilium-operator/templates/deployment.yaml | kubectl apply -f -
187187 kubectl get po -owide -A
188188
189- if [ "$UPGRADE_SCENARIO" = "true" ]
189+ if [ ${{parameters.upgradeScenario}} = "true" ]
190190 then
191191 echo "Upgrade scenario is true, using upgrade azure ipam and cns version from pipeline variables"
192192 IPAM=$(UPGRADE_AZURE_IPAM_VERSION)
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ stages:
415415 upgradeScenario : false
416416
417417
418- # # If upgrade_scenario is set, redeploy new IPAM version to existing clusters and run tests
418+ # # If upgradeScenario is set, redeploy new IPAM version to existing clusters and run tests
419419 - ${{if eq(parameters.upgradeScenario, true)}} :
420420 - template : cilium/cilium-overlay-load-test-template.yaml
421421 parameters :
You can’t perform that action at this time.
0 commit comments