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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng_analyze.json

Issue 1412093012: Flip Linux x64, linux_chromium_archive_rel_ng bots to MB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_archive_rel_ng", 10 "linux_chromium_archive_rel_ng",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "[DEPOT_TOOLS]/gclient.py", 101 "[DEPOT_TOOLS]/gclient.py",
102 "runhooks" 102 "runhooks"
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
105 "env": { 105 "env": {
106 "GYP_CHROMIUM_NO_ACTION": "1",
106 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=no op use_goma=1" 107 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=no op use_goma=1"
107 }, 108 },
108 "name": "gclient runhooks (with patch)" 109 "name": "gclient runhooks (with patch)"
109 }, 110 },
110 { 111 {
111 "cmd": [ 112 "cmd": [
112 "python", 113 "python",
113 "-u", 114 "-u",
114 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
115 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", 116 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 184 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
184 "@@@STEP_LOG_LINE@json.output@ }@@@", 185 "@@@STEP_LOG_LINE@json.output@ }@@@",
185 "@@@STEP_LOG_LINE@json.output@}@@@", 186 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_END@json.output@@@" 187 "@@@STEP_LOG_END@json.output@@@"
187 ] 188 ]
188 }, 189 },
189 { 190 {
190 "cmd": [ 191 "cmd": [
191 "python", 192 "python",
192 "-u", 193 "-u",
193 "[SLAVE_BUILD]/src/build/gyp_chromium", 194 "[SLAVE_BUILD]/src/tools/mb/mb.py",
194 "--analyzer", 195 "analyze",
196 "-m",
197 "tryserver.chromium.linux",
198 "-b",
199 "linux_chromium_archive_rel_ng",
200 "-v",
201 "//out/Release",
195 "{\"files\": [\"foo.cc\"], \"targets\": [\"all\", \"chrome\"]}", 202 "{\"files\": [\"foo.cc\"], \"targets\": [\"all\", \"chrome\"]}",
196 "/path/to/tmp/json" 203 "/path/to/tmp/json"
197 ], 204 ],
198 "cwd": "[SLAVE_BUILD]", 205 "cwd": "[SLAVE_BUILD]",
199 "env": {
200 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=no op use_goma=1"
201 },
202 "name": "analyze", 206 "name": "analyze",
203 "~followup_annotations": [ 207 "~followup_annotations": [
204 "@@@STEP_TEXT@No compile necessary@@@", 208 "@@@STEP_TEXT@No compile necessary@@@",
205 "@@@STEP_LOG_LINE@json.output@{@@@", 209 "@@@STEP_LOG_LINE@json.output@{@@@",
206 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 210 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
207 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 211 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
208 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 212 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
209 "@@@STEP_LOG_LINE@json.output@}@@@", 213 "@@@STEP_LOG_LINE@json.output@}@@@",
210 "@@@STEP_LOG_END@json.output@@@" 214 "@@@STEP_LOG_END@json.output@@@"
211 ] 215 ]
212 }, 216 },
213 { 217 {
214 "name": "$result", 218 "name": "$result",
215 "recipe_result": null, 219 "recipe_result": null,
216 "status_code": 0 220 "status_code": 0
217 } 221 }
218 ] 222 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698