aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-09-27 13:03:35 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-27 17:24:38 +0000
commit8e0c2c98322f500cb4d8b66545b41a3e4fdcf0ed (patch)
tree7f56b149e48961e14bbab321bc2e76a4845193a8 /infra/bots/recipe_modules
parent62ea0cd4a08233156eb06813d97701556533148f (diff)
Manually roll recipe DEPS
Bug: skia: Change-Id: I55641aa4bef5a7ac863e3aae3d2902ef408f0384 Reviewed-on: https://skia-review.googlesource.com/52121 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/always-use-exparchive.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/basic.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/discover.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-bmiss.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch-emiss.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-batch.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-miss.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi-miss.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive-multi.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/exparchive.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/extra.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/missing.json3
-rw-r--r--infra/bots/recipe_modules/isolate/examples/full.expected/none.json3
-rw-r--r--infra/bots/recipe_modules/skia_swarming/examples/full.expected/test.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/basic.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/show_isolated_out_in_collect_step.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/show_shards_in_collect_step.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_new.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/swarming_expired_old.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_new.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/swarming_timeout_old.json3
-rw-r--r--infra/bots/recipe_modules/swarming/examples/full.expected/trybot.json3
-rw-r--r--infra/bots/recipe_modules/swarming_client/examples/full.expected/basic.json3
23 files changed, 46 insertions, 23 deletions
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": {