36f0b89766
stestr 3.0.0 does not support python 2.7 but has been released without the proper metadata to reflect that. As a result, there is a python2 wheel stestr-3.0.0-py2-none-any.whl which get picked up. Blacklist stestr 3.0.0 to fix '--list': no such option error Drop pypy testing since pypy jobs are always failling. Signed-off-by: Antoine Musso <hashar@free.fr> Signed-off-by: Andreas Jaeger <aj@suse.com> Change-Id: Ia2f7c814f21c78f29ec9024997469625f92bc401
27 lines
662 B
YAML
27 lines
662 B
YAML
---
|
|
- job:
|
|
name: jjb-tox-cross-jenkins-job-builder
|
|
description: Tests compatibility with master branch of jenkins-job-builder
|
|
parent: tox-py27
|
|
required-projects:
|
|
- jjb/python-jenkins
|
|
- jjb/jenkins-job-builder
|
|
voting: true
|
|
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-py27
|
|
- jjb-tox-cross-jenkins-job-builder
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-py27
|
|
- jjb-tox-cross-jenkins-job-builder
|