[stable/2023.1] Use buildset registry for collection builds (#1387)
\n\nCloses #1381
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 006f15e..962426c 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -17,8 +17,7 @@
check:
jobs:
- atmosphere-linters
- - atmosphere-build-collection
- - atmosphere-molecule-aio-keycloak:
+ - atmosphere-build-collection:
dependencies: &molecule_check_dependencies
- name: atmosphere-build-container-image-barbican
soft: true
@@ -72,6 +71,8 @@
soft: true
- name: atmosphere-build-container-image-tempest
soft: true
+ - atmosphere-molecule-aio-keycloak:
+ dependencies: *molecule_check_dependencies
- atmosphere-molecule-aio-openvswitch:
dependencies: *molecule_check_dependencies
- atmosphere-molecule-aio-ovn:
@@ -83,8 +84,7 @@
gate:
jobs:
- atmosphere-linters
- - atmosphere-build-collection
- - atmosphere-molecule-aio-keycloak:
+ - atmosphere-build-collection:
dependencies: &molecule_gate_dependencies
- name: atmosphere-upload-container-image-barbican
soft: true
@@ -138,6 +138,8 @@
soft: true
- name: atmosphere-upload-container-image-tempest
soft: true
+ - atmosphere-molecule-aio-keycloak:
+ dependencies: *molecule_gate_dependencies
- atmosphere-molecule-aio-openvswitch:
dependencies: *molecule_gate_dependencies
- atmosphere-molecule-aio-ovn: