[stable/zed] Implement collection release process (#1085)

build: build all images + run tests using them (#1069)
ci: fix promotion jobs (#1072)
[stable/zed] Drop conventional-commit requirement (#1082)
[stable/zed] fix(ipmi-exporter): Ignore additional sensor IDs (BP/Entity Presence) (#1077)
Implement collection release process (#1083)
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 0ba4adb..31fcd3e 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -13,6 +13,18 @@
 # under the License.
 
 - job:
+    name: atmosphere-build-collection
+    pre-run: zuul.d/playbooks/build-collection/pre.yml
+    run: zuul.d/playbooks/build-collection/run.yml
+
+- job:
+    name: atmosphere-publish-collection
+    parent: atmosphere-build-collection
+    post-run: zuul.d/playbooks/build-collection/publish.yml
+    secrets:
+      - ansible_galaxy_info
+
+- job:
     name: atmosphere-molecule
     parent: tox
     abstract: true