| |
@@ -29,6 +29,9 @@
|
| |
# Path to Jenkinsfile snippet for integration tests used by promotion workflow
|
| |
c3i_integration_test_snippet:
|
| |
|
| |
+ # list of flags in semaphore to allow prod promotion
|
| |
+ c3i_semaphore_custom_flags: []
|
| |
+
|
| |
c3i_definition_dir: openshift/pipelines
|
| |
c3i_definition_update_script: ansible-playbook deploy.yml -e c3i_skip_service_accounts=true
|
| |
|
| |
@@ -59,6 +62,10 @@
|
| |
c3i_messaging_greenwave_topic_virtualtopic_part: "VirtualTopic.eng.greenwave.decision.update"
|
| |
c3i_messaging_repotracker_topic_virtualtopic_part: "VirtualTopic.eng.repotracker.container.tag.>"
|
| |
|
| |
+ c3i_semaphore_default_flags:
|
| |
+ - deployments-allowed
|
| |
+ c3i_semaphore_flags: "{{ c3i_semaphore_default_flags + c3i_semaphore_custom_flags }}"
|
| |
+
|
| |
c3i_dev_image_tag: "latest"
|
| |
|
| |
c3i_lib_branch: master
|
| |
Check state of interal semaphore and block deployment to prod.