From c4c611c8f75ea43a49836ef4310ff6afaa676bd6 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Mon, 26 Sep 2016 17:37:40 +0200 Subject: [PATCH] Enable py35 voting on project os-client-config The py35 job runs without error on the project, therefore we can safely enable the py35 voting. See for examples of successful runs: I26137391e67d60d8737473d3d4c6ed15dad53af1 I6b084a1ad6836beac991d03c5f134203512150ac Change-Id: I2a4a6ca01d7cca83f594008960c878a18ca08e8e --- 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 a490cc182f..c2af534e3e 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -8557,7 +8557,7 @@ - python-jobs - 'gate-{name}-pypy' - 'gate-{name}-python35{suffix}': - suffix: '-nv' + suffix: '' - pypi-jobs - openstack-client-publish-jobs - openstack-releasenotes-jobs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 45178ef03b..cd8cca4556 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -12725,7 +12725,7 @@ projects: - name: publish-to-pypi - name: python-jobs - name: python34-jobs - - name: python35-jobs-nv + - name: python35-jobs - name: pypy-jobs - name: lib-forward-testing - name: release-notes-jobs