Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Klaus Noelp
ebrains-spack-builds
Commits
7ddaaf9d
Commit
7ddaaf9d
authored
2 years ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
minor changes in CI
parent
c3c69cb1
No related branches found
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
+11
-15
11 additions, 15 deletions
.gitlab-ci.yml
with
11 additions
and
15 deletions
.gitlab-ci.yml
+
11
−
15
View file @
7ddaaf9d
...
...
@@ -45,10 +45,6 @@ deploy-int-release-dev-cscs:
resource_group
:
shared-NFS-mount-dev-cscs
only
:
-
master
except
:
variables
:
-
$CI_PIPELINE_SOURCE == "schedule"
# Deploy the production release of tools (manual pipeline)
# deploy on the production environment of the okd prod cluster at CSCS
...
...
@@ -67,7 +63,6 @@ deploy-prod-release-prod-cscs:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!=
$CI_DEFAULT_BRANCH
&&
$CI_COMMIT_BRANCH
=~
/ebrains/'
when
:
manual
allow_failure
:
false
# Deploy the production release of tools (manual pipeline)
# deploy on the production environment of the okd prod cluster at JSC
...
...
@@ -86,7 +81,6 @@ deploy-prod-release-prod-jsc:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!=
$CI_DEFAULT_BRANCH
&&
$CI_COMMIT_BRANCH
=~
/ebrains/'
when
:
manual
allow_failure
:
false
# Deploy the experimental release of tools (sheduled pipeline)
# once a week from latest working version of integration release
...
...
@@ -108,8 +102,7 @@ deploy-exp-release-dev-cscs:
refs
:
-
schedules
variables
:
-
$RELEASE == "experimental-dev"
allow_failure
:
false
-
$DEPLOYMENT == "dev"
# Deploy the experimental release of tools (sheduled pipeline)
# once a week from latest working version of integration release
...
...
@@ -127,12 +120,13 @@ deploy-exp-release-prod-cscs:
SPACK_ENV
:
experimental
RELEASE_NAME
:
EBRAINS-experimental
resource_group
:
shared-NFS-mount-prod-cscs
tags
:
# this is just to ensure that the two jobs will run on different runners
-
read-write
# to avoid issues with common environment variables
only
:
refs
:
-
schedules
variables
:
-
$RELEASE == "experimental"
allow_failure
:
false
-
$DEPLOYMENT == "prod"
# Deploy the experimental release of tools (sheduled pipeline)
# once a week from latest working version of integration release
...
...
@@ -150,13 +144,13 @@ deploy-exp-release-prod-jsc:
SPACK_ENV
:
experimental
RELEASE_NAME
:
EBRAINS-experimental
resource_group
:
shared-NFS-mount-prod-jsc
tags
:
# this is just to ensure that the two jobs will run on different runners
-
read-only
# to avoid issues with common environment variables
only
:
refs
:
-
schedules
variables
:
-
$RELEASE == "experimental"
allow_failure
:
false
-
$DEPLOYMENT == "prod"
build-spack-env-on-runner
:
stage
:
build
...
...
@@ -200,6 +194,9 @@ build-spack-env-on-runner:
-
spack_logs
when
:
always
timeout
:
2 days
except
:
variables
:
-
$CI_PIPELINE_SOURCE == "schedule"
# cache:
# key: spack-cache-$CI_COMMIT_REF_SLUG
# paths:
...
...
@@ -264,5 +261,4 @@ sync-gitlab-spack-instance:
refs
:
-
schedules
variables
:
-
$SYNC_BRANCH == "experimental"
allow_failure
:
false
-
$DEPLOYMENT == "gitlab-nfs"
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