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
bc3abad6
Commit
bc3abad6
authored
7 years ago
by
Michal Rostecki
Committed by
Markos Chandras
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tests: Add CI jobs for openSUSE
parent
d75b5d69
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
tests/files/gce_opensuse-canal.yml
+12
-0
12 additions, 0 deletions
tests/files/gce_opensuse-canal.yml
with
27 additions
and
0 deletions
.gitlab-ci.yml
+
15
−
0
View file @
bc3abad6
...
@@ -308,6 +308,10 @@ before_script:
...
@@ -308,6 +308,10 @@ before_script:
# stage: deploy-special
# stage: deploy-special
MOVED_TO_GROUP_VARS
:
"
true"
MOVED_TO_GROUP_VARS
:
"
true"
.opensuse_canal_variables
:
&opensuse_canal_variables
# stage: deploy-part2
MOVED_TO_GROUP_VARS
:
"
true"
# Builds for PRs only (premoderated by unit-tests step) and triggers (auto)
# Builds for PRs only (premoderated by unit-tests step) and triggers (auto)
### PR JOBS PART1
### PR JOBS PART1
...
@@ -589,6 +593,17 @@ gce_centos7-calico-ha-triggers:
...
@@ -589,6 +593,17 @@ gce_centos7-calico-ha-triggers:
when
:
on_success
when
:
on_success
only
:
[
'
triggers'
]
only
:
[
'
triggers'
]
gce_opensuse-canal
:
stage
:
deploy-part2
<<
:
*job
<<
:
*gce
variables
:
<<
:
*gce_variables
<<
:
*opensuse_canal_variables
when
:
manual
except
:
[
'
triggers'
]
only
:
[
'
master'
,
/^pr-.*$/
]
# no triggers yet https://github.com/kubernetes-incubator/kargo/issues/613
# no triggers yet https://github.com/kubernetes-incubator/kargo/issues/613
gce_coreos-alpha-weave-ha
:
gce_coreos-alpha-weave-ha
:
stage
:
deploy-special
stage
:
deploy-special
...
...
This diff is collapsed.
Click to expand it.
tests/files/gce_opensuse-canal.yml
0 → 100644
+
12
−
0
View file @
bc3abad6
# Instance settings
cloud_image_family
:
opensuse-leap
cloud_region
:
us-central1-c
mode
:
default
# Deployment settings
bootstrap_os
:
opensuse
kube_network_plugin
:
canal
kubeadm_enabled
:
true
deploy_netchecker
:
true
kubedns_min_replicas
:
1
cloud_provider
:
gce
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