![manchandavishal](/assets/img/avatar_default.png)
In Train, we will use python 3.6 and 3.7 for python3 runtime in our gate jobs [1]. This commit drops python 3.5 and adds python 3.7. Redundant entries in tox.ini are cleanup along with python3.5 removal. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Ideb2e7f6e7e3bd0986e5f6d400912a3e4e392e14
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
- job:
|
|
name: heat-dashboard-integration-tests
|
|
parent: horizon-integration-tests
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/heat
|
|
- name: openstack/python-heatclient
|
|
- name: openstack/heat-dashboard
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
- zuul: openstack/horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
devstack_plugins:
|
|
heat: https://git.openstack.org/openstack/heat
|
|
heat-dashboard: https://git.openstack.org/openstack/heat-dashboard
|
|
devstack_services:
|
|
horizon: true
|
|
tox_envlist: integration
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- nodejs4-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs-horizon
|
|
- openstack-python3-train-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|
|
- heat-dashboard-integration-tests:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|