| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", |
| 8 "client.webrtc", |
| 9 "--builder", |
| 10 "Linux64 Debug", |
| 11 "--slave", |
| 12 "slavename", |
| 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]", |
| 15 "--revision_mapping_file", |
| 16 "{\"src\": \"got_revision\"}", |
| 17 "--output_json", |
| 18 "/path/to/tmp/json", |
| 19 "--revision", |
| 20 "src@12345" |
| 21 ], |
| 22 "name": "bot_update", |
| 23 "~followup_annotations": [ |
| 24 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 25 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
| 26 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 28 "@@@STEP_LOG_END@json.output@@@" |
| 29 ] |
| 30 }, |
| 31 { |
| 32 "cmd": [ |
| 33 "python", |
| 34 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 35 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 36 "config", |
| 8 "--spec", | 37 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]" | 38 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]" |
| 10 ], | 39 ], |
| 11 "name": "gclient setup" | 40 "name": "gclient setup" |
| 12 }, | 41 }, |
| 13 { | 42 { |
| 14 "cmd": [ | 43 "cmd": [ |
| 15 "python", | 44 "python", |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste
rname\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"1
2345\", \"slavename\": \"slavename\"}", | 440 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste
rname\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"1
2345\", \"slavename\": \"slavename\"}", |
| 412 "--annotate=gtest", | 441 "--annotate=gtest", |
| 413 "--test-type=voice_engine_unittests", | 442 "--test-type=voice_engine_unittests", |
| 414 "--builder-name=Linux64 Debug", | 443 "--builder-name=Linux64 Debug", |
| 415 "--slave-name=slavename", | 444 "--slave-name=slavename", |
| 416 "voice_engine_unittests" | 445 "voice_engine_unittests" |
| 417 ], | 446 ], |
| 418 "name": "voice_engine_unittests" | 447 "name": "voice_engine_unittests" |
| 419 } | 448 } |
| 420 ] | 449 ] |
| OLD | NEW |