From 905731c02b82142a85b705adbb965d2f5cc79a03 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 10 Jul 2019 09:24:16 -0700 Subject: [PATCH] Skip test-setup.sh in pep8 jobs pep8 jobs should not require database setup, etc, so we can skip running test-setup.sh to save time. Depends-On: https://review.opendev.org/670119 Change-Id: If49c3b5c3c521118bd67da4e7a9600e66bdcf50d --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 1e01eeab..2fe4596c 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -224,6 +224,7 @@ vars: tox_envlist: pep8 bindep_profile: test pep8 + test_setup_skip: true - job: name: openstack-tox-cover