Skip to content

Commit

Permalink
zuul: add upgrade base jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Jun 14, 2024
1 parent 384faf4 commit a82336e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,31 @@
vars:
tox_envlist: molecule-aio-ovn

- job:
name: atmosphere-molecule-upgrade-base
abstract: true
pre-run: zuul.d/playbooks/molecule/pre.yml
run: zuul.d/playbooks/molecule/run.yml
post-run: zuul.d/playbooks/molecule/post.yml
irrelevant-files:
- ^doc/
timeout: 7200
nodeset:
nodes:
- name: ubuntu-jammy
label: jammy-16c-64g

- job:
name: atmosphere-molecule-upgrade-aio
abstract: true
parent: atmosphere-molecule-upgrade-base
pre-run: zuul.d/playbooks/molecule-aio/pre.yml
post-run: zuul.d/playbooks/molecule-aio/post.yml
roles:
- zuul: openstack/openstack-helm-infra

- job:
name: atmosphere-molecule-aio-upgrade-zed-2023.1
run: zuul.d/playbooks/upgrade/run-zed-2023.1.yml
timeout: 10800
parent: atmosphere-molecule-aio-full
parent: atmosphere-molecule-upgrade-aio

0 comments on commit a82336e

Please sign in to comment.