diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de49aa56bdb6a9f5e1e4144d87aca0d4d0730743..8998158c933cc019e90f40fe9b763afec99e2164 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ check_style: - export EASYBUILD_INCLUDE_TOOLCHAINS="$CI_PROJECT_DIR/Custom_Toolchains/*.py,$CI_PROJECT_DIR/Custom_Toolchains/fft/*.py,$CI_PROJECT_DIR/Custom_Toolchains/compiler/*.py,$CI_PROJECT_DIR/Custom_Toolchains/linalg/*.py" - export EASYBUILD_ROBOT="$CI_PROJECT_DIR/Golden_Repo" - export EASYBUILD_HOOKS="$CI_PROJECT_DIR/Custom_Hooks/eb_hooks.py" + # Let's make this a system where all the packages can be installed, so all of them can be checked without aborting + - export LMOD_SYSTEM_NAME="juwels" - OVERLAYS=$(ls Overlays) - for i in $OVERLAYS; do - export EASYBUILD_ROBOT="$EASYBUILD_ROBOT:$CI_PROJECT_DIR/Overlays/$i" diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index a8ee9578b75cdaf2ef45f212677d5eaf3c7c1911..f1efa947c26216af79b3a043b26a0469e98eba13 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -44,11 +44,11 @@ SUPPORTED_TOOLCHAIN_FAMILIES = ( ) VETOED_INSTALLATIONS = { 'juwelsbooster': ['impi'], - 'juwels': [], - 'jurecadc': [], + 'juwels': [''], + 'jurecadc': [''], 'jurecabooster': ['OpenMPI', 'CUDA', 'nvidia-driver', 'UCX', 'NVHPC'], 'jusuf': ['impi'], - 'hdfml': [], + 'hdfml': [''], } # Also maintain a list of CUDA enabled compilers