diff options
author | Markos Chandras <mchandras@suse.de> | 2017-02-24 09:39:09 +0000 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2017-02-24 16:55:42 +0000 |
commit | 99585542c91716b518a67c8761f36a771b1414e6 (patch) | |
tree | 4ebf668e5ec2e82b666156ff00f998cb1c15d1fd /jjb/infra | |
parent | 7027386b7dfac6d08963e472273ab950dfeaa4c2 (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'jjb/infra')
-rw-r--r-- | jjb/infra/bifrost-cleanup-job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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': |