hacking/.zuul.yaml
Andreas Jaeger 7d4963306f Remove py35 job
Ussuri release has capped hacking < 3.1.0 and this repo is now at 3.2.0
and ready for victoria.

Remove py35 job.

This fixes building since zipp 3.1.0 is only available for python 3.6
and newer and upper-constraints.txt requires that version, so py35 job
fails.

Remove also unneeded install_command from tox.ini.

Change-Id: I07395f5ba167e849c936ad66936237ea9d90864e
2020-05-19 07:53:18 +02:00

23 lines
661 B
YAML

- project:
templates:
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- release-notes-jobs-python3
check:
jobs:
- hacking-integration-nova:
voting: false
- job:
name: hacking-integration-nova
parent: openstack-tox
description: |
Run the integration job against nova with proposed hacking change.
required-projects:
- openstack/nova
vars:
tox_envlist: integration
tox_extra_args: -vv openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}