From ec8e84382db331bc71894402c648839b9b7bb67e Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 13 Jul 2016 12:41:38 +0800 Subject: [PATCH] Enable py35 voting on oslotest The py35 job runs without error on the project oslotest, therefore we can safely enabling voting. Reference patch: https://review.openstack.org/340791 Change-Id: Ie90b31ef222c508b666a8b6aaa03343a84d2a6a0 --- jenkins/jobs/projects.yaml | 2 +- zuul/layout.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 687935171d..0343d29bbd 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -6206,7 +6206,7 @@ - python-jobs - 'gate-{name}-pypy' - 'gate-{name}-python35{suffix}': - suffix: '-nv' + suffix: '' - openstack-publish-jobs - pypi-jobs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 6b0ed7d1f2..9355ce268b 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -9951,7 +9951,7 @@ projects: - name: merge-check - name: python-jobs - name: python34-jobs - - name: python35-jobs-nv + - name: python35-jobs - name: pypy-jobs - name: openstack-server-publish-jobs - name: check-requirements