Skip to content
Snippets Groups Projects
Commit 0e90991f authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

enabling upstream testing for monarch

parent 7f955cbf
No related branches found
No related tags found
1 merge request!297Cicd merge back
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment