rabbitmq: adding queue for fedora-build-checks
This commit is contained in:
parent
47421b9dd6
commit
3f15954566
1 changed files with 10 additions and 0 deletions
|
@ -24,3 +24,13 @@
|
||||||
routing_keys:
|
routing_keys:
|
||||||
# This routing key is for testing purposes only
|
# This routing key is for testing purposes only
|
||||||
- "org.centos.ci.#"
|
- "org.centos.ci.#"
|
||||||
|
|
||||||
|
- name: Fedora Build Checks
|
||||||
|
run_once: true
|
||||||
|
include_role:
|
||||||
|
name: rabbit/queue
|
||||||
|
vars:
|
||||||
|
username: fedora-build-checks{{ env_suffix }}
|
||||||
|
queue_name: fedora-build-checks{{ env_suffix }}
|
||||||
|
routing_keys:
|
||||||
|
- "org.centos.ci.#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue