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

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

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Housekeeper-PerCommit-Trybot" 8 "Housekeeper-PerCommit-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "BUILDTYPE": "Release", 69 "BUILDTYPE": "Release",
70 "CHROME_HEADLESS": "1", 70 "CHROME_HEADLESS": "1",
71 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 71 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
72 "SKIA_OUT": "[SLAVE_BUILD]/out" 72 "SKIA_OUT": "[SLAVE_BUILD]/out"
73 }, 73 },
74 "name": "android platform self-tests" 74 "name": "android platform self-tests"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "RECIPE_MODULE[skia::skia]/resources/run_binary_size_analysis.py", 79 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
80 "--library", 80 "--library",
81 "[SLAVE_BUILD]/out/Release/lib/libskia.so", 81 "[SLAVE_BUILD]/out/Release/lib/libskia.so",
82 "--githash", 82 "--githash",
83 "abc123", 83 "abc123",
84 "--gsutil_path", 84 "--gsutil_path",
85 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", 85 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
86 "--issue_number", 86 "--issue_number",
87 "500" 87 "500"
88 ], 88 ],
89 "cwd": "[SLAVE_BUILD]/skia", 89 "cwd": "[SLAVE_BUILD]/skia",
90 "env": { 90 "env": {
91 "BUILDTYPE": "Release", 91 "BUILDTYPE": "Release",
92 "CHROME_HEADLESS": "1", 92 "CHROME_HEADLESS": "1",
93 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 93 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
94 "SKIA_OUT": "[SLAVE_BUILD]/out" 94 "SKIA_OUT": "[SLAVE_BUILD]/out"
95 }, 95 },
96 "name": "generate and upload binary size data" 96 "name": "generate and upload binary size data"
97 }, 97 },
98 { 98 {
99 "name": "$result", 99 "name": "$result",
100 "recipe_result": null, 100 "recipe_result": null,
101 "status_code": 0 101 "status_code": 0
102 } 102 }
103 ] 103 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json ('k') | infra/bots/recipes/swarm_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698