From b5f89c1771eda9912d94672bae31e611da9b4107 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 30 Apr 2021 08:21:02 +0200 Subject: [PATCH] Temporarily lift requirement to detect GPUs in CI --- admin/gitlab-ci/gromacs.matrix.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/gitlab-ci/gromacs.matrix.gitlab-ci.yml b/admin/gitlab-ci/gromacs.matrix.gitlab-ci.yml index 4a7e1aeb56..e073c5f02b 100644 --- a/admin/gitlab-ci/gromacs.matrix.gitlab-ci.yml +++ b/admin/gitlab-ci/gromacs.matrix.gitlab-ci.yml @@ -196,8 +196,8 @@ # If $GMX_TEST_REQUIRED_NUMBER_OF_DEVICES is not set and we have GPUs, set it - if [ -z $GMX_TEST_REQUIRED_NUMBER_OF_DEVICES ] && [ -n $KUBERNETES_EXTENDED_RESOURCE_NAME ] ; then if grep -q '/gpu$' <<< "$KUBERNETES_EXTENDED_RESOURCE_NAME"; then - echo "export GMX_TEST_REQUIRED_NUMBER_OF_DEVICES=\"$KUBERNETES_EXTENDED_RESOURCE_LIMIT\""; - export GMX_TEST_REQUIRED_NUMBER_OF_DEVICES="$KUBERNETES_EXTENDED_RESOURCE_LIMIT"; + echo "export GMX_TEST_REQUIRED_NUMBER_OF_DEVICES=\"0\""; + export GMX_TEST_REQUIRED_NUMBER_OF_DEVICES=0; fi fi - if grep -qF 'nvidia.com/gpu' <<< "$KUBERNETES_EXTENDED_RESOURCE_NAME"; then -- 2.22.0