From b667049142def39fe29ab46b2ad937d4512e4273 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Tue, 3 Mar 2020 09:59:37 +0000
Subject: [PATCH] enabling upstream testing for monarch

Former-commit-id: 0e90991fb79df41f5198002fbf0109f6e0645dc8
---
 .gitlab-ci.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d71b3b3..8f5d5a63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
   - tests
   - clean # manually delete stack
  
-trigger_pipeline_in_B:
+trigger_pipeline_in_Clusterbuild:
   stage: integration_test_downstream
   tags: 
   - ansible
@@ -27,6 +27,15 @@ trigger_pipeline_in_B:
   - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=aciab_upstream https://gitlab.erc.monash.edu.au/api/v4/projects/193/trigger/pipeline"  # ID is from clusterbuild
 
 
+trigger_pipeline_in_monarch:
+  stage: integration_test_downstream
+  tags: 
+  - ansible
+  script:
+  - echo ${CI_JOB_TOKEN}
+  - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=cicd https://gitlab.erc.monash.edu.au/api/v4/projects/385/trigger/pipeline"  # ID is from clusterbuild
+
+
 yamllint:
   stage: lint
   allow_failure: true
-- 
GitLab