Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
dc4949bc
Commit
dc4949bc
authored
Sep 28, 2023
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
rename test methods for Spack v0.20.0
parent
1247c790
Branches
Branches containing commit
No related tags found
2 merge requests
!450
create new experimental release
,
!440
stand-alone (not built-time) tests
Pipeline
#25449
failed
Sep 28, 2023
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/wf-brainscales2-demos/package.py
+1
-1
1 addition, 1 deletion
packages/wf-brainscales2-demos/package.py
packages/wf-multi-area-model/package.py
+1
-1
1 addition, 1 deletion
packages/wf-multi-area-model/package.py
with
2 additions
and
2 deletions
packages/wf-brainscales2-demos/package.py
+
1
−
1
View file @
dc4949bc
...
...
@@ -68,6 +68,6 @@ class WfBrainscales2Demos(Package):
# TODO (ECM): Provide a selection of notebooks that perform local-only tests.
#self._run_notebooks(join_path(self.prefix, ".spack_test_results"))
def
test
(
self
):
def
test
_notebooks
(
self
):
self
.
_set_collab_things
()
self
.
_run_notebooks
(
join_path
(
self
.
test_suite
.
stage
,
self
.
spec
.
format
(
"
out-{name}-{version}-{hash:7}
"
)))
This diff is collapsed.
Click to expand it.
packages/wf-multi-area-model/package.py
+
1
−
1
View file @
dc4949bc
...
...
@@ -49,5 +49,5 @@ class WfMultiAreaModel(Package):
def
installcheck
(
self
):
self
.
_run_notebooks
(
join_path
(
self
.
prefix
,
"
.spack_test_results
"
))
def
test
(
self
):
def
test
_notebook
(
self
):
self
.
_run_notebooks
(
join_path
(
self
.
test_suite
.
stage
,
self
.
spec
.
format
(
"
out-{name}-{version}-{hash:7}
"
)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment