From ba181fd4c2e4f569d1eac19a05bda904d101c3ea Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 22 Mar 2016 11:31:09 -0400 Subject: [PATCH] set the CEPH_BUILD_VIRTUALENV environment variable for ceph jobs Signed-off-by: Alfredo Deza --- ceph/config/definitions/ceph.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index 4a99fff1..ffa2044c 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -51,6 +51,11 @@ If this is checked, binaries will be pushed to chacra using the $BRANCH-rc name, Defaults to un-checked" default: false + - string: + name: CEPH_BUILD_VIRTUALENV + description: "Base parent path for virtualenv locations, set to avoid issues with extremely long paths that are incompatible with tools like pip. Defaults to '/tmp'." + default: "/tmp" + builders: - multijob: name: 'ceph tag phase' -- 2.39.5