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

Side by Side Diff: recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json

Issue 1917263002: Revert of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 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.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@HEAD", 30 "src@HEAD",
31 "--revision", 31 "--revision",
32 "src/v8@HEAD" 32 "src/v8@HEAD"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
34 "env": { 35 "env": {
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 37 },
37 "name": "bot_update", 38 "name": "bot_update",
38 "~followup_annotations": [ 39 "~followup_annotations": [
39 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 43 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 44 "@@@STEP_LOG_END@json.output@@@"
44 ] 45 ]
45 }, 46 },
46 { 47 {
47 "name": "$result", 48 "name": "$result",
48 "recipe_result": null, 49 "recipe_result": null,
49 "status_code": 0 50 "status_code": 0
50 } 51 }
51 ] 52 ]
OLDNEW
« no previous file with comments | « recipe_modules/bot_update/example.expected/tryjob_v8.json ('k') | recipe_modules/gclient/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698