From 4a3a2755ab76f2159fa2514d501df58e35af6e8b Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Wed, 23 Mar 2016 16:17:20 -0500 Subject: [PATCH] Keystone Experimental patch_cover gate job Add a Jenkins job that will run the tox job `patch_cover`, a job that will tell if the patch has adequate test coverage, in the keystone gate. Depends-On: I66572072aa4d9563b6e1f73a8f8b3437116ef3c4 Change-Id: I4db610d9f1ace35cce6b293dd3942b501dff4c50 --- jenkins/jobs/projects.yaml | 2 ++ zuul/layout.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 4dd0c9c6ef..b19d26c233 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -2659,6 +2659,8 @@ branch-override: default node: ubuntu-trusty - periodic-python-jobs-with-oslo-master + - 'gate-{name}-tox-{envlist}': + envlist: patch_cover - project: name: keystone-specs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 766f205481..0b23edbc80 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1829,6 +1829,9 @@ jobs: - name: gate-keystone-tox-bandit branch: ^stable/liberty$ + - name: gate-keystone-tox-patch_cover + voting: false + - name: gate-keystone-tox-db-legacy_drivers branch: ^(?!stable/(kilo|liberty)).*$ @@ -6586,6 +6589,7 @@ projects: experimental: - gate-grenade-dsvm-forward - gate-rally-dsvm-keystone + - gate-keystone-tox-patch_cover - name: openstack/keystone-specs template: