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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.json

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json 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 "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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "name": "compile", 323 "name": "compile",
324 "~followup_annotations": [ 324 "~followup_annotations": [
325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
326 "@@@STEP_LOG_END@json.output (invalid)@@@" 326 "@@@STEP_LOG_END@json.output (invalid)@@@"
327 ] 327 ]
328 }, 328 },
329 { 329 {
330 "cmd": [ 330 "cmd": [
331 "python", 331 "python",
332 "-u", 332 "-u",
333 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 333 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
334 "--build-dir", 334 "--build-dir",
335 "[SLAVE_BUILD]/src/out/Release", 335 "[SLAVE_BUILD]/src/out/Release"
336 "--src-dir",
337 "[SLAVE_BUILD]/src"
338 ], 336 ],
339 "cwd": "[SLAVE_BUILD]", 337 "cwd": "[SLAVE_BUILD]",
340 "name": "remove_build_metadata" 338 "name": "remove_build_metadata"
341 }, 339 },
342 { 340 {
343 "cmd": [ 341 "cmd": [
344 "python", 342 "python",
345 "-u", 343 "-u",
346 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 344 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
347 "[SLAVE_BUILD]/src/tools/swarming_client", 345 "[SLAVE_BUILD]/src/tools/swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "~followup_annotations": [ 414 "~followup_annotations": [
417 "@@@STEP_TEXT@Linux Tests@@@" 415 "@@@STEP_TEXT@Linux Tests@@@"
418 ] 416 ]
419 }, 417 },
420 { 418 {
421 "name": "$result", 419 "name": "$result",
422 "recipe_result": null, 420 "recipe_result": null,
423 "status_code": 0 421 "status_code": 0
424 } 422 }
425 ] 423 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698