Add Xena and Yoga jobs
This change adds both the Xena and Yoga releases of openstack to the running jobs that openstack-helm uses to test. A future change will enable the compute-kit yoga job. Depends-on: https://review.opendev.org/c/openstack/openstack-helm/+/845156 Depends-on: https://review.opendev.org/c/openstack/openstack-helm/+/845656 Change-Id: I1bed5f1ce4c0919df9e772e920f3146fc39ffb79
This commit is contained in:
parent
dc0ed0c156
commit
01cdea17e4
@ -129,6 +129,15 @@
|
||||
container_distro_name: ubuntu
|
||||
container_distro_version: focal
|
||||
|
||||
- job:
|
||||
name: openstack-helm-cinder-yoga-ubuntu_focal
|
||||
parent: openstack-helm-cinder
|
||||
vars:
|
||||
osh_params:
|
||||
openstack_release: yoga
|
||||
container_distro_name: ubuntu
|
||||
container_distro_version: focal
|
||||
|
||||
- job:
|
||||
name: openstack-helm-compute-kit
|
||||
parent: openstack-helm-chart-deploy
|
||||
@ -218,6 +227,15 @@
|
||||
container_distro_name: ubuntu
|
||||
container_distro_version: focal
|
||||
|
||||
- job:
|
||||
name: openstack-helm-compute-kit-yoga-ubuntu_focal
|
||||
parent: openstack-helm-compute-kit
|
||||
vars:
|
||||
osh_params:
|
||||
openstack_release: yoga
|
||||
container_distro_name: ubuntu
|
||||
container_distro_version: focal
|
||||
|
||||
- job:
|
||||
name: openstack-helm-horizon-wallaby-ubuntu_focal
|
||||
parent: openstack-helm-chart-deploy
|
||||
|
@ -26,12 +26,15 @@
|
||||
- openstack-helm-cinder-ussuri-ubuntu_bionic
|
||||
- openstack-helm-cinder-victoria-ubuntu_focal
|
||||
- openstack-helm-cinder-wallaby-ubuntu_focal
|
||||
# - openstack-helm-cinder-xena-ubuntu_focal
|
||||
- openstack-helm-cinder-xena-ubuntu_focal
|
||||
- openstack-helm-cinder-yoga-ubuntu_focal
|
||||
- openstack-helm-compute-kit-ussuri-ubuntu_bionic
|
||||
- openstack-helm-compute-kit-victoria-ubuntu_focal
|
||||
- openstack-helm-compute-kit-victoria-ubuntu_focal-umbrella
|
||||
- openstack-helm-compute-kit-wallaby-ubuntu_focal
|
||||
# - openstack-helm-compute-kit-xena-ubuntu_focal
|
||||
- openstack-helm-compute-kit-xena-ubuntu_focal
|
||||
# TODO(gagehugo): Fix and enable this job
|
||||
# - openstack-helm-compute-kit-yoga-ubuntu_focal
|
||||
- openstack-helm-horizon-wallaby-ubuntu_focal
|
||||
- openstack-helm-keystone-ldap
|
||||
gate:
|
||||
|
Loading…
Reference in New Issue
Block a user