318ed8bc9d
OpenStack is dropping the py2.7 support in ussuri cycle. ironic-ui is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: Iaedcd8e73871583e4dc16860a81eb7351ffae0a2
37 lines
997 B
YAML
37 lines
997 B
YAML
- job:
|
|
name: ironic-ui-integration-tests
|
|
parent: horizon-integration-tests
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/ironic
|
|
- name: openstack/python-ironicclient
|
|
- name: openstack/ironic-ui
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
- zuul: openstack/horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
devstack_plugins:
|
|
ironic: https://opendev.org/openstack/ironic
|
|
ironic-ui: https://opendev.org/openstack/ironic-ui
|
|
devstack_services:
|
|
horizon: true
|
|
tox_envlist: integration
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- horizon-nodejs10-jobs
|
|
- horizon-non-primary-django-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- ironic-ui-integration-tests:
|
|
voting: false
|