Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json

Issue 2237033002: Add extracting GM comments to the housekeeper bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unused import Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
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 56837514fbaffa798cad7eecc3274dbab1b6930f..2fdcad62fea686c8bd655661fcb564ae1be5863b 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
« no previous file with comments | « infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698