robosignatory: add cosmic-atomic to f43/rawhide signing

We added this in pungi-fedora, so its sitting there trying over and over
to sign it. We need to either merge and deploy this, or revert
the pungi-fedora changes, kill rawhide compose and re-run.

Seems easier to just push this. ;)

+1s?

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-03-13 10:07:24 -07:00
parent 90e0325597
commit a235e2f53c

View file

@ -955,6 +955,16 @@ handlers = ["console"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# rawhide cosmic-atomic ostree refs
[consumer_config.ostree_refs."fedora/rawhide/aarch64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/x86_64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.coreos]
bucket = "fcos-builds"
{% if env == "staging" %}