Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
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
SCITAS
Software stack
scitas-software-stacks
Commits
a9a44a10
Commit
a9a44a10
authored
9 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Rewriting needs
parent
f7cd6799
No related branches found
No related tags found
No related merge requests found
Pipeline
#196590
failed
9 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-5
31 additions, 5 deletions
.gitlab-ci.yml
with
31 additions
and
5 deletions
.gitlab-ci.yml
+
31
−
5
View file @
a9a44a10
...
...
@@ -75,7 +75,12 @@ spack:setup:
script
:
-
ci/setup_spack.sh
needs
:
-
job
:
"
spack:checkout:
[$environment,
$slurm_options,
$stack]"
-
job
:
spack:checkout
parallel
:
matrix
:
-
environment
:
$environment
-
slurm_options
:
$slurm_options
-
stack
:
$stack
artifacts
:
paths
:
-
${stack}/environment
...
...
@@ -99,7 +104,12 @@ spack:install_compilers:
reports
:
junit
:
spack-install-*.xml
needs
:
-
job
:
"
spack:setup:
[$environment,
$slurm_options,
$stack]"
-
job
:
spack:setup
parallel
:
matrix
:
-
environment
:
$environment
-
slurm_options
:
$slurm_options
-
stack
:
$stack
timeout
:
5h
spack:concretize
:
...
...
@@ -112,7 +122,13 @@ spack:concretize:
-
${STACK_LOCATION}/spack/bin/spack -e ${SPACK_SYSTEM_CONFIG_PATH} config blame
-
${STACK_LOCATION}/spack/bin/spack -e ${SPACK_SYSTEM_CONFIG_PATH} concretize
needs
:
-
job
:
"
spack:install_compilers:
[$environment,
$slurm_options,
$stack]"
-
job
:
spack:install_compilers
parallel
:
matrix
:
-
environment
:
$environment
-
slurm_options
:
$slurm_options
-
stack
:
$stack
artifacts
:
paths
:
-
${stack}/environment
...
...
@@ -140,7 +156,12 @@ spack:install:
echo "{}" > spack-install.xml
fi
needs
:
-
job
:
"
spack:concretize:
[$environment,
$slurm_options,
$stack]"
-
job
:
spack:concretize
parallel
:
matrix
:
-
environment
:
$environment
-
slurm_options
:
$slurm_options
-
stack
:
$stack
artifacts
:
paths
:
-
${stack}/environment
...
...
@@ -157,5 +178,10 @@ spack:mksquashfs:
-
"
mksquashfs
${CI_PROJECT_DIR}
stack-${stack}-${environment}-${CI_COMMIT_REF_SLUG}.sqfs"
-
'
curl
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
stack-${stack}-${environment}-${CI_COMMIT_REF_SLUG}.sqfs
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/stack/${stack}/stack-${stack}-${environment}-${CI_COMMIT_REF_SLUG}.sqfs"'
needs
:
-
job
:
"
spack:install:
[$environment,
$slurm_options,
$stack]"
-
job
:
spack:install
parallel
:
matrix
:
-
environment
:
$environment
-
slurm_options
:
$slurm_options
-
stack
:
$stack
timeout
:
10h
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
register
or
sign in
to comment