diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc136e966..d509b6e16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,8 @@ spack_setup: # Enable fetching GitHub PR descriptions and parsing them to find out what # branches to build of other projects. PARSE_GITHUB_PR_DESCRIPTIONS: "true" - SPACK_SETUP_IGNORE_PACKAGE_VARIABLES: CVF + # Ignore CVF ang BLUECONFIGS branches since those don't have a spack package + SPACK_SETUP_IGNORE_PACKAGE_VARIABLES: "CVF BLUECONFIGS" build:intel: extends: