From d452434d1717aa42993a4c671ffc5625fe273957 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Tue, 16 Jan 2018 16:06:09 -0500 Subject: Upload multiple dm images at once Use the -m file, as recommended in https://luci-milo.appspot.com/swarming/task/3b197fbd667a1510/steps/upload_images/0/stdout Bug: skia: Change-Id: I58d101f58594bf221d11a787057ee7950b197f86 Reviewed-on: https://skia-review.googlesource.com/94965 Reviewed-by: Stephan Altmueller Reviewed-by: Eric Boren Commit-Queue: Kevin Lubick --- infra/bots/recipes/upload_dm_results.expected/failed_once.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra/bots/recipes/upload_dm_results.expected/failed_once.json') diff --git a/infra/bots/recipes/upload_dm_results.expected/failed_once.json b/infra/bots/recipes/upload_dm_results.expected/failed_once.json index 1e6afe841c..c2531d9e24 100644 --- a/infra/bots/recipes/upload_dm_results.expected/failed_once.json +++ b/infra/bots/recipes/upload_dm_results.expected/failed_once.json @@ -90,6 +90,7 @@ { "cmd": [ "gsutil", + "-m", "cp", "[START_DIR]/dm/*.png", "gs://skia-infra-gm/dm-images-v1" @@ -103,6 +104,7 @@ { "cmd": [ "gsutil", + "-m", "cp", "[START_DIR]/dm/*.png", "gs://skia-infra-gm/dm-images-v1" -- cgit v1.2.3