Split .gitlab-ci.yml into several files (#4519)

This commit is contained in:
Maxime Guyot
2019-04-16 14:35:05 +02:00
committed by Kubernetes Prow Robot
parent 7f1d9ff543
commit 0b02f6593b
5 changed files with 625 additions and 621 deletions

View File

@@ -0,0 +1,16 @@
.do_variables: &do_variables
PRIVATE_KEY: $DO_PRIVATE_KEY
CI_PLATFORM: "do"
SSH_USER: root
.do: &do
extends: .testcases
do_ubuntu-canal-ha:
stage: deploy-part2
extends: .do
variables:
<<: *do_variables
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]