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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.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 "Android Builder", 10 "Android Builder",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "name": "compile", 375 "name": "compile",
376 "~followup_annotations": [ 376 "~followup_annotations": [
377 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 377 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
378 "@@@STEP_LOG_END@json.output (invalid)@@@" 378 "@@@STEP_LOG_END@json.output (invalid)@@@"
379 ] 379 ]
380 }, 380 },
381 { 381 {
382 "cmd": [ 382 "cmd": [
383 "python", 383 "python",
384 "-u", 384 "-u",
385 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 385 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
386 "--build-dir", 386 "--build-dir",
387 "[SLAVE_BUILD]/src/out/Release", 387 "[SLAVE_BUILD]/src/out/Release"
388 "--src-dir",
389 "[SLAVE_BUILD]/src"
390 ], 388 ],
391 "cwd": "[SLAVE_BUILD]", 389 "cwd": "[SLAVE_BUILD]",
392 "name": "remove_build_metadata" 390 "name": "remove_build_metadata"
393 }, 391 },
394 { 392 {
395 "cmd": [ 393 "cmd": [
396 "python", 394 "python",
397 "-u", 395 "-u",
398 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 396 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
399 "[SLAVE_BUILD]/src/tools/swarming_client", 397 "[SLAVE_BUILD]/src/tools/swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "~followup_annotations": [ 466 "~followup_annotations": [
469 "@@@STEP_TEXT@Android Tests@@@" 467 "@@@STEP_TEXT@Android Tests@@@"
470 ] 468 ]
471 }, 469 },
472 { 470 {
473 "name": "$result", 471 "name": "$result",
474 "recipe_result": null, 472 "recipe_result": null,
475 "status_code": 0 473 "status_code": 0
476 } 474 }
477 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698