diff --git a/.github/workflows/scripts/run-tests.sh b/.github/workflows/scripts/run-tests.sh index d0238d81cb5..0f992c6b8ee 100755 --- a/.github/workflows/scripts/run-tests.sh +++ b/.github/workflows/scripts/run-tests.sh @@ -164,6 +164,11 @@ python3 setup_containers.py || \ exit 1; } +compose_execute $SHELL_CMD \ + -c 'java -XX:+PrintFlagsFinal -version | grep -i HeapSize' +compose_execute $SHELL_CMD \ + -c 'echo -e JAVA_OPTS=\"-Dcom.redhat.fips=false -Xmx64M\"\\nexport JAVA_OPTS >> /etc/pki/pki.conf ||:' + # collect list of all the installed packages mkdir -p "$IPA_INSTALLED_PKGS_DIR" diff --git a/ipatests/azure/scripts/azure-run-tests.sh b/ipatests/azure/scripts/azure-run-tests.sh index 56817fd1cc7..23dc5bb8604 100755 --- a/ipatests/azure/scripts/azure-run-tests.sh +++ b/ipatests/azure/scripts/azure-run-tests.sh @@ -183,6 +183,11 @@ python3 setup_containers.py || \ exit 1; } +compose_execute $BASH_CMD \ + -c 'java -XX:+PrintFlagsFinal -version | grep -i HeapSize' +compose_execute $BASH_CMD \ + -c 'echo -e JAVA_OPTS=\"-Dcom.redhat.fips=false -Xmx64M\"\\nexport JAVA_OPTS >> /etc/pki/pki.conf ||:' + # collect list of all the installed packages mkdir -p "$IPA_INSTALLED_PKGS_DIR"