Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
25
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
3e3143f4
Commit
3e3143f4
authored
3 years ago
by
Athanasios Karmas
Browse files
Options
Downloads
Patches
Plain Diff
remove meta-brainscales from spack.yaml
parent
9e680ee4
No related branches found
Branches containing commit
No related tags found
1 merge request
!74
create new experimental release from master
Pipeline
#16510
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
spack.yaml
+0
-1
0 additions, 1 deletion
spack.yaml
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
3e3143f4
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
0
−
1
View file @
3e3143f4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment