Mohammed Naser | e5aeb36 | 2025-01-28 17:53:30 -0500 | [diff] [blame] | 1 | - job: |
| 2 | name: base |
| 3 | parent: null |
| 4 | timeout: 1800 |
Mohammed Naser | c92d042 | 2025-02-25 21:19:43 -0500 | [diff] [blame] | 5 | nodeset: ubuntu-jammy |
Mohammed Naser | e5aeb36 | 2025-01-28 17:53:30 -0500 | [diff] [blame] | 6 | pre-run: playbooks/base/pre.yaml |
| 7 | post-run: |
| 8 | - playbooks/base/post.yaml |
| 9 | - playbooks/base/post-logs.yaml |
| 10 | roles: |
| 11 | - zuul: opendev.org/zuul/zuul-jobs |
| 12 | - zuul: github.com/vexxhost/zuul-jobs |
Mohammed Naser | 5f06716 | 2025-01-28 18:16:08 -0500 | [diff] [blame] | 13 | - zuul: vexxhost.dev/zuul-jobs |
Mohammed Naser | 9ea00a4 | 2025-02-25 22:01:23 -0500 | [diff] [blame^] | 14 | |
| 15 | # NOTE(mnaser): This is a workaround job to get around the fact that |
| 16 | # this job exists inside openstack-zuul-jobs and adding |
| 17 | # that to our project brings in the world. |
| 18 | - job: |
| 19 | name: openstack-multinode-fips |
| 20 | parent: base |