summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-17 17:22:42 -0400
committerJenkins <jenkins@review.openstack.org>2013-06-27 01:49:59 +0000
commitbc7588343f62e768aefd3f7b07bae516319d1296 (patch)
tree39bb13bfec33d27c283f2b464e4f0d24a25e7b64 /.gitignore
parent4998315d0307405fc38824bc8d683a1595ca73d3 (diff)
downloadzuul-bc7588343f62e768aefd3f7b07bae516319d1296.tar.gz
Migrate to testrepository.
Needed to move some directory creation around to be contained within the testcase, but with parallel testing, we shave 48 seconds off the run time and go from around 60s to around 11. We're also now compatible with future subunit-based fast-fail semantics when we grow them. Change-Id: I6c7148c29d1edb5d9469a8c2afe4b31b2b340009 Reviewed-on: https://review.openstack.org/33352 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 14a4de713..65a48c7c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.egg-info
*.pyc
.test
+.testrepository
.tox
AUTHORS
build/*