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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "-u", 205 "-u",
205 "[BUILD]/scripts/slave/cleanup_temp.py" 206 "[BUILD]/scripts/slave/cleanup_temp.py"
206 ], 207 ],
207 "cwd": "[SLAVE_BUILD]", 208 "cwd": "[SLAVE_BUILD]",
208 "name": "cleanup_temp" 209 "name": "cleanup_temp"
209 }, 210 },
210 { 211 {
211 "cmd": [ 212 "cmd": [
212 "python", 213 "python",
213 "-u", 214 "-u",
215 "[SLAVE_BUILD]/src/tools/mb/mb.py",
216 "gen",
217 "-m",
218 "tryserver.chromium.linux",
219 "-b",
220 "linux_chromium_archive_rel_ng",
221 "--config-file",
222 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
223 "--goma-dir",
224 "[BUILD]/goma",
225 "//out/Release"
226 ],
227 "cwd": "[SLAVE_BUILD]",
228 "name": "generate_build_files (with patch)"
229 },
230 {
231 "cmd": [
232 "python",
233 "-u",
214 "[BUILD]/scripts/slave/compile.py", 234 "[BUILD]/scripts/slave/compile.py",
215 "--target", 235 "--target",
216 "Release", 236 "Release",
217 "--src-dir", 237 "--src-dir",
218 "[SLAVE_BUILD]/src", 238 "[SLAVE_BUILD]/src",
219 "--build-tool", 239 "--build-tool",
220 "ninja", 240 "ninja",
221 "--compiler", 241 "--compiler",
222 "goma", 242 "goma",
223 "--goma-jsonstatus", 243 "--goma-jsonstatus",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "@@@STEP_FAILURE@@@", 307 "@@@STEP_FAILURE@@@",
288 "@@@SET_BUILD_PROPERTY@failure_hash@\"f0893589e30110207142c2b8eaeb6b36db71 5430\"@@@" 308 "@@@SET_BUILD_PROPERTY@failure_hash@\"f0893589e30110207142c2b8eaeb6b36db71 5430\"@@@"
289 ] 309 ]
290 }, 310 },
291 { 311 {
292 "name": "$result", 312 "name": "$result",
293 "reason": "1 out of 1 aggregated steps failed. Failures: Step('sizes (2)') f ailed with return_code 1", 313 "reason": "1 out of 1 aggregated steps failed. Failures: Step('sizes (2)') f ailed with return_code 1",
294 "status_code": 1 314 "status_code": 1
295 } 315 }
296 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698