robosignatory: Use epel-9 key for appropriate tags

This commit is contained in:
Carl George 2021-09-22 17:58:20 -05:00 committed by kevin
parent b26a268e76
commit 25d88522f2

View file

@ -313,6 +313,18 @@ handlers = ["console"]
# Gated bodhi updates
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-signing-pending"
to = "epel9-testing-pending"
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-next-signing-pending"
to = "epel9-next-testing-pending"
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel8-signing-pending"
to = "epel8-testing-pending"