From 8e0c2c98322f500cb4d8b66545b41a3e4fdcf0ed Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Wed, 27 Sep 2017 13:03:35 -0400 Subject: Manually roll recipe DEPS Bug: skia: Change-Id: I55641aa4bef5a7ac863e3aae3d2902ef408f0384 Reviewed-on: https://skia-review.googlesource.com/52121 Commit-Queue: Eric Boren Reviewed-by: Ravi Mistry --- .../isolate/examples/full.expected/always-use-exparchive.json | 3 ++- infra/bots/recipe_modules/isolate/examples/full.expected/basic.json | 3 ++- infra/bots/recipe_modules/isolate/examples/full.expected/discover.json | 3 ++- .../isolate/examples/full.expected/exparchive-batch-bmiss.json | 3 ++- .../isolate/examples/full.expected/exparchive-batch-emiss.json | 3 ++- .../isolate/examples/full.expected/exparchive-batch.json | 3 ++- .../recipe_modules/isolate/examples/full.expected/exparchive-miss.json | 3 ++- .../isolate/examples/full.expected/exparchive-multi-miss.json | 3 ++- .../isolate/examples/full.expected/exparchive-multi.json | 3 ++- .../bots/recipe_modules/isolate/examples/full.expected/exparchive.json | 3 ++- infra/bots/recipe_modules/isolate/examples/full.expected/extra.json | 3 ++- infra/bots/recipe_modules/isolate/examples/full.expected/missing.json | 3 ++- infra/bots/recipe_modules/isolate/examples/full.expected/none.json | 3 ++- .../bots/recipe_modules/skia_swarming/examples/full.expected/test.json | 3 ++- infra/bots/recipe_modules/swarming/examples/full.expected/basic.json | 3 ++- .../examples/full.expected/show_isolated_out_in_collect_step.json | 3 ++- .../swarming/examples/full.expected/show_shards_in_collect_step.json | 3 ++- .../swarming/examples/full.expected/swarming_expired_new.json | 3 ++- .../swarming/examples/full.expected/swarming_expired_old.json | 3 ++- .../swarming/examples/full.expected/swarming_timeout_new.json | 3 ++- .../swarming/examples/full.expected/swarming_timeout_old.json | 3 ++- infra/bots/recipe_modules/swarming/examples/full.expected/trybot.json | 3 ++- .../recipe_modules/swarming_client/examples/full.expected/basic.json | 3 ++- 23 files changed, 46 insertions(+), 23 deletions(-) (limited to 'infra/bots/recipe_modules') diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/always-use-exparchive.json b/infra/bots/recipe_modules/isolate/examples/full.expected/always-use-exparchive.json index 1f5ffa13e5..8028783049 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/always-use-exparchive.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/always-use-exparchive.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/basic.json b/infra/bots/recipe_modules/isolate/examples/full.expected/basic.json index 9ef2ef3e1f..bbee58a9c0 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/basic.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/basic.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/discover.json b/infra/bots/recipe_modules/isolate/examples/full.expected/discover.json index d6ab964321..b4034c5954 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/discover.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/discover.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-bmiss.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-bmiss.json index 75d1af4b5f..325694df2e 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-bmiss.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-bmiss.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-emiss.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-emiss.json index 142ebd592a..e82f10f128 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-emiss.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-emiss.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch.json index e2d26d6f45..c056efe9c3 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-miss.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-miss.json index 06eceaa787..54a570e300 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-miss.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-miss.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi-miss.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi-miss.json index 02131c3553..07f5865814 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi-miss.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi-miss.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi.json index 871423dbd7..2aaea20c3d 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive.json b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive.json index 33fadc15dd..2f9d7aeead 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/exparchive.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/extra.json b/infra/bots/recipe_modules/isolate/examples/full.expected/extra.json index 3f1987d987..a23a60205c 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/extra.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/extra.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/missing.json b/infra/bots/recipe_modules/isolate/examples/full.expected/missing.json index 90e1e95dd7..a8c5204746 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/missing.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/missing.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/isolate/examples/full.expected/none.json b/infra/bots/recipe_modules/isolate/examples/full.expected/none.json index 335b6227d1..9a7c9c4e41 100644 --- a/infra/bots/recipe_modules/isolate/examples/full.expected/none.json +++ b/infra/bots/recipe_modules/isolate/examples/full.expected/none.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/skia_swarming/examples/full.expected/test.json b/infra/bots/recipe_modules/skia_swarming/examples/full.expected/test.json index 51801658d0..219cb4ad2d 100644 --- a/infra/bots/recipe_modules/skia_swarming/examples/full.expected/test.json +++ b/infra/bots/recipe_modules/skia_swarming/examples/full.expected/test.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "abc123" + "abc123", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/basic.json b/infra/bots/recipe_modules/swarming/examples/full.expected/basic.json index 3ee20d6d7d..3c18aa560b 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/basic.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/basic.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/show_isolated_out_in_collect_step.json b/infra/bots/recipe_modules/swarming/examples/full.expected/show_isolated_out_in_collect_step.json index acce4ef888..38afd52474 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/show_isolated_out_in_collect_step.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/show_isolated_out_in_collect_step.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/show_shards_in_collect_step.json b/infra/bots/recipe_modules/swarming/examples/full.expected/show_shards_in_collect_step.json index 23548d8a88..72cd54cf25 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/show_shards_in_collect_step.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/show_shards_in_collect_step.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_new.json b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_new.json index 13fceacf6d..eb7dc36d5e 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_new.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_new.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_old.json b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_old.json index 0692854820..7c7392024f 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_old.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_old.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_new.json b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_new.json index 3e8d7fe6ad..ec37f8a919 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_new.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_new.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_old.json b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_old.json index 52d02bd4cf..6f81b16e11 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_old.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_old.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming/examples/full.expected/trybot.json b/infra/bots/recipe_modules/swarming/examples/full.expected/trybot.json index 79ecb1cb6a..d47c517c0a 100644 --- a/infra/bots/recipe_modules/swarming/examples/full.expected/trybot.json +++ b/infra/bots/recipe_modules/swarming/examples/full.expected/trybot.json @@ -17,7 +17,8 @@ "retry", "fetch", "origin", - "master" + "master", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { diff --git a/infra/bots/recipe_modules/swarming_client/examples/full.expected/basic.json b/infra/bots/recipe_modules/swarming_client/examples/full.expected/basic.json index 373746e2dd..a70e284666 100644 --- a/infra/bots/recipe_modules/swarming_client/examples/full.expected/basic.json +++ b/infra/bots/recipe_modules/swarming_client/examples/full.expected/basic.json @@ -21,7 +21,8 @@ "retry", "fetch", "origin", - "sample_sha" + "sample_sha", + "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { -- cgit v1.2.3