Remove gate-openstack-ansible-commit-nv job

The gate-openstack-ansible-commit-nv used the ubuntu-trusty image and was
implemented as a tester based on the advice that all current dsvm jobs
would be moved to this image.

As this job fails most often and there clearly is no major move happening
at this stage, we'd rather remove this job for now to reduce nodepool usage
and reduce delays caused by waiting for nodes with this image to be available.

Change-Id: I425c8ee6a214d7fef3419b96a94b0f55b24f8aef
This commit is contained in:
Jesse Pretorius 2016-02-26 16:25:55 +00:00
parent af308f7129
commit 7232187151
3 changed files with 0 additions and 42 deletions

View File

@ -16,22 +16,3 @@
publishers:
- console-log
- devstack-logs
- job-template:
name: 'gate-{name}-commit{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- ansible-check-commit
publishers:
- console-log
- devstack-logs

View File

@ -3953,16 +3953,6 @@
- openstack-releasenotes-jobs
- 'gate-{name}-docs'
- 'gate-{name}-linters'
# This check uses the newer 'ubuntu-trusty' image which
# is consistent between cloud providers. It is in the
# final stage of testing.
- 'gate-{name}-commit{job-suffix}':
node: 'ubuntu-trusty'
job-suffix: '-nv'
# This check uses the 'devstack-trusty' image which is
# inconsistent between cloud providers. This will be
# removed once gate-openstack-ansible-commit is converted
# to a voting check.
- 'gate-{name}-dsvm-commit':
node: devstack-trusty

View File

@ -2232,11 +2232,6 @@ jobs:
- ^doc/.*
- ^releasenotes/.*
# skip the new ubuntu-trusty based commit check for the juno
# branch as it will never work
- name: ^gate-openstack-ansible-commit.*$
branch: ^(?!juno).*$
# skip openstack-ansible-docs gate jobs for the juno branch
# documentation was only introduced in kilo
- name: ^gate-openstack-ansible-docs.*$
@ -7307,14 +7302,6 @@ projects:
check:
- gate-openstack-ansible-docs
- gate-openstack-ansible-linters
# This check uses the newer 'ubuntu-trusty' image which
# is consistent between cloud providers. It is in the
# final stage of testing.
- gate-openstack-ansible-commit-nv
# This check uses the 'devstack-trusty' image which is
# inconsistent between cloud providers. This will be
# removed once gate-openstack-ansible-commit is converted
# to a voting check.
- gate-openstack-ansible-dsvm-commit
gate:
- gate-openstack-ansible-docs