resultsdb: don't apply ci_resultsdb role to resultsdb-stg01.qa

Just putting in another conditional to the role so that it's not
applied on the taskotron instance
This commit is contained in:
Tim Flink 2019-10-14 23:06:36 +00:00 committed by Pierre-Yves Chibon
parent f94d83453f
commit 4dcf89170a

View file

@ -79,4 +79,4 @@
roles:
- { role: rdbsync, tags: ['rdbsync']}
- { role: ci_resultsdb, tags: ['ci_resultsdb'], when: deployment_type == "stg" }
- { role: ci_resultsdb, tags: ['ci_resultsdb'], when: deployment_type == "stg" and inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org"}