From 1110e9d80d9d2fe4d5503e311f8bbbbde53c4513 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Sun, 9 Feb 2020 11:17:33 -0800 Subject: [PATCH] Test AIX with smaller volumes. --- test/lib/ansible_test/_data/setup/remote.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/ansible_test/_data/setup/remote.sh b/test/lib/ansible_test/_data/setup/remote.sh index 124924d1f15..ea6f912d4cc 100644 --- a/test/lib/ansible_test/_data/setup/remote.sh +++ b/test/lib/ansible_test/_data/setup/remote.sh @@ -80,10 +80,10 @@ elif [ "${platform}" = "osx" ]; then done elif [ "${platform}" = "aix" ]; then chfs -a size=1G / - chfs -a size=5G /usr + chfs -a size=4G /usr chfs -a size=1G /var chfs -a size=1G /tmp - chfs -a size=5G /opt + chfs -a size=2G /opt while true; do yum install -q -y \ gcc \