From 6425c837d526e01fea4d5dc01c34683b18d2860b Mon Sep 17 00:00:00 2001 From: melkosoft <mmamaenko@yahoo.com> Date: Wed, 21 Mar 2018 04:39:29 +0000 Subject: [PATCH] Added GCE Cilium Ubuntu test --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 510cfa6d9..1014440ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -261,6 +261,10 @@ before_script: # stage: deploy-special MOVED_TO_GROUP_VARS: "true" +.ubuntu_cilium_sep_variables: &ubuntu_cilium_sep_variables +# stage: deploy-special + MOVED_TO_GROUP_VARS: "true" + .rhel7_weave_variables: &rhel7_weave_variables # stage: deploy-part1 MOVED_TO_GROUP_VARS: "true" @@ -470,6 +474,17 @@ gce_coreos-cilium: except: ['triggers'] only: ['master', /^pr-.*$/] +gce_ubuntu-cilium-sep: + stage: deploy-special + <<: *job + <<: *gce + variables: + <<: *gce_variables + <<: *ubuntu_cilium_sep_variables + when: manual + except: ['triggers'] + only: ['master', /^pr-.*$/] + gce_rhel7-weave: stage: deploy-part2 <<: *job -- GitLab