Skip to content
Snippets Groups Projects
Commit 3e3143f4 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

remove meta-brainscales from spack.yaml

parent 9e680ee4
No related branches found
No related tags found
1 merge request!74create new experimental release from master
Pipeline #16510 failed
......@@ -28,7 +28,7 @@ stages:
- while true; do sleep 300; x=$(oc get pods |grep $pod|awk '{ print $3}');if [ $x != "Running" ]; then break; fi; done
- oc logs jobs/simplejob${CI_PIPELINE_ID} | tee log.txt
# if spack install has failed, fail the pipeline
# - if [ $(cat log.txt |grep "Error:"|wc -l) -gt 0 ]; then exit 1;fi;
- if [ $(cat log.txt |grep "Error: No module available for package"|wc -l) -gt 0 ]; then exit 1;fi;
# delete the job from OpenShift as we have the logs here
- oc delete job simplejob${CI_PIPELINE_ID} || true
tags:
......
......@@ -27,7 +27,6 @@ spack:
- py-pyaescrypt %gcc@10.3.0
- py-formencode %gcc@10.3.0
- tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %gcc@10.3.0
- pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
#- py-lfpy@2.2.3 %gcc@10.3.0
#- biobb-common %gcc@10.3.0
......
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