From 34a7bf412a78d8c2e259d631ec770047fe5b311d Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 18 Oct 2024 14:26:36 +0200 Subject: feat(ansible): Ubuntu 24.04 Signed-off-by: Peter Mikus Change-Id: Id486cbf0cdade79450912b54c068a3287c4edd36 --- fdio.infra.ansible/sut.yaml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'fdio.infra.ansible/sut.yaml') diff --git a/fdio.infra.ansible/sut.yaml b/fdio.infra.ansible/sut.yaml index 57be961ee1..f06f7edff1 100644 --- a/fdio.infra.ansible/sut.yaml +++ b/fdio.infra.ansible/sut.yaml @@ -12,12 +12,10 @@ tags: - always roles: - - role: baremetal - tags: baremetal - role: common tags: common - - role: python_env - tags: python_env +# - role: python_env +# tags: python_env - role: kernel tags: kernel - role: mellanox @@ -56,12 +54,10 @@ tags: user_add - role: common tags: common - - role: python_env - tags: python_env +# - role: python_env +# tags: python_env - role: vpp tags: vpp - - role: iperf - tags: iperf - role: docker tags: docker # - role: dpdk @@ -87,14 +83,12 @@ tags: user_add - role: common tags: common - - role: python_env - tags: python_env +# - role: python_env +# tags: python_env - role: docker tags: docker - role: vpp tags: vpp - - role: iperf - tags: iperf - role: dpdk tags: dpdk - role: azure @@ -118,14 +112,12 @@ tags: user_add - role: common tags: common - - role: python_env - tags: python_env +# - role: python_env +# tags: python_env - role: docker tags: docker - role: vpp tags: vpp - - role: iperf - tags: iperf - role: dpdk tags: dpdk - role: cleanup -- cgit