Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add windows server 2025 networking tests #33968

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/testgrids/kubernetes/sig-windows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ dashboards:
- name: sig-windows-experimental
- name: sig-windows-networking
dashboard_tab:
- name: ltsc2025-containerd-flannel-sdnbridge-master
description: Runs Windows (LTSC 2025 with Containerd) E2E tests on master branch K8s clusters and latest Flannel CNI release in l2bridge network mode.
test_group_name: k8s-e2e-ltsc2025-containerd-flannel-sdnbridge-master
- name: ltsc2025-containerd-flannel-sdnoverlay-master
description: Runs Windows (LTSC 2025 with Containerd) E2E tests on master branch K8s clusters and latest Flannel CNI release in overlay network mode.
test_group_name: k8s-e2e-ltsc2025-containerd-flannel-sdnoverlay-master
- name: ltsc2022-containerd-flannel-sdnbridge-master
description: Runs Windows (LTSC 2022 with Containerd) E2E tests on master branch K8s clusters and latest Flannel CNI release in l2bridge network mode.
test_group_name: k8s-e2e-ltsc2022-containerd-flannel-sdnbridge-master
Expand Down Expand Up @@ -73,6 +79,10 @@ dashboards:

test_groups:
# Flannel CNI on Windows test groups
- name: k8s-e2e-ltsc2025-containerd-flannel-sdnbridge-master
gcs_prefix: k8s-ovn/logs/k8s-e2e-ltsc2025-containerd-flannel-sdnbridge-master
- name: k8s-e2e-ltsc2025-containerd-flannel-sdnoverlay-master
gcs_prefix: k8s-ovn/logs/k8s-e2e-ltsc2025-containerd-flannel-sdnoverlay-master
- name: k8s-e2e-ltsc2022-containerd-flannel-sdnbridge-master
gcs_prefix: k8s-ovn/logs/k8s-e2e-ltsc2022-containerd-flannel-sdnbridge-master
- name: k8s-e2e-ltsc2022-containerd-flannel-sdnoverlay-master
Expand Down