7fea75e6fb
This allows us to spot things that may be broken by changes made to dependencies. Adds zull job that tests tips of both projects. Adds 'tips' tox environment that can be used by developers to perform the same kind of testing locally. Change-Id: I35dbdf6acab1062109dc4b1f1474decd75932504 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
15 lines
362 B
YAML
15 lines
362 B
YAML
- job:
|
|
name: jjb-tox-cross-python-jenkins
|
|
description: Tests compatibility with master branch of python-jenkins
|
|
parent: tox-py27
|
|
required-projects:
|
|
- openstack/python-jenkins
|
|
- openstack-infra/jenkins-job-builder
|
|
voting: false
|
|
failure-message: WARNING
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- jjb-tox-cross-python-jenkins
|