Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 1 | # Copyright (c) 2024 VEXXHOST, Inc. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 4 | # not use this file except in compliance with the License. You may obtain |
| 5 | # a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 | # License for the specific language governing permissions and limitations |
| 13 | # under the License. |
| 14 | |
| 15 | - job: |
Mohammed Naser | eb257cb | 2024-04-10 21:14:24 -0400 | [diff] [blame] | 16 | name: atmosphere-build-collection |
| 17 | pre-run: zuul.d/playbooks/build-collection/pre.yml |
| 18 | run: zuul.d/playbooks/build-collection/run.yml |
| 19 | |
| 20 | - job: |
| 21 | name: atmosphere-publish-collection |
| 22 | parent: atmosphere-build-collection |
| 23 | post-run: zuul.d/playbooks/build-collection/publish.yml |
| 24 | secrets: |
| 25 | - ansible_galaxy_info |
| 26 | |
| 27 | - job: |
Mohammed Naser | 1bd9d0b | 2024-04-04 09:05:56 -0400 | [diff] [blame] | 28 | name: atmosphere-buildset-registry |
| 29 | pre-run: zuul.d/playbooks/buildset-registry/pre.yml |
| 30 | run: zuul.d/playbooks/buildset-registry/run.yml |
Mohammed Naser | c538b59 | 2024-04-02 23:49:02 -0400 | [diff] [blame] | 31 | ansible-split-streams: true |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 32 | |
| 33 | - job: |
| 34 | name: atmosphere-upload-images |
Mohammed Naser | 1bd9d0b | 2024-04-04 09:05:56 -0400 | [diff] [blame] | 35 | parent: atmosphere-buildset-registry |
| 36 | run: zuul.d/playbooks/buildset-registry/run.yml |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 37 | secrets: |
Mohammed Naser | 70adcc3 | 2024-04-02 21:57:34 -0400 | [diff] [blame] | 38 | - registry_credentials |
Mohammed Naser | 7f0f6bd | 2024-04-02 22:45:50 -0400 | [diff] [blame] | 39 | - cosign_key |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 40 | |
| 41 | - job: |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 42 | name: atmosphere-molecule |
| 43 | parent: tox |
| 44 | abstract: true |
| 45 | pre-run: zuul.d/playbooks/molecule/pre.yml |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 46 | run: zuul.d/playbooks/molecule/run.yml |
| 47 | post-run: zuul.d/playbooks/molecule/post.yml |
Mohammed Naser | 1bd9d0b | 2024-04-04 09:05:56 -0400 | [diff] [blame] | 48 | dependencies: |
| 49 | - atmosphere-buildset-registry |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 50 | |
| 51 | - job: |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 52 | name: atmosphere-molecule-csi |
| 53 | parent: atmosphere-molecule |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 54 | abstract: true |
| 55 | |
| 56 | - job: |
| 57 | name: atmosphere-molecule-csi-local-path-provisioner |
| 58 | parent: atmosphere-molecule-csi |
| 59 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 60 | tox_envlist: molecule-csi-local-path-provisioner |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 61 | |
| 62 | - job: |
| 63 | name: atmosphere-molecule-csi-rbd |
| 64 | parent: atmosphere-molecule-csi |
| 65 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 66 | tox_envlist: molecule-csi-rbd |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 67 | |
| 68 | - job: |
| 69 | name: atmosphere-molecule-aio |
| 70 | parent: atmosphere-molecule |
| 71 | abstract: true |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 72 | pre-run: zuul.d/playbooks/molecule-aio/pre.yml |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 73 | post-run: zuul.d/playbooks/molecule-aio/post.yml |
| 74 | roles: |
| 75 | - zuul: openstack/openstack-helm-infra |
Mohammed Naser | ad38273 | 2024-04-07 20:30:18 -0400 | [diff] [blame] | 76 | |
| 77 | - job: |
| 78 | name: atmosphere-molecule-aio-keycloak |
| 79 | parent: atmosphere-molecule-aio |
| 80 | vars: |
| 81 | tox_envlist: molecule-keycloak |
| 82 | |
| 83 | - job: |
| 84 | name: atmosphere-molecule-aio-full |
| 85 | parent: atmosphere-molecule-aio |
| 86 | abstract: true |
| 87 | timeout: 7200 |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 88 | nodeset: |
| 89 | nodes: |
| 90 | - name: ubuntu-jammy |
| 91 | label: jammy-16c-64g |
| 92 | |
| 93 | - job: |
| 94 | name: atmosphere-molecule-aio-openvswitch |
Mohammed Naser | ad38273 | 2024-04-07 20:30:18 -0400 | [diff] [blame] | 95 | parent: atmosphere-molecule-aio-full |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 96 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 97 | tox_envlist: molecule-aio-openvswitch |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 98 | |
| 99 | - job: |
| 100 | name: atmosphere-molecule-aio-ovn |
Mohammed Naser | ad38273 | 2024-04-07 20:30:18 -0400 | [diff] [blame] | 101 | parent: atmosphere-molecule-aio-full |
Mohammed Naser | 06482b8 | 2024-04-03 21:48:01 -0400 | [diff] [blame] | 102 | # NOTE(mnaser): https://github.com/vexxhost/atmosphere/issues/662 |
| 103 | voting: false |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 104 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 105 | tox_envlist: molecule-aio-ovn |