Skip to content

Commit bdd4477

Browse files
authored
ci: build cns in release test pipeline (#3869)
* test build img * test setup * add branches to trigger * add os version to parameterrs in image build * cleanup changes * remove os version
1 parent 6dbc809 commit bdd4477

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.pipelines/cni/pipeline.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stages:
2424
go version
2525
echo "##vso[task.setvariable variable=commitID;isOutput=true]$(echo $(make revision)-$(date "+%d%H%M"))"
2626
echo "##vso[task.setvariable variable=npmVersion;isOutput=true]$(make npm-version)"
27-
echo "##vso[task.setvariable variable=cnsVersion;isOutput=true]$(CNS_VERSION)"
2827
name: "SetEnvVars"
2928
displayName: "Set Environment Variables"
3029
condition: always()
@@ -55,6 +54,14 @@ stages:
5554
arch: amd64
5655
name: cni
5756
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
5865
ipv6_hp_bpf_linux_amd64:
5966
arch: amd64
6067
name: ipv6-hp-bpf
@@ -87,6 +94,10 @@ stages:
8794
arch: arm64
8895
name: cni
8996
os: linux
97+
cns_linux_arm64:
98+
arch: arm64
99+
name: cns
100+
os: linux
90101
ipv6_hp_bpf_linux_arm64:
91102
arch: arm64
92103
name: ipv6-hp-bpf
@@ -151,6 +162,9 @@ stages:
151162
cni:
152163
name: cni
153164
platforms: linux/amd64 linux/arm64 windows/amd64
165+
cns:
166+
name: cns
167+
platforms: linux/amd64 linux/arm64 windows/amd64
154168
ipv6-hp-bpf:
155169
name: ipv6-hp-bpf
156170
platforms: linux/amd64 linux/arm64

0 commit comments

Comments
 (0)