Skip to content

Commit 71127b6

Browse files
authored
ci: skip portforward in cni release test (#4113)
1 parent bd3f491 commit 71127b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pipelines/cni/singletenancy/cniv1-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ stages:
218218
dependsOn: recover
219219
datapath: true
220220
dns: true
221-
portforward: true
221+
portforward: ${{ eq(parameters.os, 'linux') }} # Unblock Pipeline, broken for all windows scenarios
222222
hybridWin: true
223223
service: true
224224
hostport: true
@@ -330,7 +330,7 @@ stages:
330330
dependsOn: recover
331331
datapath: true
332332
dns: true
333-
portforward: true
333+
portforward: ${{ eq(parameters.os, 'linux') }} # Unblock Pipeline, broken for all windows scenarios
334334
hybridWin: true
335335
service: true
336336
hostport: true

.pipelines/cni/singletenancy/cniv2-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ stages:
330330
dependsOn: recover
331331
datapath: true
332332
dns: true
333-
portforward: true
333+
portforward: ${{ eq(parameters.os, 'linux') }} # Unblock Pipeline, broken for all windows scenarios
334334
hybridWin: true
335335
service: true
336336
hostport: true
@@ -454,7 +454,7 @@ stages:
454454
dependsOn: recover
455455
datapath: true
456456
dns: true
457-
portforward: true
457+
portforward: ${{ eq(parameters.os, 'linux') }} # Unblock Pipeline, broken for all windows scenarios
458458
hybridWin: true
459459
service: true
460460
hostport: true

0 commit comments

Comments
 (0)