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

tests on the manual pipeline keyword

parent c657fcb4
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
......@@ -8,7 +8,9 @@ stages:
# - integration_test_downstream # working but unwanted here
# - trigger_pipeline_in_B # working but unwanted here
- lint
- delete_stack_manual
- extended
- heat_test
- heat
- ansible_create_cluster_stage
- push_button_spawn_cluster
......@@ -26,7 +28,7 @@ stages:
# - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=master https://gitlab.erc.monash.edu.au/api/v4/projects/1085/trigger/pipeline" # ID is from pysshauthz
heat_test:
stage: heat
stage: heat_test
allow_failure: false
tags:
- heat
......@@ -63,7 +65,7 @@ yamllint:
- yamllint -c ./.yamllintheat.yaml ./heat
delete_stack_manual:
stage: heat
stage: delete_stack_manual
tags:
- heat
before_script:
......
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