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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_win_dbg.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_linux_try.json ('k') | scripts/slave/recipes/nacl.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "Mojo Win (dbg)", 10 "Mojo Win (dbg)",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git '}]", 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/mojo.git'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]/b/build/slave/cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@HEAD", 24 "src@HEAD",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
55 "runhooks" 54 "runhooks"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 56 "env": {
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
60 }, 58 },
61 "name": "gclient runhooks" 59 "name": "gclient runhooks"
62 }, 60 },
63 { 61 {
64 "cmd": [ 62 "cmd": [
65 "python", 63 "python",
66 "-u", 64 "-u",
67 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 65 "[CWD]/src/mojo/tools/mojob.py",
68 "gn", 66 "gn",
69 "--debug" 67 "--debug"
70 ], 68 ],
71 "cwd": "[SLAVE_BUILD]/src", 69 "cwd": "[CWD]/src",
72 "name": "mojob gn" 70 "name": "mojob gn"
73 }, 71 },
74 { 72 {
75 "cmd": [ 73 "cmd": [
76 "python", 74 "python",
77 "-u", 75 "-u",
78 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 76 "[CWD]/src/mojo/tools/mojob.py",
79 "build", 77 "build",
80 "--debug" 78 "--debug"
81 ], 79 ],
82 "cwd": "[SLAVE_BUILD]",
83 "name": "mojob build" 80 "name": "mojob build"
84 }, 81 },
85 { 82 {
86 "cmd": [ 83 "cmd": [
87 "python", 84 "python",
88 "-u", 85 "-u",
89 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py", 86 "[CWD]/src/mojo/tools/get_test_list.py",
90 "{\"build_number\": 571, \"builder_name\": \"Mojo Win (dbg)\", \"dcheck_al ways_on\": false, \"is_debug\": true, \"master_name\": \"chromium.testing.master \", \"target_os\": \"windows\", \"test_results_server\": \"test-results.appspot. com\", \"test_types\": [\"default\"]}", 87 "{\"build_number\": 571, \"builder_name\": \"Mojo Win (dbg)\", \"dcheck_al ways_on\": false, \"is_debug\": true, \"master_name\": \"chromium.testing.master \", \"target_os\": \"windows\", \"test_results_server\": \"test-results.appspot. com\", \"test_types\": [\"default\"]}",
91 "/path/to/tmp/json" 88 "/path/to/tmp/json"
92 ], 89 ],
93 "cwd": "[SLAVE_BUILD]",
94 "name": "get_test_list", 90 "name": "get_test_list",
95 "~followup_annotations": [ 91 "~followup_annotations": [
96 "@@@STEP_LOG_LINE@json.output@[@@@", 92 "@@@STEP_LOG_LINE@json.output@[@@@",
97 "@@@STEP_LOG_LINE@json.output@ {@@@", 93 "@@@STEP_LOG_LINE@json.output@ {@@@",
98 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", 94 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", 95 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@",
100 "@@@STEP_LOG_LINE@json.output@ ], @@@", 96 "@@@STEP_LOG_LINE@json.output@ ], @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", 97 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@",
102 "@@@STEP_LOG_LINE@json.output@ }@@@", 98 "@@@STEP_LOG_LINE@json.output@ }@@@",
103 "@@@STEP_LOG_LINE@json.output@]@@@", 99 "@@@STEP_LOG_LINE@json.output@]@@@",
104 "@@@STEP_LOG_END@json.output@@@" 100 "@@@STEP_LOG_END@json.output@@@"
105 ] 101 ]
106 }, 102 },
107 { 103 {
108 "cmd": [ 104 "cmd": [
109 "world" 105 "world"
110 ], 106 ],
111 "cwd": "[SLAVE_BUILD]/src", 107 "cwd": "[CWD]/src",
112 "name": "Hello" 108 "name": "Hello"
113 }, 109 },
114 { 110 {
115 "name": "$result", 111 "name": "$result",
116 "recipe_result": null, 112 "recipe_result": null,
117 "status_code": 0 113 "status_code": 0
118 } 114 }
119 ] 115 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_linux_try.json ('k') | scripts/slave/recipes/nacl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698