Enable autosigning on f34/branched

Now that we got a compose, we can enable autosigning and let the builds
flow into f34 tag

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-02-10 09:34:50 -05:00
parent 5f7e9bd5d9
commit 248807024f

View file

@ -197,23 +197,23 @@ handlers = ["console"]
type = "modular"
# [[consumer_config.koji_instances.primary.tags]]
# from = "f34-signing-pending"
# to = "f34-updates-testing-pending"
# key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
# keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f34-signing-pending"
to = "f34-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
# [consumer_config.koji_instances.primary.tags.sidetags]
# pattern = 'f34-build-side-<seq_id>'
# from = '<sidetag>-signing-pending'
# to = '<sidetag>-testing-pending'
# trusted_taggers = ['bodhi']
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'f34-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
# [[consumer_config.koji_instances.primary.tags]]
# from = "f34-pending"
# to = "f34"
# key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
# keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f34-pending"
to = "f34"
key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f34-modular-pending"