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