d143d0dc58
We use tox-py35 from zuul-jobs directly since we don't use the global openstack/requirements constraints. However, this means that our tox-py35 tests are now running on Bionic, which doesn't have Python 3.5. This commit sets the nodeset for the tox-py35 job to ubuntu-xenial, to continue not using the constraints but also allow the tests to actually run again. Change-Id: I7c4208521b25303d257cb22a84c3841d0b5e8c09
34 lines
736 B
YAML
34 lines
736 B
YAML
- job:
|
|
name: storyboard-tox-sqlite
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using sqlite instead of mysql.
|
|
vars:
|
|
tox_envlist: sqlite
|
|
|
|
- project:
|
|
name: openstack-infra/storyboard
|
|
check:
|
|
jobs:
|
|
- tox-cover:
|
|
timeout: 6000
|
|
- storyboard-tox-sqlite
|
|
- tox-pep8
|
|
- tox-py27:
|
|
timeout: 6000
|
|
- tox-py35:
|
|
timeout: 6000
|
|
nodeset: ubuntu-xenial
|
|
gate:
|
|
jobs:
|
|
- storyboard-tox-sqlite
|
|
- tox-pep8
|
|
- tox-py27:
|
|
timeout: 6000
|
|
- tox-py35:
|
|
timeout: 6000
|
|
nodeset: ubuntu-xenial
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|