Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
85ae952d
Commit
85ae952d
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
debug CI
parent
4005e2f2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!18
Re-factor repository workflow
This commit is part of merge request
!18
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-9
18 additions, 9 deletions
.gitlab-ci.yml
with
18 additions
and
9 deletions
.gitlab-ci.yml
+
18
−
9
Edit
View file @
85ae952d
...
@@ -9,15 +9,6 @@ stages:
...
@@ -9,15 +9,6 @@ stages:
default
:
default
:
tags
:
tags
:
-
silicon
-
silicon
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_COMMIT_BRANCH
=~
/^v[0-9]+\.[0-9]-stable/'
when
:
on_success
-
if
:
'
$CI_COMMIT_TAG
=~
/^v[0-9]+\.[0-9]+\.[0-9]+/'
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
artifacts
:
artifacts
:
paths
:
paths
:
-
.ci-env
-
.ci-env
...
@@ -46,6 +37,15 @@ detect_changes:release:
...
@@ -46,6 +37,15 @@ detect_changes:release:
## Init our job for our desired branches/tags/events
## Init our job for our desired branches/tags/events
init
:
init
:
stage
:
config
stage
:
config
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_COMMIT_BRANCH
=~
/^v[0-9]+\.[0-9]-stable/'
when
:
on_success
-
if
:
'
$CI_COMMIT_TAG
=~
/^v[0-9]+\.[0-9]+\.[0-9]+/'
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
script
:
script
:
-
./ci/configure_pipeline.sh ci/build_and_deploy.yml.in
-
./ci/configure_pipeline.sh ci/build_and_deploy.yml.in
artifacts
:
artifacts
:
...
@@ -55,6 +55,15 @@ init:
...
@@ -55,6 +55,15 @@ init:
## Dispatch if we ran the previous stage
## Dispatch if we ran the previous stage
run:default
:
run:default
:
stage
:
build_and_deploy
stage
:
build_and_deploy
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_COMMIT_BRANCH
=~
/^v[0-9]+\.[0-9]-stable/'
when
:
on_success
-
if
:
'
$CI_COMMIT_TAG
=~
/^v[0-9]+\.[0-9]+\.[0-9]+/'
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
trigger
:
trigger
:
include
:
include
:
-
artifact
:
build_and_deploy.yml
-
artifact
:
build_and_deploy.yml
...
...
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