From 8c76ce5f41eabdeb0f3048669f3779bfdcb822b5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 25 Jun 2015 14:32:47 -0600 Subject: [PATCH] ceph-setup: wipe workspace The ceph-setup task occasionally gets weird errors that can only be fixed by wiping the workspace. The latest example: tardir=ceph-0.94.1.3 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >ceph-0.94.1.3.tar.gz tar: ceph-0.94.1.3/src/gmock/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: file name is too long (max 99); not dumped tar: ceph-0.94.1.3/src/test/ubuntu-12.04/debian: File removed before we read it tar: ceph-0.94.1.3/src/test/ubuntu-14.04/debian: File removed before we read it tar: ceph-0.94.1.3/src/test/debian-jessie/debian: File removed before we read it tar: Exiting with failure status due to previous errors ... btw, <3 the comment in this job's description, "The clear workspace before checkout box for the git plugin is used." Signed-off-by: Ken Dreyer --- ceph-setup/config/definitions/ceph-setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index 31d70c1e..1f48b498 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -27,6 +27,7 @@ branches: - $BRANCH skip-tag: true + wipe-workspace: true builders: - shell: -- 2.39.5