Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .pipelines/cni/cilium/nightly-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ stages:
displayName: "Build and Push Cilium Image"
jobs:
- job: build_and_push_cilium_image
pool:
name: $(BUILD_POOL_NAME_DEFAULT)
steps:
- bash: |
set -ex
Expand Down Expand Up @@ -46,6 +48,8 @@ stages:
modulePath: "$(GOPATH)/src/github.com/Azure/azure-container-networking"
jobs:
- job: cilium_nightly
pool:
name: $(BUILD_POOL_NAME_DEFAULT)
steps:
- template: ../../singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ steps:
# Nightly does not build images per commit. Will use existing image.
if [ "$CILIUM_VERSION_TAG" = "cilium-nightly-pipeline" ]
then
CNS=v1.5.3 DROPGZ=v0.0.4 && echo "Running nightly"
CNS=$(CNS_VERSION) DROPGZ=$(DROP_GZ_VERSION) && echo "Running nightly"
else
CNS=$(make cns-version) DROPGZ=$(make cni-dropgz-version)
fi
Expand Down