From 9aa7b62137ad883b6d7c2ab69dec7cee562deaf3 Mon Sep 17 00:00:00 2001 From: Garrett Settles Date: Mon, 14 Sep 2026 22:47:04 +0000 Subject: [PATCH] test(flannel): remove ACL enforcement before Mantle exclusions Part 1 of the published remove-flannel-wrapper PR: remove only acl.flannel.udp and acl.flannel.vxlan from kola_enforcing.yaml. Keep all legacy wrapper packaging intact so existing Mantle versions remain compatible. Merge this into ACL aclmain before gsettles/remove-acl-flannel-tests in Mantle. The github-mantle-pr-validation default-filter gate otherwise reports the excluded tests as enforced but not selected. --- acl/tests/kola_enforcing.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/acl/tests/kola_enforcing.yaml b/acl/tests/kola_enforcing.yaml index d4216c4ea7a..9687db7283f 100644 --- a/acl/tests/kola_enforcing.yaml +++ b/acl/tests/kola_enforcing.yaml @@ -43,34 +43,6 @@ tests: and docker has no RPM replacement (same as docker.*) — so no etcd server can start for the test to drive. - - name: acl.flannel.udp - exceptions: - - architectures: [aarch64] - reason: Flannel UDP coverage is registered only for amd64 - - platforms: [azure] - reason: Azure version depends on discovery.etcd.io, which is unmaintained. - - imageVariants: [acl-t] - reason: | - flanneld runs in a docker container (flanneld.service via - flannel-wrapper) and the test drives docker on each node; - acl-t has no docker daemon — the standalone `docker` sysext is - not carried and docker has no RPM replacement (same as - docker.*) — so flanneld cannot start. - - name: acl.flannel.vxlan - exceptions: - - platforms: [qemu] - architectures: [aarch64] - reason: Flakiness on TCG-emulated arm64 in aclmain, failures due to slow device enumeration. - - platforms: [azure] - reason: Azure version depends on discovery.etcd.io, which is unmaintained. - - imageVariants: [acl-t] - reason: | - flanneld runs in a docker container (flanneld.service via - flannel-wrapper) and the test drives docker on each node; - acl-t has no docker daemon — the standalone `docker` sysext is - not carried and docker has no RPM replacement (same as - docker.*) — so flanneld cannot start. - - name: acl.internet exceptions: - platforms: [qemu]