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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.json

Issue 2068183002: V8: Move gn-peek step behind mb step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - gcov coverage", 10 "V8 Linux64 - gcov coverage",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "GYP_DEFINES": "clang=0 coverage=1 gomadir='[CACHE]/cipd/goma' target_arch =x64 use_goma=1 v8_target_arch=x64", 142 "GYP_DEFINES": "clang=0 coverage=1 gomadir='[CACHE]/cipd/goma' target_arch =x64 use_goma=1 v8_target_arch=x64",
143 "GYP_GENERATORS": "ninja", 143 "GYP_GENERATORS": "ninja",
144 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 144 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
145 }, 145 },
146 "name": "gclient runhooks" 146 "name": "gclient runhooks"
147 }, 147 },
148 { 148 {
149 "cmd": [ 149 "cmd": [
150 "python", 150 "python",
151 "-u", 151 "-u",
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
153 "--show-path",
154 "python",
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
156 ],
157 "name": "cleanup_temp"
158 },
159 {
160 "cmd": [
161 "lcov",
162 "--directory",
163 "[SLAVE_BUILD]/v8/out/Release",
164 "--zerocounters"
165 ],
166 "name": "lcov zero counters"
167 },
168 {
169 "cmd": [
170 "python",
171 "-u",
152 "[DEPOT_TOOLS]/gn.py", 172 "[DEPOT_TOOLS]/gn.py",
153 "--root=[SLAVE_BUILD]/v8", 173 "--root=[SLAVE_BUILD]/v8",
154 "gen", 174 "gen",
155 "[TMP_BASE]/v8_gn_tmp_1", 175 "[TMP_BASE]/v8_gn_tmp_1",
156 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 176 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
157 ], 177 ],
158 "name": "gn" 178 "name": "gn"
159 }, 179 },
160 { 180 {
161 "cmd": [ 181 "cmd": [
(...skipping 22 matching lines...) Expand all
184 "@@@STEP_LOG_END@python.inline@@@" 204 "@@@STEP_LOG_END@python.inline@@@"
185 ] 205 ]
186 }, 206 },
187 { 207 {
188 "cmd": [ 208 "cmd": [
189 "python", 209 "python",
190 "-u", 210 "-u",
191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 211 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
192 "--show-path", 212 "--show-path",
193 "python", 213 "python",
194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
195 ],
196 "name": "cleanup_temp"
197 },
198 {
199 "cmd": [
200 "lcov",
201 "--directory",
202 "[SLAVE_BUILD]/v8/out/Release",
203 "--zerocounters"
204 ],
205 "name": "lcov zero counters"
206 },
207 {
208 "cmd": [
209 "python",
210 "-u",
211 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
212 "--show-path",
213 "python",
214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
215 "--gsutil-py-path", 215 "--gsutil-py-path",
216 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 216 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
217 "--ninja-path", 217 "--ninja-path",
218 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 218 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
219 "--target", 219 "--target",
220 "Release", 220 "Release",
221 "--src-dir", 221 "--src-dir",
222 "[SLAVE_BUILD]/v8", 222 "[SLAVE_BUILD]/v8",
223 "--goma-cache-dir", 223 "--goma-cache-dir",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "~followup_annotations": [ 340 "~followup_annotations": [
341 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 341 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
342 ] 342 ]
343 }, 343 },
344 { 344 {
345 "name": "$result", 345 "name": "$result",
346 "recipe_result": null, 346 "recipe_result": null,
347 "status_code": 0 347 "status_code": 0
348 } 348 }
349 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698