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

Side by Side 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]/skia", 50 "cwd": "[SLAVE_BUILD]/skia",
51 "env": { 51 "env": {
52 "BUILDTYPE": "Release", 52 "BUILDTYPE": "Release",
53 "CHROME_HEADLESS": "1", 53 "CHROME_HEADLESS": "1",
54 "SKIA_OUT": "[SLAVE_BUILD]/out" 54 "SKIA_OUT": "[SLAVE_BUILD]/out"
55 }, 55 },
56 "name": "generate and upload binary size data" 56 "name": "generate and upload binary size data"
57 }, 57 },
58 { 58 {
59 "cmd": [
60 "[SLAVE_BUILD]/go/go/bin/go",
61 "get",
62 "go.skia.org/infra/comments/go/extract_comments"
63 ],
64 "cwd": "[SLAVE_BUILD]/skia",
65 "env": {
66 "BUILDTYPE": "Release",
67 "CHROME_HEADLESS": "1",
68 "GOPATH": "[SLAVE_BUILD]/tmp/golib",
69 "SKIA_OUT": "[SLAVE_BUILD]/out"
70 },
71 "name": "compile extract_comments"
72 },
73 {
74 "cmd": [
75 "[SLAVE_BUILD]/tmp/golib/bin/extract_comments",
76 "--dir",
77 "gm",
78 "--dest",
79 "gs://skia-doc/gm/comments.json"
80 ],
81 "cwd": "[SLAVE_BUILD]/skia",
82 "env": {
83 "BUILDTYPE": "Release",
84 "CHROME_HEADLESS": "1",
85 "GOPATH": "[SLAVE_BUILD]/tmp/golib",
86 "SKIA_OUT": "[SLAVE_BUILD]/out"
87 },
88 "name": "run extract_comments"
89 },
90 {
59 "name": "$result", 91 "name": "$result",
60 "recipe_result": null, 92 "recipe_result": null,
61 "status_code": 0 93 "status_code": 0
62 } 94 }
63 ] 95 ]
OLDNEW
« 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