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
32049efb
Unverified
Commit
32049efb
authored
6 years ago
by
Antoine Legrand
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3162 from kubernetes-incubator/add-ubuntu1804-ci
Add ubuntu18 ci job
parents
7eb4d7bb
78be27e1
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
+16
-1
16 additions, 1 deletion
.gitlab-ci.yml
tests/files/gce_ubuntu18-flannel-aio.yml
+14
-0
14 additions, 0 deletions
tests/files/gce_ubuntu18-flannel-aio.yml
with
30 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
1
View file @
32049efb
...
@@ -240,6 +240,10 @@ before_script:
...
@@ -240,6 +240,10 @@ before_script:
# stage: deploy-part1
# stage: deploy-part1
MOVED_TO_GROUP_VARS
:
"
true"
MOVED_TO_GROUP_VARS
:
"
true"
.ubuntu18_flannel_aio_variables
:
&ubuntu18_flannel_aio_variables
# stage: deploy-part1
MOVED_TO_GROUP_VARS
:
"
true"
.ubuntu_canal_ha_variables
:
&ubuntu_canal_ha_variables
.ubuntu_canal_ha_variables
:
&ubuntu_canal_ha_variables
# stage: deploy-part1
# stage: deploy-part1
UPGRADE_TEST
:
"
graceful"
UPGRADE_TEST
:
"
graceful"
...
@@ -263,7 +267,7 @@ before_script:
...
@@ -263,7 +267,7 @@ before_script:
.ubuntu_cilium_sep_variables
:
&ubuntu_cilium_sep_variables
.ubuntu_cilium_sep_variables
:
&ubuntu_cilium_sep_variables
# stage: deploy-special
# stage: deploy-special
MOVED_TO_GROUP_VARS
:
"
true"
MOVED_TO_GROUP_VARS
:
"
true"
.rhel7_weave_variables
:
&rhel7_weave_variables
.rhel7_weave_variables
:
&rhel7_weave_variables
# stage: deploy-part1
# stage: deploy-part1
MOVED_TO_GROUP_VARS
:
"
true"
MOVED_TO_GROUP_VARS
:
"
true"
...
@@ -330,6 +334,17 @@ gce_coreos-calico-aio:
...
@@ -330,6 +334,17 @@ gce_coreos-calico-aio:
except
:
[
'
triggers'
]
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
only
:
[
/^pr-.*$/
]
gce_ubuntu18-flannel-aio
:
stage
:
deploy-part1
<<
:
*job
<<
:
*gce
variables
:
<<
:
*ubuntu18_flannel_aio_variables
<<
:
*gce_variables
when
:
on_success
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
### PR JOBS PART2
### PR JOBS PART2
gce_centos7-flannel-addons
:
gce_centos7-flannel-addons
:
stage
:
deploy-part2
stage
:
deploy-part2
...
...
This diff is collapsed.
Click to expand it.
tests/files/gce_ubuntu18-flannel-aio.yml
0 → 100644
+
14
−
0
View file @
32049efb
# Instance settings
cloud_image_family
:
ubuntu-1804-lts
cloud_region
:
us-central1-a
cloud_machine_type
:
"
n1-standard-2"
mode
:
aio
# Deployment settings
bootstrap_os
:
ubuntu
kube_network_plugin
:
flannel
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