20a492d94d
Declare variants of the tox-py27 and tox-py35 jobs with a one-hour timeout instead of the default half-hour. Since we're declaring these here in the repository, we can also add tox-pep8 and publish-openstack-python-branch-tarball so that the openstack-python-jobs-no-constraints and openstack-python35-jobs-no-constraints templates can be removed from project-config later. Change-Id: I9d60ea9ef3973e957074bfe849b0d9c85f6d68c1
30 lines
619 B
YAML
30 lines
619 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:
|
|
- storyboard-tox-sqlite
|
|
- tox-pep8
|
|
- tox-py27:
|
|
timeout: 6000
|
|
- tox-py35:
|
|
timeout: 6000
|
|
gate:
|
|
jobs:
|
|
- storyboard-tox-sqlite
|
|
- tox-pep8
|
|
- tox-py27:
|
|
timeout: 6000
|
|
- tox-py35:
|
|
timeout: 6000
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|