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 | |
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')
-rw-r--r-- | resources/tools/testbed-setup/ansible/sut.yaml | 8 | ||||
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg.yaml | 8 |
2 files changed, 8 insertions, 8 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 diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml index 2b18b5d85d..38ea8227e8 100644 --- a/resources/tools/testbed-setup/ansible/tg.yaml +++ b/resources/tools/testbed-setup/ansible/tg.yaml @@ -54,8 +54,6 @@ tags: common - role: dpdk tags: dpdk - - role: aws - tags: aws - role: docker tags: docker - role: tg @@ -66,6 +64,8 @@ tags: trex - role: ab tags: ab + - role: aws + tags: aws - role: cleanup tags: cleanup # TODO: 'Check Kernel Parameters' failing in @@ -87,8 +87,6 @@ tags: user_add - role: common tags: common - - role: azure - tags: azure - role: docker tags: docker - role: tg @@ -99,6 +97,8 @@ tags: trex - role: ab tags: ab + - role: azure + tags: azure - role: cleanup tags: cleanup # TODO: 'Check Kernel Parameters' failing in |