Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Marmaduke Woodman
ebrains-spack-builds
Commits
243e16a1
Commit
243e16a1
authored
1 year ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
DO-NOT-MERGE: test wf-brainscales2-demos in test-build job
parent
393016c4
Branches
fixup_fix_wf-brainscales2-demos
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
243e16a1
...
...
@@ -180,6 +180,7 @@ build-spack-env-on-runner:
-
spack env activate $SPACK_DEV_ENV
# TODO: run all tests when test dependency issue is fixed
# - spack test run -x wf-brainscales2-demos wf-multi-area-model
-
spack test run -x wf-brainscales2-demos
after_script
:
-
mkdir -p $CI_PROJECT_DIR/spack_logs/installed $CI_PROJECT_DIR/spack_logs/not_installed
# for succesfully installed packages
:
keep the spack logs for any package modified during this CI job
...
...
@@ -187,11 +188,11 @@ build-spack-env-on-runner:
-
if cd $PKG_DIR; then find . \( -name ".spack" -o -name ".build" \) -exec cp -r --parents "{}" $CI_PROJECT_DIR/spack_logs/installed \;; fi
# for not succesfully installed packages
:
also keep the spack logs for any packages that failed
-
if cd /tmp/$(whoami)/spack-stage/; then find . -maxdepth 2 \( -name "*.txt" -o -name ".install_time_tests" \) -exec cp -r --parents "{}" $CI_PROJECT_DIR/spack_logs/not_installed \;; fi
#
- if [ -d /tmp/spack_tests ]; then mv /tmp/spack_tests $CI_PROJECT_DIR; fi
-
if [ -d /tmp/spack_tests ]; then mv /tmp/spack_tests $CI_PROJECT_DIR; fi
artifacts
:
paths
:
-
spack_logs
#
- spack_tests
-
spack_tests
when
:
always
timeout
:
2 days
rules
:
...
...
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