aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2016-08-12 08:50:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-12 08:50:29 -0700
commit106a9ff313f6b2dbf7bf9cf2ede37d2e98e7ecee (patch)
treedcda1eb4c8cd20523d1633ad2fca981a9278106b /infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
parentfbfa25802709139c2f14e304319c9541da65ca27 (diff)
Add extracting GM comments to the housekeeper bot.
Diffstat (limited to 'infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json')
-rw-r--r--infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
index 56837514fb..2fdcad62fe 100644
--- a/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
+++ b/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
@@ -56,6 +56,38 @@
"name": "generate and upload binary size data"
},
{
+ "cmd": [
+ "[SLAVE_BUILD]/go/go/bin/go",
+ "get",
+ "go.skia.org/infra/comments/go/extract_comments"
+ ],
+ "cwd": "[SLAVE_BUILD]/skia",
+ "env": {
+ "BUILDTYPE": "Release",
+ "CHROME_HEADLESS": "1",
+ "GOPATH": "[SLAVE_BUILD]/tmp/golib",
+ "SKIA_OUT": "[SLAVE_BUILD]/out"
+ },
+ "name": "compile extract_comments"
+ },
+ {
+ "cmd": [
+ "[SLAVE_BUILD]/tmp/golib/bin/extract_comments",
+ "--dir",
+ "gm",
+ "--dest",
+ "gs://skia-doc/gm/comments.json"
+ ],
+ "cwd": "[SLAVE_BUILD]/skia",
+ "env": {
+ "BUILDTYPE": "Release",
+ "CHROME_HEADLESS": "1",
+ "GOPATH": "[SLAVE_BUILD]/tmp/golib",
+ "SKIA_OUT": "[SLAVE_BUILD]/out"
+ },
+ "name": "run extract_comments"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0