ci: add image build jobs (#1051)
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 30f6b93..8130aa7 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -13,6 +13,17 @@
# under the License.
- job:
+ name: atmosphere-build-images
+ pre-run: zuul.d/playbooks/build-images/pre.yml
+ run: zuul.d/playbooks/build-images/run.yml
+
+- job:
+ name: atmosphere-upload-images
+ parent: atmosphere-build-images
+ secrets:
+ - registry_credentials
+
+- job:
name: atmosphere-molecule
parent: tox
abstract: true