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

enabling upstream testing for monarch

Former-commit-id: 0e90991f
parent a670b3c4
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ stages: ...@@ -18,7 +18,7 @@ stages:
- tests - tests
- clean # manually delete stack - clean # manually delete stack
trigger_pipeline_in_B: trigger_pipeline_in_Clusterbuild:
stage: integration_test_downstream stage: integration_test_downstream
tags: tags:
- ansible - ansible
...@@ -27,6 +27,15 @@ trigger_pipeline_in_B: ...@@ -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 - "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: yamllint:
stage: lint stage: lint
allow_failure: true 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