Skip to content

Commit

Permalink
rollback to a two stage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Feb 13, 2018
1 parent e2f083f commit ab46d13
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ before_script:


# Builds for PRs only (premoderated by unit-tests step) and triggers (auto)
### PR JOBS
### PR JOBS PART1
gce_coreos-calico-aio:
stage: deploy-part1
<<: *job
Expand All @@ -314,8 +314,9 @@ gce_coreos-calico-aio:
except: ['triggers']
only: [/^pr-.*$/]

### PR JOBS PART2
do_ubuntu-canal-ha:
stage: deploy-part1
stage: deploy-part2
<<: *job
<<: *do
variables:
Expand All @@ -325,7 +326,7 @@ do_ubuntu-canal-ha:
only: [/^pr-.*$/]

gce_centos7-flannel-addons:
stage: deploy-part1
stage: deploy-part2
<<: *job
<<: *gce
variables:
Expand All @@ -336,7 +337,7 @@ gce_centos7-flannel-addons:
only: [/^pr-.*$/]

gce_ubuntu-weave-sep:
stage: deploy-part1
stage: deploy-part2
<<: *job
<<: *gce
variables:
Expand Down

0 comments on commit ab46d13

Please sign in to comment.