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

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

Issue 1413523010: Revert of 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",
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" 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"
108 }, 107 },
109 "name": "gclient runhooks (with patch)" 108 "name": "gclient runhooks (with patch)"
110 }, 109 },
111 { 110 {
112 "cmd": [ 111 "cmd": [
113 "python", 112 "python",
114 "-u", 113 "-u",
115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 114 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
116 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", 115 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "cmd": [ 202 "cmd": [
204 "python", 203 "python",
205 "-u", 204 "-u",
206 "[BUILD]/scripts/slave/cleanup_temp.py" 205 "[BUILD]/scripts/slave/cleanup_temp.py"
207 ], 206 ],
208 "cwd": "[SLAVE_BUILD]", 207 "cwd": "[SLAVE_BUILD]",
209 "name": "cleanup_temp" 208 "name": "cleanup_temp"
210 }, 209 },
211 { 210 {
212 "cmd": [ 211 "cmd": [
213 "python",
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", 212 "python",
233 "-u", 213 "-u",
234 "[BUILD]/scripts/slave/compile.py", 214 "[BUILD]/scripts/slave/compile.py",
235 "--target", 215 "--target",
236 "Release", 216 "Release",
237 "--src-dir", 217 "--src-dir",
238 "[SLAVE_BUILD]/src", 218 "[SLAVE_BUILD]/src",
239 "--build-tool", 219 "--build-tool",
240 "ninja", 220 "ninja",
241 "--compiler", 221 "--compiler",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "@@@STEP_FAILURE@@@", 287 "@@@STEP_FAILURE@@@",
308 "@@@SET_BUILD_PROPERTY@failure_hash@\"f0893589e30110207142c2b8eaeb6b36db71 5430\"@@@" 288 "@@@SET_BUILD_PROPERTY@failure_hash@\"f0893589e30110207142c2b8eaeb6b36db71 5430\"@@@"
309 ] 289 ]
310 }, 290 },
311 { 291 {
312 "name": "$result", 292 "name": "$result",
313 "reason": "1 out of 1 aggregated steps failed. Failures: Step('sizes (2)') f ailed with return_code 1", 293 "reason": "1 out of 1 aggregated steps failed. Failures: Step('sizes (2)') f ailed with return_code 1",
314 "status_code": 1 294 "status_code": 1
315 } 295 }
316 ] 296 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698