From 23a820187855a8361e64cb832afa210cb7c04d1d Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Sun, 18 Jun 2023 22:08:07 +0800 Subject: [PATCH] Update start_e2e_test.yaml --- .github/workflows/start_e2e_test.yaml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/start_e2e_test.yaml b/.github/workflows/start_e2e_test.yaml index 37507ceb5..4f3299763 100644 --- a/.github/workflows/start_e2e_test.yaml +++ b/.github/workflows/start_e2e_test.yaml @@ -24,33 +24,17 @@ jobs: config: security.nesting: true security.privileged: true - linux.kernel_modules: ip_vs,ip_vs_rr,ip_vs_wrr,ip_vs_sh,ip_tables,ip6_tables,netlink_diag,nf_nat,overlay,br_netfilter + linux.kernel_modules: ip_tables,ip6_tables,netlink_diag,nf_nat,overlay,br_netfilter raw.lxc: | lxc.apparmor.profile=unconfined lxc.mount.auto=proc:rw sys:rw cgroup:rw lxc.cgroup.devices.allow=a lxc.cap.drop= devices: - aadisable: - path: /sys/module/nf_conntrack/parameters/hashsize - source: /sys/module/nf_conntrack/parameters/hashsize - type: disk - aadisable2: - path: /dev/zfs - source: /dev/zfs - type: disk - aadisable3: + kmsg: path: /dev/kmsg source: /dev/kmsg type: unix-char - aadisable4: - path: /sys/fs/bpf - source: /sys/fs/bpf - type: disk - aadisable5: - path: /proc/sys/net/netfilter/nf_conntrack_max - source: /proc/sys/net/netfilter/nf_conntrack_max - type: disk EOF - name: Cache github-runner Charm