aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/swarming
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/swarming
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/swarming')
-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
8 files changed, 16 insertions, 8 deletions
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": {