a402576fbc
In preparation for migration of all charms to default to using Python 3, enable non-voting checks to start providing feedback for proposed changes on py3 compatibility. Change-Id: Id08e26a210702e7b1fd4e06e5f5f313a770f72bf
31 lines
663 B
YAML
31 lines
663 B
YAML
- job-group:
|
|
name: charm-layer-jobs
|
|
node:
|
|
- ubuntu-trusty
|
|
- ubuntu-xenial
|
|
jobs:
|
|
- 'gate-{name}-pep8-{node}'
|
|
- 'gate-{name}-tox-{envlist}-{node}':
|
|
envlist: build
|
|
|
|
- job-group:
|
|
name: python-charm-jobs
|
|
node:
|
|
- ubuntu-trusty
|
|
- ubuntu-xenial
|
|
jobs:
|
|
- 'gate-{name}-pep8-{node}'
|
|
- 'gate-{name}-python27-{node}'
|
|
- 'gate-{name}-python34'
|
|
- 'gate-{name}-python35'
|
|
- 'gate-{name}-python35-nv'
|
|
- '{name}-branch-tarball'
|
|
|
|
- job-group:
|
|
name: python-charm-interface-jobs
|
|
node:
|
|
- ubuntu-trusty
|
|
- ubuntu-xenial
|
|
jobs:
|
|
- 'gate-{name}-pep8-{node}'
|