diff options
author | Tomas Alexy <tomas.alexy@pantheon.tech> | 2021-03-05 11:15:55 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-03-08 10:42:00 +0000 |
commit | 2b90fd5bd7d38b5800864daa20939e5fe9e129c8 (patch) | |
tree | 77ab96c715a08575bf1ec1792f106173d44c7371 /resources/tools/testbed-setup/ansible/sut.yaml | |
parent | 9481aad815189d6251d36c11e3f901f9179dab40 (diff) |
Infra: AWS/Azure fix OOM issues on smaller instances
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: Ic799f5eeaf03f34386603421c1d9282167c25aa5
Diffstat (limited to 'resources/tools/testbed-setup/ansible/sut.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/sut.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |