Remove the non-voting upgrade job definition

In order to have a non-voting upgrades job in
multiple repositories we have to define it in
one place. So we're removing it here in favor
of defining it in the tests repo.

Change-Id: I5043e04d164344d0cf1d6f1a2b06a6c67f9d0029
This commit is contained in:
Jesse Pretorius 2018-02-28 09:41:41 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 5df6f0c38a
commit a594dcb2d0
2 changed files with 3 additions and 7 deletions

View File

@ -13,13 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- job:
name: openstack-ansible-upgrade-ubuntu-xenial-nv
parent: openstack-ansible-upgrade-ubuntu-xenial
voting: false
vars:
tox_env: upgrade
- job:
name: openstack-ansible-ovs-ubuntu-xenial-nv
parent: openstack-ansible-functional-ubuntu-xenial

View File

@ -18,6 +18,9 @@
- openstack-ansible-linters
- openstack-ansible-functional-centos-7-nv
- openstack-ansible-functional-ubuntu-xenial
# TODO(odyssey4me):
# Return this once the non-voting standard
# test is established in the tests repo.
- openstack-ansible-upgrade-ubuntu-xenial-nv
- openstack-ansible-ovs-ubuntu-xenial-nv
- openstack-ansible-calico-ubuntu-xenial-nv