mitaka-eol: Remove unused charm trusty jobs
charm repos do not have stable/mitaka branches - and neither have a special branch role to run trusty jobs on other branches. Thus remove all trusty jobs for them, they are completely unused. Change-Id: I1b772a926673de5dfd98678fcdcb64ea10ffe8c1
This commit is contained in:
parent
08c5e1685e
commit
783e1c8a06
@ -1,8 +1,6 @@
|
||||
- job-group:
|
||||
name: charm-layer-jobs
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
node: ubuntu-xenial
|
||||
jobs:
|
||||
- 'gate-{name}-pep8-{node}'
|
||||
- 'gate-{name}-tox-{envlist}-{node}':
|
||||
@ -10,9 +8,7 @@
|
||||
|
||||
- job-group:
|
||||
name: python-charm-jobs
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
node: ubuntu-xenial
|
||||
jobs:
|
||||
- 'gate-{name}-pep8-{node}'
|
||||
- 'gate-{name}-python27-{node}'
|
||||
@ -22,8 +18,6 @@
|
||||
|
||||
- job-group:
|
||||
name: python-charm-interface-jobs
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
node: ubuntu-xenial
|
||||
jobs:
|
||||
- 'gate-{name}-pep8-{node}'
|
||||
|
@ -411,37 +411,27 @@ project-templates:
|
||||
|
||||
- name: python-charm-jobs
|
||||
check:
|
||||
- 'gate-{name}-pep8-ubuntu-trusty'
|
||||
- 'gate-{name}-python27-ubuntu-trusty'
|
||||
- 'gate-{name}-pep8-ubuntu-xenial'
|
||||
- 'gate-{name}-python27-ubuntu-xenial'
|
||||
- gate-{name}-pep8-ubuntu-xenial
|
||||
- gate-{name}-python27-ubuntu-xenial
|
||||
gate:
|
||||
- 'gate-{name}-pep8-ubuntu-trusty'
|
||||
- 'gate-{name}-python27-ubuntu-trusty'
|
||||
- 'gate-{name}-pep8-ubuntu-xenial'
|
||||
- 'gate-{name}-python27-ubuntu-xenial'
|
||||
- gate-{name}-pep8-ubuntu-xenial
|
||||
- gate-{name}-python27-ubuntu-xenial
|
||||
post:
|
||||
- '{name}-branch-tarball'
|
||||
|
||||
- name: python-charm-interface-jobs
|
||||
check:
|
||||
- 'gate-{name}-pep8-ubuntu-trusty'
|
||||
- 'gate-{name}-pep8-ubuntu-xenial'
|
||||
- gate-{name}-pep8-ubuntu-xenial
|
||||
gate:
|
||||
- 'gate-{name}-pep8-ubuntu-trusty'
|
||||
- 'gate-{name}-pep8-ubuntu-xenial'
|
||||
- gate-{name}-pep8-ubuntu-xenial
|
||||
|
||||
- name: python-charm-layer-jobs
|
||||
check:
|
||||
- 'gate-{name}-pep8-ubuntu-trusty'
|
||||
- 'gate-{name}-pep8-ubuntu-xenial'
|
||||
- 'gate-{name}-tox-build-ubuntu-trusty'
|
||||
- 'gate-{name}-tox-build-ubuntu-xenial'
|
||||
- gate-{name}-pep8-ubuntu-xenial
|
||||
- gate-{name}-tox-build-ubuntu-xenial
|
||||
gate:
|
||||
- 'gate-{name}-pep8-ubuntu-trusty'
|
||||
- 'gate-{name}-pep8-ubuntu-xenial'
|
||||
- 'gate-{name}-tox-build-ubuntu-trusty'
|
||||
- 'gate-{name}-tox-build-ubuntu-xenial'
|
||||
- gate-{name}-pep8-ubuntu-xenial
|
||||
- gate-{name}-tox-build-ubuntu-xenial
|
||||
|
||||
- name: periodic-jobs-with-oslo-master
|
||||
periodic:
|
||||
|
Loading…
Reference in New Issue
Block a user