Add wheel builds
Sem-Ver: feature
Change-Id: I2e9799c142669ee58973779c07c574f9c2854203
diff --git a/zuul.d/wheels-wallaby.yaml b/zuul.d/wheels-wallaby.yaml
new file mode 100644
index 0000000..2f10d80
--- /dev/null
+++ b/zuul.d/wheels-wallaby.yaml
@@ -0,0 +1,57 @@
+# Copyright (c) 2022 VEXXHOST, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
+- job:
+ name: ansible-collection-atmosphere-build-wheels-wallaby
+ parent: ansible-collection-atmosphere-build-wheels
+ vars:
+ build_openstack_requirements_release: wallaby
+
+- job:
+ name: ansible-collection-atmosphere-build-wheels-wallaby-amd64
+ parent: ansible-collection-atmosphere-build-wheels-wallaby
+ nodeset: ubuntu-focal
+
+- job:
+ name: ansible-collection-atmosphere-build-wheels-wallaby-aarch64
+ parent: ansible-collection-atmosphere-build-wheels-wallaby
+ nodeset: ubuntu-focal-arm64
+
+- job:
+ name: ansible-collection-atmosphere-merge-wheels-wallaby
+ parent: ansible-collection-atmosphere-merge-wheels
+ dependencies:
+ - ansible-collection-atmosphere-build-wheels-wallaby-amd64
+ - ansible-collection-atmosphere-build-wheels-wallaby-aarch64
+
+- job:
+ name: ansible-collection-atmosphere-promote-wheels-wallaby
+ parent: ansible-collection-atmosphere-promote-wheels
+ vars:
+ artifact_extra_name: wheels-wallaby
+
+- project:
+ check:
+ jobs:
+ - ansible-collection-atmosphere-build-wheels-wallaby-amd64
+ - ansible-collection-atmosphere-build-wheels-wallaby-aarch64
+ - ansible-collection-atmosphere-merge-wheels-wallaby
+ gate:
+ jobs:
+ - ansible-collection-atmosphere-build-wheels-wallaby-amd64
+ - ansible-collection-atmosphere-build-wheels-wallaby-aarch64
+ - ansible-collection-atmosphere-merge-wheels-wallaby
+ promote:
+ jobs:
+ - ansible-collection-atmosphere-promote-wheels-wallaby
\ No newline at end of file