From a85b779aa1bba0eba2bbc6dc5b49bf4f0963e3d2 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 29 Jan 2020 09:11:12 +0000 Subject: [PATCH] toying with an extended pipeline triggered by a variable Former-commit-id: cab5111290901f7d632d83c563f93d107e644529 --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f344f0ed..c2398bda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: - push_button_spawn_cluster # - e2e - tests + - extended - clean # only on master #trigger_pipeline_in_B: @@ -162,6 +163,17 @@ manual_cluster_spawn: refs: - "devel" +extended: + stage: extended + tags: + - heat + - ansible + script: + - echo "extended stage" + only: + variables: + - $EXTENDED != null + clean: stage: clean tags: -- GitLab