File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
singletenancy/cilium-overlay Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66 displayName : " Build and Push Cilium Image"
77 jobs :
88 - job : build_and_push_cilium_image
9+ pool :
10+ name : $(BUILD_POOL_NAME_DEFAULT)
911 steps :
1012 - bash : |
1113 set -ex
@@ -46,6 +48,8 @@ stages:
4648 modulePath : " $(GOPATH)/src/github.com/Azure/azure-container-networking"
4749 jobs :
4850 - job : cilium_nightly
51+ pool :
52+ name : $(BUILD_POOL_NAME_DEFAULT)
4953 steps :
5054 - template : ../../singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml
5155 parameters :
Original file line number Diff line number Diff line change 9999 # Nightly does not build images per commit. Will use existing image.
100100 if [ "$CILIUM_VERSION_TAG" = "cilium-nightly-pipeline" ]
101101 then
102- CNS=v1.5.3 DROPGZ=v0.0.4 && echo "Running nightly"
102+ CNS=$(CNS_VERSION) DROPGZ=$(DROP_GZ_VERSION) && echo "Running nightly"
103103 else
104104 CNS=$(make cns-version) DROPGZ=$(make cni-dropgz-version)
105105 fi
You can’t perform that action at this time.
0 commit comments