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
5414a410
Commit
5414a410
authored
8 years ago
by
Bogdan Dobrelya
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #787 from bogdando/coreos_weave_manual
Add coreos-alpha weave manual CI builds
parents
de8cd5cd
c456a311
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+19
-1
19 additions, 1 deletion
.gitlab-ci.yml
docs/test_cases.md
+1
-0
1 addition, 0 deletions
docs/test_cases.md
with
20 additions
and
1 deletion
.gitlab-ci.yml
+
19
−
1
View file @
5414a410
...
...
@@ -194,6 +194,14 @@ before_script:
CLOUD_REGION
:
europe-west1-b
CLUSTER_MODE
:
ha
.coreos_alpha_weave_ha_variables
:
&coreos_alpha_weave_ha_variables
# stage: deploy-gce-special
KUBE_NETWORK_PLUGIN
:
weave
CLOUD_IMAGE
:
coreos-alpha
CLOUD_REGION
:
us-west1-a
CLUSTER_MODE
:
ha
BOOTSTRAP_OS
:
coreos
# Builds for PRs only (auto)
coreos-calico-sep
:
stage
:
deploy-gce-part1
...
...
@@ -355,7 +363,17 @@ centos7-calico-ha-triggers:
when
:
on_success
only
:
[
'
triggers'
]
#TODO(bogdando) add coreos-weave and *triggers
# no triggers yet https://github.com/kubernetes-incubator/kargo/issues/613
coreos-alpha-weave-ha
:
stage
:
deploy-gce-special
<<
:
*job
<<
:
*gce
variables
:
<<
:
*gce_variables
<<
:
*coreos_alpha_weave_ha_variables
when
:
manual
except
:
[
'
triggers'
]
only
:
[
'
master'
,
/^pr-.*$/
]
syntax-check
:
<<
:
*job
...
...
This diff is collapsed.
Click to expand it.
docs/test_cases.md
+
1
−
0
View file @
5414a410
...
...
@@ -49,5 +49,6 @@ GCE instances
| special| canal| rhel-7| us-east1-b| separated|
| special| weave| ubuntu-1604-xenial| us-central1-b| separated|
| special| calico| centos-7| europe-west1-b| ha|
| special| weave| coreos-alpha| us-west1-a| ha|
The "Stage" means a build step of the build pipeline. The steps are ordered as
`part1->part2->special`
.
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