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
e03aa795
Unverified
Commit
e03aa795
authored
5 years ago
by
Maxime Guyot
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Move long running jobs into separate CI stage (#5837)
parent
a8a05a21
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
.gitlab-ci/packet.yml
+12
-9
12 additions, 9 deletions
.gitlab-ci/packet.yml
with
13 additions
and
9 deletions
.gitlab-ci.yml
+
1
−
0
View file @
e03aa795
...
...
@@ -4,6 +4,7 @@ stages:
-
deploy-part1
-
moderator
-
deploy-part2
-
deploy-part3
-
deploy-special
variables
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci/packet.yml
+
12
−
9
View file @
e03aa795
...
...
@@ -78,13 +78,6 @@ packet_debian9-macvlan-sep:
extends
:
.packet
when
:
manual
packet_debian9-calico-upgrade
:
stage
:
deploy-part2
extends
:
.packet
when
:
on_success
variables
:
UPGRADE_TEST
:
graceful
packet_debian9-calico-upgrade-once
:
stage
:
deploy-part2
extends
:
.packet
...
...
@@ -142,8 +135,18 @@ packet_amazon-linux-2-aio:
extends
:
.packet
when
:
manual
# ### PR JOBS PART3
# Long jobs (45min+)
packet_debian9-calico-upgrade
:
stage
:
deploy-part3
extends
:
.packet
when
:
on_success
variables
:
UPGRADE_TEST
:
graceful
packet_ubuntu18-calico-ha-recover
:
stage
:
deploy-part
2
stage
:
deploy-part
3
extends
:
.packet
when
:
on_success
variables
:
...
...
@@ -151,7 +154,7 @@ packet_ubuntu18-calico-ha-recover:
RECOVER_CONTROL_PLANE_TEST_GROUPS
:
"
etcd[2:],kube-master[1:]"
packet_ubuntu18-calico-ha-recover-noquorum
:
stage
:
deploy-part
2
stage
:
deploy-part
3
extends
:
.packet
when
:
on_success
variables
:
...
...
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