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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "Mojo Android Builder Tests (dbg)", 10 "Mojo Android Builder Tests (dbg)",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
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'}]\ntarget_os = ['android']", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git '}]\ntarget_os = ['android']",
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 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
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]",
28 "env": { 29 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 31 },
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", 39 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
45 "@@@STEP_LOG_LINE@json.output@}@@@", 46 "@@@STEP_LOG_LINE@json.output@}@@@",
46 "@@@STEP_LOG_END@json.output@@@" 47 "@@@STEP_LOG_END@json.output@@@"
47 ] 48 ]
48 }, 49 },
49 { 50 {
50 "cmd": [ 51 "cmd": [
51 "python", 52 "python",
52 "-u", 53 "-u",
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
54 "runhooks" 55 "runhooks"
55 ], 56 ],
57 "cwd": "[SLAVE_BUILD]",
56 "env": { 58 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 60 },
59 "name": "gclient runhooks" 61 "name": "gclient runhooks"
60 }, 62 },
61 { 63 {
62 "cmd": [ 64 "cmd": [
63 "python", 65 "python",
64 "-u", 66 "-u",
65 "[CWD]/src/mojo/tools/mojob.py", 67 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
66 "gn", 68 "gn",
67 "--debug", 69 "--debug",
68 "--android" 70 "--android"
69 ], 71 ],
70 "cwd": "[CWD]/src", 72 "cwd": "[SLAVE_BUILD]/src",
71 "env": { 73 "env": {
72 "GOMA_DIR": "[ROOT]/b/build/goma" 74 "GOMA_DIR": "[BUILD]/goma"
73 }, 75 },
74 "name": "mojob gn" 76 "name": "mojob gn"
75 }, 77 },
76 { 78 {
77 "cmd": [ 79 "cmd": [
78 "python", 80 "python",
79 "-u", 81 "-u",
80 "[CWD]/src/mojo/tools/mojob.py", 82 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
81 "build", 83 "build",
82 "--debug", 84 "--debug",
83 "--android" 85 "--android"
84 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
85 "env": { 88 "env": {
86 "GOMA_DIR": "[ROOT]/b/build/goma" 89 "GOMA_DIR": "[BUILD]/goma"
87 }, 90 },
88 "name": "mojob build" 91 "name": "mojob build"
89 }, 92 },
90 { 93 {
91 "cmd": [ 94 "cmd": [
92 "python", 95 "python",
93 "-u", 96 "-u",
94 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", 97 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
95 "--json-output", 98 "--json-output",
96 "/path/to/tmp/json", 99 "/path/to/tmp/json",
97 "--restart-usb", 100 "--restart-usb",
98 "--known-devices-file", 101 "--known-devices-file",
99 "[ROOT]/b/build/site_config/.known_devices" 102 "[BUILD]/site_config/.known_devices"
100 ], 103 ],
104 "cwd": "[SLAVE_BUILD]",
101 "name": "device_status_check", 105 "name": "device_status_check",
102 "~followup_annotations": [ 106 "~followup_annotations": [
103 "@@@STEP_TEXT@Online devices: 1@@@", 107 "@@@STEP_TEXT@Online devices: 1@@@",
104 "@@@STEP_LOG_LINE@json.output@[@@@", 108 "@@@STEP_LOG_LINE@json.output@[@@@",
105 "@@@STEP_LOG_LINE@json.output@ {@@@", 109 "@@@STEP_LOG_LINE@json.output@ {@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", 110 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
107 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", 111 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", 112 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", 113 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", 114 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@",
(...skipping 13 matching lines...) Expand all
124 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", 128 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@",
125 "@@@STEP_LOG_LINE@json.output@ }@@@", 129 "@@@STEP_LOG_LINE@json.output@ }@@@",
126 "@@@STEP_LOG_LINE@json.output@]@@@", 130 "@@@STEP_LOG_LINE@json.output@]@@@",
127 "@@@STEP_LOG_END@json.output@@@" 131 "@@@STEP_LOG_END@json.output@@@"
128 ] 132 ]
129 }, 133 },
130 { 134 {
131 "cmd": [ 135 "cmd": [
132 "python", 136 "python",
133 "-u", 137 "-u",
134 "[CWD]/src/build/android/provision_devices.py" 138 "[SLAVE_BUILD]/src/build/android/provision_devices.py"
135 ], 139 ],
140 "cwd": "[SLAVE_BUILD]",
136 "name": "provision_device" 141 "name": "provision_device"
137 }, 142 },
138 { 143 {
139 "cmd": [ 144 "cmd": [
140 "python", 145 "python",
141 "-u", 146 "-u",
142 "[CWD]/src/mojo/tools/get_test_list.py", 147 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py",
143 "{\"build_number\": 571, \"builder_name\": \"Mojo Android Builder Tests (d bg)\", \"dcheck_always_on\": false, \"is_debug\": true, \"master_name\": \"chrom ium.testing.master\", \"target_os\": \"android\", \"test_results_server\": \"tes t-results.appspot.com\", \"test_types\": [\"default\"]}", 148 "{\"build_number\": 571, \"builder_name\": \"Mojo Android Builder Tests (d bg)\", \"dcheck_always_on\": false, \"is_debug\": true, \"master_name\": \"chrom ium.testing.master\", \"target_os\": \"android\", \"test_results_server\": \"tes t-results.appspot.com\", \"test_types\": [\"default\"]}",
144 "/path/to/tmp/json" 149 "/path/to/tmp/json"
145 ], 150 ],
151 "cwd": "[SLAVE_BUILD]",
146 "name": "get_test_list", 152 "name": "get_test_list",
147 "~followup_annotations": [ 153 "~followup_annotations": [
148 "@@@STEP_LOG_LINE@json.output@[@@@", 154 "@@@STEP_LOG_LINE@json.output@[@@@",
149 "@@@STEP_LOG_LINE@json.output@ {@@@", 155 "@@@STEP_LOG_LINE@json.output@ {@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", 156 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@",
151 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", 157 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ], @@@", 158 "@@@STEP_LOG_LINE@json.output@ ], @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", 159 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@",
154 "@@@STEP_LOG_LINE@json.output@ }@@@", 160 "@@@STEP_LOG_LINE@json.output@ }@@@",
155 "@@@STEP_LOG_LINE@json.output@]@@@", 161 "@@@STEP_LOG_LINE@json.output@]@@@",
156 "@@@STEP_LOG_END@json.output@@@" 162 "@@@STEP_LOG_END@json.output@@@"
157 ] 163 ]
158 }, 164 },
159 { 165 {
160 "cmd": [ 166 "cmd": [
161 "world" 167 "world"
162 ], 168 ],
163 "cwd": "[CWD]/src", 169 "cwd": "[SLAVE_BUILD]/src",
164 "name": "Hello" 170 "name": "Hello"
165 }, 171 },
166 { 172 {
167 "name": "$result", 173 "name": "$result",
168 "recipe_result": null, 174 "recipe_result": null,
169 "status_code": 0 175 "status_code": 0
170 } 176 }
171 ] 177 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698