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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
95cf18ff
Commit
95cf18ff
authored
Dec 11, 2019
by
Maxime Guyot
Committed by
Kubernetes Prow Robot
Dec 11, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Re introduce CI for upgrades (#5427)
parent
696fcaf3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci/packet.yml
+28
-35
28 additions, 35 deletions
.gitlab-ci/packet.yml
with
28 additions
and
35 deletions
.gitlab-ci/packet.yml
+
28
−
35
View file @
95cf18ff
---
---
.packet_variables
:
&packet_variables
CI_PLATFORM
:
"
packet"
SSH_USER
:
"
kubespray"
.packet
:
&packet
.packet
:
&packet
extends
:
.testcases
extends
:
.testcases
variables
:
variables
:
<<
:
*packet_variables
CI_PLATFORM
:
"
packet"
SSH_USER
:
"
kubespray"
tags
:
tags
:
-
packet
-
packet
only
:
[
/^pr-.*$/
]
only
:
[
/^pr-.*$/
]
except
:
[
'
triggers'
]
except
:
[
'
triggers'
]
.test-upgrade
:
&test-upgrade
variables
:
UPGRADE_TEST
:
"
graceful"
packet_ubuntu18-calico-aio
:
packet_ubuntu18-calico-aio
:
stage
:
deploy-part1
stage
:
deploy-part1
<<
:
*
packet
extends
:
.
packet
when
:
on_success
when
:
on_success
# ### PR JOBS PART2
# ### PR JOBS PART2
packet_centos7-flannel-addons
:
packet_centos7-flannel-addons
:
extends
:
.packet
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*packet
when
:
on_success
when
:
on_success
# ### MANUAL JOBS
# ### MANUAL JOBS
packet_centos-weave-kubeadm-sep
:
packet_centos-weave-kubeadm-sep
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
on_success
when
:
on_success
only
:
[
'
triggers'
]
variables
:
except
:
[]
UPGRADE_TEST
:
basic
packet_ubuntu-weave-sep
:
packet_ubuntu-weave-sep
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
only
:
[
'
triggers'
]
except
:
[]
# # More builds for PRs/merges (manual) and triggers (auto)
# # More builds for PRs/merges (manual) and triggers (auto)
packet_ubuntu-canal-ha
:
packet_ubuntu-canal-ha
:
stage
:
deploy-special
stage
:
deploy-special
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_ubuntu-canal-kubeadm
:
packet_ubuntu-canal-kubeadm
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
on_success
when
:
on_success
packet_ubuntu-flannel-ha
:
packet_ubuntu-flannel-ha
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
# Contiv does not work in k8s v1.16
# Contiv does not work in k8s v1.16
# packet_ubuntu-contiv-sep:
# packet_ubuntu-contiv-sep:
# stage: deploy-part2
# stage: deploy-part2
#
<<
:
*
packet
#
extends
:
.
packet
# when: on_success
# when: on_success
packet_ubuntu18-cilium-sep
:
packet_ubuntu18-cilium-sep
:
stage
:
deploy-special
stage
:
deploy-special
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_ubuntu18-flannel-containerd
:
packet_ubuntu18-flannel-containerd
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_debian9-macvlan-sep
:
packet_debian9-macvlan-sep
:
stage
:
unit-tests
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_debian9-calico-upgrade
:
packet_debian9-calico-upgrade
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
on_success
when
:
on_success
variables
:
UPGRADE_TEST
:
graceful
packet_debian10-containerd
:
packet_debian10-containerd
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
on_success
when
:
on_success
packet_centos7-calico-ha
:
packet_centos7-calico-ha
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_centos7-kube-ovn
:
packet_centos7-kube-ovn
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
on_success
when
:
on_success
packet_centos7-kube-router
:
packet_centos7-kube-router
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_centos7-multus-calico
:
packet_centos7-multus-calico
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_opensuse-canal
:
packet_opensuse-canal
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_oracle-7-canal
:
packet_oracle-7-canal
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_ubuntu-kube-router-sep
:
packet_ubuntu-kube-router-sep
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
packet_amazon-linux-2-aio
:
packet_amazon-linux-2-aio
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*
packet
extends
:
.
packet
when
:
manual
when
:
manual
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