#9086 set up f31* coreos tags in stage
Closed: Fixed by dustymabe. Opened by dustymabe.

Please set up the f31-coreos-signing-pending and f31-coreos-continuous tags in staging exactly like they are in set up in prod right now.

I believe that is:

  • f31-coreos-signing-pending (tag) -> signing (operation) -> coreos-pool (tag) -> tag2distrepo (operation) -> repo can be accessed at https://kojipkgs.stg.fedoraproject.org/repos-dist/coreos-pool/
  • f31-coreos-continuous (tag) -> tag2distrepo (operation) -> repo can be accessed at https://kojipkgs.stg.fedoraproject.org/repos-dist/f31-coreos-continuous

While we're at it let's set up f32 versions as well since those already exist in prod.


I think this should do it:

$ stg-koji edit-tag coreos-pool -x tag2distrepo.keys="429476b4 cfc659b9 3c3359c4 12c944d0" 
$ stg-koji add-tag f31-coreos-signing-pending --parent=coreos-pool 
$ stg-koji add-tag f32-coreos-signing-pending --parent=coreos-pool 
$ stg-koji add-tag f31-coreos-continuous --arches='x86_64 aarch64 ppc64le s390x' 
$ stg-koji add-tag f32-coreos-continuous --arches='x86_64 aarch64 ppc64le s390x' 
$ stg-koji add-target f31-coreos-continuous f31-build f31-coreos-continuous 
$ stg-koji add-target f32-coreos-continuous f32-build f32-coreos-continuous 
$ stg-koji edit-tag -x tag2distrepo.enabled=true f31-coreos-continuous 
$ stg-koji edit-tag -x tag2distrepo.enabled=true f32-coreos-continuous 

$ stg-koji edit-tag coreos-pool -x tag2distrepo.keys="429476b4 cfc659b9 3c3359c4 12c944d0"

These are the prod signing keys. Do we have the same signing keys in prod and stage?

Fixed:

stg-koji edit-tag coreos-pool -x tag2distrepo.keys="d300e724"

thanks. I'll close this out and re-open if I find issues.

Metadata Update from @dustymabe:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata