Skip to content

Commit e8b71f9

Browse files
jpayne3506QxBytes
andauthored
[backport] v1.6 ci: skip portforward in windows dualstack (#4076) (#4095)
ci: skip portforward in windows dualstack (#4076) * skip portforward in windows dualstack * modify ob pipeline to skip as well Co-authored-by: Alexander <39818795+QxBytes@users.noreply.github.com>
1 parent e962b80 commit e8b71f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e-job-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ stages:
7171
dependsOn: ${{ parameters.name }}_${{ parameters.os }}
7272
dualstack: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX not WINDOWS Currently broken for scenario and blocking releases, HNS is investigating. Covered by go test in E2E step template
7373
dns: true
74-
portforward: true
74+
portforward: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX NOT WINDOWS Currently broken for scenario and blocking releases
7575
service: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX NOT WINDOWS Currently broken for scenario and blocking releases, HNS is investigating.
7676
hostport: true
7777
hybridWin: ${{ eq(parameters.os, 'windows') }}

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e.stages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stages:
7676
dependsOn: ${{ parameters.name }}_${{ parameters.os }}
7777
dualstack: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX not WINDOWS Currently broken for scenario and blocking releases, HNS is investigating. Covered by go test in E2E step template
7878
dns: true
79-
portforward: true
79+
portforward: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX NOT WINDOWS Currently broken for scenario and blocking releases
8080
service: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX NOT WINDOWS Currently broken for scenario and blocking releases, HNS is investigating.
8181
hostport: true
8282
hybridWin: ${{ eq(parameters.os, 'windows') }}

0 commit comments

Comments
 (0)