From 99585542c91716b518a67c8761f36a771b1414e6 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 24 Feb 2017 09:39:09 +0000 Subject: [PATCH] jjb: infra: bifrost-cleanup-job.yml: Use -m gsutil option for removals Use the -m gsutil option to perform parallel object removal insted of a sequential one to reduce the job's execution time. Change-Id: I87d21b07674035113883f7952514555dec1750ca Signed-off-by: Markos Chandras --- jjb/infra/bifrost-cleanup-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/infra/bifrost-cleanup-job.yml b/jjb/infra/bifrost-cleanup-job.yml index ba283ffae..9f5f9e941 100644 --- a/jjb/infra/bifrost-cleanup-job.yml +++ b/jjb/infra/bifrost-cleanup-job.yml @@ -67,7 +67,7 @@ fi # No force (-f). We always verify upstream jobs so if there are no logs # something else went wrong and we need to break immediately and investigate - gsutil rm -r $BIFROST_GS_URL + gsutil -m rm -r $BIFROST_GS_URL triggers: - '{project}-gerrit-trigger-cleanup': -- 2.16.6