Disable autosigning on f32 until we get a branched compose
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
52a0e81f7b
commit
d741b5bf20
1 changed files with 15 additions and 15 deletions
|
@ -218,23 +218,23 @@ handlers = ["console"]
|
||||||
|
|
||||||
# Gated rawhide and branched
|
# Gated rawhide and branched
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
# [[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f32-signing-pending"
|
# from = "f32-signing-pending"
|
||||||
to = "f32-updates-testing-pending"
|
# to = "f32-updates-testing-pending"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
# key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
# keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
||||||
|
|
||||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
# [consumer_config.koji_instances.primary.tags.sidetags]
|
||||||
pattern = 'f32-build-side-<seq_id>'
|
# pattern = 'f32-build-side-<seq_id>'
|
||||||
from = '<sidetag>-signing-pending'
|
# from = '<sidetag>-signing-pending'
|
||||||
to = '<sidetag>-testing-pending'
|
# to = '<sidetag>-testing-pending'
|
||||||
trusted_taggers = ['bodhi']
|
# trusted_taggers = ['bodhi']
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
# [[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f32-pending"
|
# from = "f32-pending"
|
||||||
to = "f32"
|
# to = "f32"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
# key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
# keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f32-modular-pending"
|
from = "f32-modular-pending"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue