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

Side by Side Diff: infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.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" 8 "Housekeeper-PerCommit"
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/generate_and_upload_doxygen.py", 79 "RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py",
80 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 80 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
81 ], 81 ],
82 "cwd": "[SLAVE_BUILD]/skia", 82 "cwd": "[SLAVE_BUILD]/skia",
83 "env": { 83 "env": {
84 "BUILDTYPE": "Release", 84 "BUILDTYPE": "Release",
85 "CHROME_HEADLESS": "1", 85 "CHROME_HEADLESS": "1",
86 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 86 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
87 "SKIA_OUT": "[SLAVE_BUILD]/out" 87 "SKIA_OUT": "[SLAVE_BUILD]/out"
88 }, 88 },
89 "name": "generate and upload doxygen" 89 "name": "generate and upload doxygen"
90 }, 90 },
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "python", 93 "python",
94 "RECIPE_MODULE[skia::skia]/resources/run_binary_size_analysis.py", 94 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
95 "--library", 95 "--library",
96 "[SLAVE_BUILD]/out/Release/lib/libskia.so", 96 "[SLAVE_BUILD]/out/Release/lib/libskia.so",
97 "--githash", 97 "--githash",
98 "abc123", 98 "abc123",
99 "--gsutil_path", 99 "--gsutil_path",
100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
101 ], 101 ],
102 "cwd": "[SLAVE_BUILD]/skia", 102 "cwd": "[SLAVE_BUILD]/skia",
103 "env": { 103 "env": {
104 "BUILDTYPE": "Release", 104 "BUILDTYPE": "Release",
105 "CHROME_HEADLESS": "1", 105 "CHROME_HEADLESS": "1",
106 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 106 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
107 "SKIA_OUT": "[SLAVE_BUILD]/out" 107 "SKIA_OUT": "[SLAVE_BUILD]/out"
108 }, 108 },
109 "name": "generate and upload binary size data" 109 "name": "generate and upload binary size data"
110 }, 110 },
111 { 111 {
112 "name": "$result", 112 "name": "$result",
113 "recipe_result": null, 113 "recipe_result": null,
114 "status_code": 0 114 "status_code": 0
115 } 115 }
116 ] 116 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698