3cd2fec230
As per the official python support timeline set forth by the OpenStack TC [1], OpenStack Train (in our case, manila-ui 2.19.x series) is the last release that will support python2.7. Depends-On: https://review.opendev.org/#/c/688997/ [1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html Change-Id: I5b4dc1853d7e4f8f736dd2a22eb08bcfdeac3411
53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- horizon-non-primary-django-jobs
|
|
- openstack-cover-jobs-horizon
|
|
- openstack-lower-constraints-jobs-horizon
|
|
- openstack-python3-ussuri-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- manila-ui-dsvm:
|
|
voting: false
|
|
- manila-ui-integration-tests:
|
|
voting: false
|
|
- job:
|
|
name: manila-ui-dsvm
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/manila-ui-dsvm/run.yaml
|
|
post-run: playbooks/legacy/manila-ui-dsvm/post.yaml
|
|
timeout: 6000
|
|
required-projects:
|
|
- openstack/devstack-gate
|
|
- openstack/manila
|
|
- openstack/manila-ui
|
|
- openstack/python-manilaclient
|
|
- openstack/manila-tempest-plugin
|
|
|
|
- job:
|
|
name: manila-ui-integration-tests
|
|
parent: horizon-integration-tests
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/manila
|
|
- name: openstack/python-manilaclient
|
|
- name: openstack/manila-ui
|
|
- name: openstack/manila-tempest-plugin
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
- zuul: openstack/horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
devstack_plugins:
|
|
manila: https://opendev.org/openstack/manila
|
|
manila-ui: https://opendev.org/openstack/manila-ui
|
|
devstack_services:
|
|
horizon: true
|
|
tox_envlist: integration
|
|
|