Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
9efe1fe0
Commit
9efe1fe0
authored
8 years ago
by
Antoine Legrand
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #779 from bogdando/ci_triggers
Allow triggered gitlab CI builds
parents
add7570a
4bbec963
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-6
10 additions, 6 deletions
.gitlab-ci.yml
with
10 additions
and
6 deletions
.gitlab-ci.yml
+
10
−
6
View file @
9efe1fe0
...
...
@@ -141,6 +141,7 @@ coreos-calico-sep:
CLUSTER_MODE
:
separated
BOOTSTRAP_OS
:
coreos
when
:
on_success
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
debian8-canal-ha
:
...
...
@@ -154,7 +155,7 @@ debian8-canal-ha:
CLOUD_REGION
:
us-east1-b
CLUSTER_MODE
:
ha
when
:
manual
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
,
'
triggers'
]
rhel7-weave
:
stage
:
deploy-gce-part1
...
...
@@ -167,7 +168,7 @@ rhel7-weave:
CLOUD_REGION
:
europe-west1-b
CLUSTER_MODE
:
default
when
:
manual
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
,
'
triggers'
]
centos7-flannel
:
stage
:
deploy-gce-part2
...
...
@@ -180,6 +181,7 @@ centos7-flannel:
CLOUD_REGION
:
us-west1-a
CLUSTER_MODE
:
default
when
:
on_success
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
debian8-calico
:
...
...
@@ -193,7 +195,7 @@ debian8-calico:
CLOUD_REGION
:
us-central1-b
CLUSTER_MODE
:
default
when
:
manual
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
,
'
triggers'
]
coreos-canal
:
stage
:
deploy-gce-part2
...
...
@@ -207,7 +209,7 @@ coreos-canal:
CLUSTER_MODE
:
default
BOOTSTRAP_OS
:
coreos
when
:
manual
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
,
'
triggers'
]
rhel7-canal-sep
:
stage
:
deploy-gce-special
...
...
@@ -220,7 +222,7 @@ rhel7-canal-sep:
CLOUD_REGION
:
us-east1-b
CLUSTER_MODE
:
separated
when
:
manual
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
,
'
triggers'
]
ubuntu-weave-sep
:
stage
:
deploy-gce-special
...
...
@@ -233,6 +235,7 @@ ubuntu-weave-sep:
CLOUD_REGION
:
us-central1-b
CLUSTER_MODE
:
separated
when
:
on_success
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
centos7-calico-ha
:
...
...
@@ -246,10 +249,11 @@ centos7-calico-ha:
CLOUD_REGION
:
europe-west1-b
CLUSTER_MODE
:
ha
when
:
manual
only
:
[
'
master'
,
/^pr-.*$/
]
only
:
[
'
master'
,
/^pr-.*$/
,
'
triggers'
]
syntax-check
:
<<
:
*job
stage
:
unit-tests
script
:
-
ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root cluster.yml -vvv --syntax-check
except
:
[
'
triggers'
]
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