Commit cdee420 1 parent fc173a8 commit cdee420 Copy full SHA for cdee420
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ stages:
11
11
name : " $(BUILD_POOL_NAME_DEFAULT)"
12
12
steps :
13
13
- script : |
14
- echo "##vso[task.setvariable variable=commitID;isOutput=true]$(make revision)"
14
+ echo "##vso[task.setvariable variable=commitID;isOutput=true]$(echo $( make revision)-$(date "+%d%H%M") )"
15
15
name: "EnvironmentalVariables"
16
16
displayName: "Set environmental variables"
17
17
condition: always()
@@ -86,11 +86,11 @@ stages:
86
86
pool :
87
87
name : $(BUILD_POOL_NAME_DEFAULT)
88
88
steps :
89
- - template : ../../singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml
90
- parameters :
91
- name : " cilium_nightly"
92
- clusterName : ciliumnightly-$(commitID)
93
- testHubble : true
89
+ - template : ../../singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml
90
+ parameters :
91
+ name : " cilium_nightly"
92
+ clusterName : ciliumnightly-$(commitID)
93
+ testHubble : true
94
94
- job : logs
95
95
displayName : " Failure Logs"
96
96
dependsOn :
You can’t perform that action at this time.
0 commit comments