Merge pull request #127372 from aojea/example_dns_ipv6

Tag sig-network e2e test correctly
This commit is contained in:
Kubernetes Prow Robot 2024-09-15 12:43:12 +01:00 committed by GitHub
commit e86f5c035e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ func kubeProxyDaemonSetExtraEnvs(enableKubeProxyDaemonSet bool) []string {
return []string{fmt.Sprintf("KUBE_PROXY_DAEMONSET=%v", enableKubeProxyDaemonSet)}
}
var _ = SIGDescribe("kube-proxy migration", feature.KubeProxyDaemonSetMigration, func() {
var _ = SIGDescribe("kube-proxy migration", framework.WithSerial(), framework.WithDisruptive(), feature.KubeProxyDaemonSetMigration, func() {
f := framework.NewDefaultFramework("kube-proxy-ds-migration")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
upgradeTestFrameworks := upgrades.CreateUpgradeFrameworks(upgradeTests)

View File

@ -59,7 +59,7 @@ try:
except:
print('err')`
var _ = common.SIGDescribe("ClusterDns", feature.Example, func() {
var _ = common.SIGDescribe("ClusterDns", feature.Example, feature.NetworkingIPv4, func() {
f := framework.NewDefaultFramework("cluster-dns")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged