File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stages:
24
24
go version
25
25
echo "##vso[task.setvariable variable=commitID;isOutput=true]$(echo $(make revision)-$(date "+%d%H%M"))"
26
26
echo "##vso[task.setvariable variable=npmVersion;isOutput=true]$(make npm-version)"
27
- echo "##vso[task.setvariable variable=cnsVersion;isOutput=true]$(CNS_VERSION)"
28
27
name: "SetEnvVars"
29
28
displayName: "Set Environment Variables"
30
29
condition: always()
@@ -55,6 +54,14 @@ stages:
55
54
arch : amd64
56
55
name : cni
57
56
os : windows
57
+ cns_linux_amd64 :
58
+ arch : amd64
59
+ name : cns
60
+ os : linux
61
+ cns_windows_amd64 :
62
+ arch : amd64
63
+ name : cns
64
+ os : windows
58
65
ipv6_hp_bpf_linux_amd64 :
59
66
arch : amd64
60
67
name : ipv6-hp-bpf
@@ -87,6 +94,10 @@ stages:
87
94
arch : arm64
88
95
name : cni
89
96
os : linux
97
+ cns_linux_arm64 :
98
+ arch : arm64
99
+ name : cns
100
+ os : linux
90
101
ipv6_hp_bpf_linux_arm64 :
91
102
arch : arm64
92
103
name : ipv6-hp-bpf
@@ -151,6 +162,9 @@ stages:
151
162
cni :
152
163
name : cni
153
164
platforms : linux/amd64 linux/arm64 windows/amd64
165
+ cns :
166
+ name : cns
167
+ platforms : linux/amd64 linux/arm64 windows/amd64
154
168
ipv6-hp-bpf :
155
169
name : ipv6-hp-bpf
156
170
platforms : linux/amd64 linux/arm64
You can’t perform that action at this time.
0 commit comments