From 6650627fd25c03e4321102101fffa767745f2353 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 7 Jan 2015 16:17:18 -0500 Subject: [PATCH] Cleanup tempest-lib job list This commit fixes some issues with the jobs that get run on tempest-lib commits. First since the install lib from release stuff landed in devstack there isn't a reason to be running any tempest job that doesn't install tempest-lib from source. So this patch removes those. Additionally, this removes the pypy check job because I don't think there is really an expectation of pypy support. Change-Id: I0224d2304465fc5e58aba2956784c735793ff9dd --- zuul/layout.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f7a9d7890e..11a23a3b21 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2644,7 +2644,6 @@ projects: template: - name: merge-check - name: check-requirements - - name: large-ops - name: publish-to-pypi - name: lib-forward-testing check: @@ -2652,17 +2651,11 @@ projects: - gate-tempest-lib-docs - gate-tempest-lib-python27 - gate-tempest-lib-python34 - - gate-tempest-lib-pypy gate: - gate-tempest-lib-pep8 - gate-tempest-lib-docs - gate-tempest-lib-python27 - gate-tempest-lib-python34 - experimental: - - gate-grenade-dsvm-forward - - check-tempest-dsvm-keystonev3-full - - check-tempest-dsvm-neutron-keystonev3-full - - check-tempest-dsvm-nova-v21-full post: - tempest-lib-docs - tempest-lib-branch-tarball