Skip to content

Commit

Permalink
ci: add date to cilium nightly cluster name (#2425)
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Singh <singhvipul@microsoft.com>
  • Loading branch information
vipul-21 authored Jan 3, 2024
1 parent ad10662 commit c086fba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pipelines/cni/cilium/nightly-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- script: |
echo "##vso[task.setvariable variable=commitID;isOutput=true]$(make revision)"
echo "##vso[task.setvariable variable=commitID;isOutput=true]$(echo $(make revision)-$(date "+%d%H%M"))"
name: "EnvironmentalVariables"
displayName: "Set environmental variables"
condition: always()
Expand Down Expand Up @@ -86,11 +86,11 @@ stages:
pool:
name: $(BUILD_POOL_NAME_DEFAULT)
steps:
- template: ../../singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml
parameters:
name: "cilium_nightly"
clusterName: ciliumnightly-$(commitID)
testHubble: true
- template: ../../singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml
parameters:
name: "cilium_nightly"
clusterName: ciliumnightly-$(commitID)
testHubble: true
- job: logs
displayName: "Failure Logs"
dependsOn:
Expand Down

0 comments on commit c086fba

Please sign in to comment.