Skip to content
Snippets Groups Projects
Commit b1dd6274 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Update .gitlab-ci.yml

parent e3b8aed5
No related branches found
No related tags found
3 merge requests!442update rc,!438create new experimental release (first with Spack v0.20.0),!437update to Spack v0.20.0
......@@ -4,8 +4,8 @@ stages:
variables:
BUILD_ENV_DOCKER_IMAGE: docker-registry.ebrains.eu/tc/ebrains-spack-build-env/okd:devel
GITLAB_BUILD_ENV_DOCKER_IMAGE: docker-registry.ebrains.eu/tc/ebrains-spack-build-env/gitlab_runners_nfs:devel
SPACK_VERSION: v0.19.2
SPACK_PATH_GITLAB: /mnt/spack_v0.19.2
SPACK_VERSION: v0.20.0
SPACK_PATH_GITLAB: /mnt/spack_v0.20.0
# start an OpenShift Job that will build the Spack environment
.deploy-build-environment:
......@@ -222,6 +222,8 @@ build-spack-env-on-runner:
- spack_logs
when: always
timeout: 2 days
rules:
- if: $CI_COMMIT_BRANCH != "spack-v0.20.0"
except:
variables:
- $CI_PIPELINE_SOURCE == "schedule"
......@@ -299,5 +301,6 @@ sync-gitlab-spack-instance:
- spack_logs
when: always
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /technical-coordination/
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /technical-coordination/
- if: $CI_PROJECT_NAMESPACE =~ /technical-coordination/
when: manual
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment