Skip to content

Commit 138e4f5

Browse files
authored
ci: remove windows2019 from release test pipeline (#3870)
* ci: remove windows2019 from pipeline, not supported with k8s 1.33 * remove other references to windows 19 stage
1 parent 2997eb4 commit 138e4f5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.pipelines/cni/pipeline.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -227,22 +227,6 @@ stages:
227227
scaleup: ${SCALEUP_WIN}
228228
iterations: ${ITERATIONS_WIN}
229229

230-
- template: singletenancy/cniv2-template.yaml
231-
parameters:
232-
name: windows19_overlay
233-
clusterType: overlay-byocni-up
234-
clusterName: w19-amd-ov
235-
nodeCount: ${NODE_COUNT_WINCLUSTER_SYSTEMPOOL}
236-
nodeCountWin: ${NODE_COUNT_WIN}
237-
vmSize: ${VM_SIZE_WINCLUSTER_SYSTEMPOOL}
238-
vmSizeWin: ${VM_SIZE_WIN}
239-
arch: amd64
240-
os: windows
241-
os_version: 'ltsc2019'
242-
osSkuWin: 'Windows2019'
243-
scaleup: ${SCALEUP_WIN}
244-
iterations: ${ITERATIONS_WIN}
245-
246230
## Linux E2E
247231
- template: singletenancy/cniv1-template.yaml
248232
parameters:
@@ -561,7 +545,6 @@ stages:
561545
- rdma_linux_overlay
562546
- windows_podsubnet_HNS
563547
- windows_overlay_HNS
564-
- windows19_overlay_HNS
565548
- setup
566549
- ${{if eq(parameters.upgradeScenario, true)}}:
567550
- cilium_overlay_upgrade
@@ -636,9 +619,6 @@ stages:
636619
win-cniv2-overlay:
637620
name: windows_overlay
638621
clusterName: w22-over
639-
windows19_overlay:
640-
name: windows19_overlay
641-
clusterName: w19-amd-ov
642622
steps:
643623
- task: AzureCLI@2
644624
inputs:

0 commit comments

Comments
 (0)