diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-29 09:43:32 +0100 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-29 09:57:51 +0100 |
commit | 2202027d0fee6cfe45192ffafb91fe2ac07d2e67 (patch) | |
tree | 040f01b194ed93aab72a38a97260c779b9524217 /fdio.infra.ansible/sut.yaml | |
parent | 532cd045fca531916745a902c1f5a3d470d68147 (diff) |
feat(ansible): Remove python_env
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Id03fd5fa6cdf9694dc59fb671519e703a8bb8591
Diffstat (limited to 'fdio.infra.ansible/sut.yaml')
-rw-r--r-- | fdio.infra.ansible/sut.yaml | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/fdio.infra.ansible/sut.yaml b/fdio.infra.ansible/sut.yaml index f06f7edff1..41327cb515 100644 --- a/fdio.infra.ansible/sut.yaml +++ b/fdio.infra.ansible/sut.yaml @@ -14,8 +14,6 @@ roles: - role: common tags: common -# - role: python_env -# tags: python_env - role: kernel tags: kernel - role: mellanox @@ -54,16 +52,12 @@ tags: user_add - role: common tags: common -# - role: python_env -# tags: python_env + - role: aws + tags: aws - role: vpp tags: vpp - role: docker tags: docker -# - role: dpdk -# tags: dpdk - - role: aws - tags: aws - role: cleanup tags: cleanup - role: calibration @@ -83,16 +77,12 @@ tags: user_add - role: common tags: common -# - role: python_env -# tags: python_env + - role: azure + tags: azure - role: docker tags: docker - role: vpp tags: vpp - - role: dpdk - tags: dpdk - - role: azure - tags: azure - role: cleanup tags: cleanup - role: calibration @@ -112,14 +102,10 @@ tags: user_add - role: common tags: common -# - role: python_env -# tags: python_env - role: docker tags: docker - role: vpp tags: vpp - - role: dpdk - tags: dpdk - role: cleanup tags: cleanup - role: calibration |