From 2b90fd5bd7d38b5800864daa20939e5fe9e129c8 Mon Sep 17 00:00:00 2001 From: Tomas Alexy Date: Fri, 5 Mar 2021 11:15:55 +0100 Subject: Infra: AWS/Azure fix OOM issues on smaller instances Signed-off-by: Tomas Alexy Change-Id: Ic799f5eeaf03f34386603421c1d9282167c25aa5 --- resources/tools/testbed-setup/ansible/sut.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/sut.yaml') diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index afa4d40ef5..abc25a279c 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -56,12 +56,12 @@ tags: vpp - role: dpdk tags: dpdk - - role: aws - tags: aws - role: iperf tags: iperf - role: docker tags: docker + - role: aws + tags: aws - role: cleanup tags: cleanup # TODO: 'Check Kernel Parameters' failing in @@ -87,12 +87,12 @@ tags: docker - role: vpp tags: vpp - - role: azure - tags: azure - role: iperf tags: iperf - role: dpdk tags: dpdk + - role: azure + tags: azure - role: cleanup tags: cleanup # TODO: 'Check Kernel Parameters' failing in -- cgit 1.2.3-korg