Skip to content
Merged
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
18 changes: 13 additions & 5 deletions .pipelines/cni/cilium/nightly-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ stages:
cd .pipelines/
git clone https://github.com/cilium/cilium.git
cd cilium
if [ ! -z $CILIUM_COMMIT_ID ]; then
git reset --hard $CILIUM_COMMIT_ID
fi
make docker-cilium-image
make docker-operator-generic-image
name: BuildCiliumImage
Expand Down Expand Up @@ -100,12 +103,18 @@ stages:
clusterName: ciliumnightly-$(commitID)
os: linux
cni: cilium

- stage: delete
displayName: Delete Clusters
condition: always()
dependsOn:
- setup
- cilium_nightly
variables:
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
jobs:
- job: delete
displayName: Delete Cluster
condition: always()
dependsOn:
- cilium_nightly
- logs
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
strategy:
Expand All @@ -119,4 +128,3 @@ stages:
name: $(name)
clusterName: $(clusterName)-$(commitID)
region: $(LOCATION)