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 | 1bd9d0b | 2024-04-04 09:05:56 -0400 | [diff] [blame] | 16 | name: atmosphere-buildset-registry |
| 17 | pre-run: zuul.d/playbooks/buildset-registry/pre.yml |
| 18 | run: zuul.d/playbooks/buildset-registry/run.yml |
Mohammed Naser | c538b59 | 2024-04-02 23:49:02 -0400 | [diff] [blame] | 19 | ansible-split-streams: true |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 20 | |
| 21 | - job: |
| 22 | name: atmosphere-upload-images |
Mohammed Naser | 1bd9d0b | 2024-04-04 09:05:56 -0400 | [diff] [blame] | 23 | parent: atmosphere-buildset-registry |
| 24 | run: zuul.d/playbooks/buildset-registry/run.yml |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 25 | secrets: |
Mohammed Naser | 70adcc3 | 2024-04-02 21:57:34 -0400 | [diff] [blame] | 26 | - registry_credentials |
Mohammed Naser | 7f0f6bd | 2024-04-02 22:45:50 -0400 | [diff] [blame] | 27 | - cosign_key |
Mohammed Naser | 3769438 | 2024-04-02 21:11:31 -0400 | [diff] [blame] | 28 | |
| 29 | - job: |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 30 | name: atmosphere-molecule |
| 31 | parent: tox |
| 32 | abstract: true |
| 33 | pre-run: zuul.d/playbooks/molecule/pre.yml |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 34 | run: zuul.d/playbooks/molecule/run.yml |
| 35 | post-run: zuul.d/playbooks/molecule/post.yml |
Mohammed Naser | 1bd9d0b | 2024-04-04 09:05:56 -0400 | [diff] [blame] | 36 | dependencies: |
| 37 | - atmosphere-buildset-registry |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 38 | |
| 39 | - job: |
| 40 | name: atmosphere-molecule-keycloak |
| 41 | parent: atmosphere-molecule |
| 42 | pre-run: zuul.d/playbooks/molecule-keycloak/pre.yml |
| 43 | vars: |
| 44 | tox_envlist: molecule-keycloak |
| 45 | |
| 46 | - job: |
| 47 | name: atmosphere-molecule-csi |
| 48 | parent: atmosphere-molecule |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 49 | abstract: true |
| 50 | |
| 51 | - job: |
| 52 | name: atmosphere-molecule-csi-local-path-provisioner |
| 53 | parent: atmosphere-molecule-csi |
| 54 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 55 | tox_envlist: molecule-csi-local-path-provisioner |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 56 | |
| 57 | - job: |
| 58 | name: atmosphere-molecule-csi-rbd |
| 59 | parent: atmosphere-molecule-csi |
| 60 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 61 | tox_envlist: molecule-csi-rbd |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 62 | |
| 63 | - job: |
| 64 | name: atmosphere-molecule-aio |
| 65 | parent: atmosphere-molecule |
| 66 | abstract: true |
| 67 | timeout: 7200 |
| 68 | pre-run: zuul.d/playbooks/molecule-aio/pre.yml |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 69 | post-run: zuul.d/playbooks/molecule-aio/post.yml |
| 70 | roles: |
| 71 | - zuul: openstack/openstack-helm-infra |
| 72 | nodeset: |
| 73 | nodes: |
| 74 | - name: ubuntu-jammy |
| 75 | label: jammy-16c-64g |
| 76 | |
| 77 | - job: |
| 78 | name: atmosphere-molecule-aio-openvswitch |
| 79 | parent: atmosphere-molecule-aio |
| 80 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 81 | tox_envlist: molecule-aio-openvswitch |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 82 | |
| 83 | - job: |
| 84 | name: atmosphere-molecule-aio-ovn |
| 85 | parent: atmosphere-molecule-aio |
Mohammed Naser | 06482b8 | 2024-04-03 21:48:01 -0400 | [diff] [blame] | 86 | # NOTE(mnaser): https://github.com/vexxhost/atmosphere/issues/662 |
| 87 | voting: false |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 88 | vars: |
Mohammed Naser | f75ab07 | 2024-04-02 12:55:10 -0400 | [diff] [blame] | 89 | tox_envlist: molecule-aio-ovn |