Skip to content

Commit 8f5a2b2

Browse files
authored
ci: [Cilium] Add CNS and dropgz version as pipeline params (#2058)
1 parent 89cbe46 commit 8f5a2b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ stages:
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:

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ steps:
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

0 commit comments

Comments
 (0)