Core OS folks wanted to have a separate koji tag to build and tag their Core OS continuous builds. This has been discussed in the releng ticket - https://pagure.io/releng/issue/8165.

Also, we tested it staging koji and has been working fine. Here's the staging koji ansible commit: https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=c07ff32

Once, this patch is deployed, I will make the necessary koji tags and permissions as we did in staging koji (which are listed in the releng issue linked above).

diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2
index 71792c7..5142491 100644
--- a/roles/koji_hub/templates/hub.conf.j2
+++ b/roles/koji_hub/templates/hub.conf.j2
@@ -96,6 +96,8 @@ tag =
# These two rules makes sure people can't build srpms in infra tags and tag them into distribution tags
    tag *infra* && fromtag *infra* && has_perm infra :: allow
    fromtag *infra* :: deny
+    # CoreOS continuous builds, https://pagure.io/releng/issue/8165
+    tag f{{FedoraRawhideNumber}}-coreos-continuous f{{FedoraBranchedNumber}}-coreos-continuous f{{Fedora
CycleNumber}}-coreos-continuous f{{FedoraPreviousCycleNumber}}-coreos-continuous && has_perm coreos-conti
nuous && match action add unblock block :: allow
    all :: allow
 
channel =


If you have any questions, please let me know.

Thanks.