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 "tryserver.webrtc", |
| 9 "--builder", |
| 10 "linux", |
| 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 "--patch_url", |
| 18 "try_job_svn_patch", |
| 19 "--output_json", |
| 20 "/path/to/tmp/json", |
| 21 "--revision", |
| 22 "src@12345" |
| 23 ], |
| 24 "name": "bot_update", |
| 25 "~followup_annotations": [ |
| 26 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
| 28 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 30 "@@@STEP_LOG_END@json.output@@@" |
| 31 ] |
| 32 }, |
| 33 { |
| 34 "cmd": [ |
| 35 "python", |
| 36 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 37 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 38 "config", |
8 "--spec", | 39 "--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'}]" | 40 "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 ], | 41 ], |
11 "name": "gclient setup" | 42 "name": "gclient setup" |
12 }, | 43 }, |
13 { | 44 { |
14 "cmd": [ | 45 "cmd": [ |
15 "python", | 46 "python", |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\":
\"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 482 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\":
\"tryserver.webrtc\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
452 "--annotate=gtest", | 483 "--annotate=gtest", |
453 "--test-type=voice_engine_unittests", | 484 "--test-type=voice_engine_unittests", |
454 "--builder-name=linux", | 485 "--builder-name=linux", |
455 "--slave-name=slavename", | 486 "--slave-name=slavename", |
456 "voice_engine_unittests" | 487 "voice_engine_unittests" |
457 ], | 488 ], |
458 "name": "voice_engine_unittests" | 489 "name": "voice_engine_unittests" |
459 } | 490 } |
460 ] | 491 ] |
OLD | NEW |