[stable/2023.2] chore: add upgrade job (#1521)
This is an automated cherry-pick of #1384
/assign ricolin
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 90d4a43..ccd8874 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -82,3 +82,24 @@
parent: atmosphere-molecule-aio-full
vars:
tox_envlist: molecule-aio-ovn
+
+- job:
+ name: atmosphere-molecule-aio-upgrade-base
+ run: zuul.d/playbooks/upgrade/run-upgrade.yml
+ abstract: true
+ timeout: 10800
+ parent: atmosphere-molecule-aio-full
+ vars:
+ from_branch: "stable/2023.1"
+
+- job:
+ name: atmosphere-molecule-aio-upgrade-2023.2-openvswitch
+ parent: atmosphere-molecule-aio-upgrade-base
+ vars:
+ network_backend: "openvswitch"
+
+- job:
+ name: atmosphere-molecule-aio-upgrade-2023.2-ovn
+ parent: atmosphere-molecule-aio-upgrade-base
+ vars:
+ network_backend: "ovn"