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
26
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
a5746041
Commit
a5746041
authored
1 year ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
fd48dcd1
No related branches found
Branches containing commit
No related tags found
2 merge requests
!330
create new experimental release
,
!320
use Spack v0.19.2
Pipeline
#21599
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
a5746041
...
...
@@ -2,7 +2,7 @@ stages:
-
build
variables
:
SPACK_VERSION
:
v0.1
8.1
SPACK_VERSION
:
v0.1
9.0
BUILD_ENV_DOCKER_IMAGE
:
docker-registry.ebrains.eu/tc/ebrains-spack-build-env/okd:okd_22.12
# start an OpenShift Job that will build the Spack environment
...
...
@@ -177,7 +177,7 @@ build-spack-env-on-runner:
cat <<EOF > $SPACK_DEV_PATH/etc/spack/defaults/upstreams.yaml
upstreams:
ebrains-gitlab-spack-instance:
install_tree: /mnt/spack_v0.1
8.1_t
/opt/spack
install_tree: /mnt/spack_v0.1
9.0
/opt/spack
EOF
-
. $SPACK_DEV_PATH/share/spack/setup-env.sh
-
spack find
...
...
@@ -228,7 +228,7 @@ sync-gitlab-spack-instance:
image
:
docker-registry.ebrains.eu/tc/ebrains-spack-build-env/gitlab_runners_nfs:gitlab_runners_nfs_22.09
variables
:
SPACK_NFS_ENV
:
ebrains-runner-build
SPACK_PATH
:
/mnt/spack_v0.1
8.1_t
SPACK_PATH
:
/mnt/spack_v0.1
9.0
SPACK_USER_CACHE_PATH
:
$SPACK_PATH/.spack
SPACK_USER_CONFIG_PATH
:
$SPACK_PATH/.spack
SPACK_REPO_PATH
:
$SPACK_PATH/ebrains-spack-builds
...
...
@@ -289,5 +289,5 @@ sync-gitlab-spack-instance:
-
spack_logs
when
:
always
rules
:
-
if
:
$CI_COMMIT_BRANCH ==
$CI_DEFAULT_BRANCH
&& $CI_PROJECT_NAMESPACE =~ /technical-coordination/
-
if
:
$CI_COMMIT_BRANCH ==
spack-0.19.0
&& $CI_PROJECT_NAMESPACE =~ /technical-coordination/
when
:
manual
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