Index: infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json |
diff --git a/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json b/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json |
index 3f72a1f0aea2430f8e8d4ad25fa3c074926aa6b7..9be48d4af1ea23fb1d06fc407c786b89365e220e 100644 |
--- a/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json |
+++ b/infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json |
@@ -68,6 +68,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 |