aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bookmaker.py
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2018-07-19 08:43:11 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-19 13:22:44 +0000
commitfaccf39fe074b9acbd4d39fa4dc6154e70ed42ad (patch)
tree245a3c8a2dfbbcd30ebce53358b583bf6633754e /infra/bots/recipes/bookmaker.py
parent0b0043392bfdf13f74ed64ba729f9c1e0fbae94f (diff)
Debug nightly bookmaker bot
* Output fiddle.json * Do not send to CQ while we investigate Bug: skia:8151 Change-Id: I309c732cc6b7db72054fd119b8c68dd32a765d6f Reviewed-on: https://skia-review.googlesource.com/142301 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Cary Clark <caryclark@google.com>
Diffstat (limited to 'infra/bots/recipes/bookmaker.py')
-rw-r--r--infra/bots/recipes/bookmaker.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/bookmaker.py b/infra/bots/recipes/bookmaker.py
index 9d344001f9..4c7fa99baf 100644
--- a/infra/bots/recipes/bookmaker.py
+++ b/infra/bots/recipes/bookmaker.py
@@ -78,6 +78,10 @@ def RunSteps(api):
]
api.run(api.step, 'Extract all fiddles out of md files', cmd=cmd)
+ # Output fiddle.json for easy debugging.
+ api.run(api.step, 'Output fiddle.json',
+ cmd=['cat', fiddlecli_input])
+
# Step 2: Forces fiddle.skia.org to compile all fiddles extracted out of
# markdown files and get output in JSON.
cmd = [fiddlecli_binary,