| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'http://webrtc.googlecode
.com/svn/trunk'}]" | 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'}]" |
| 10 ], | 10 ], |
| 11 "name": "gclient setup" | 11 "name": "gclient setup" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "abort_on_failure": true, | 14 "abort_on_failure": true, |
| 15 "cmd": [ | 15 "cmd": [ |
| 16 "python", | 16 "python", |
| 17 "-u", | 17 "-u", |
| 18 "[DEPOT_TOOLS]/gclient.py", | 18 "[DEPOT_TOOLS]/gclient.py", |
| 19 "sync", | 19 "sync", |
| 20 "--nohooks", | 20 "--nohooks", |
| 21 "--delete_unversioned_trees", | 21 "--delete_unversioned_trees", |
| 22 "--force", | 22 "--force", |
| 23 "--output-json", | 23 "--output-json", |
| 24 "/path/to/tmp/json" | 24 "/path/to/tmp/json" |
| 25 ], | 25 ], |
| 26 "name": "gclient sync", | 26 "name": "gclient sync", |
| 27 "~followup_annotations": [ | 27 "~followup_annotations": [ |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"webrtc-limited/\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 24644@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ }@@@", | 38 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ }@@@", | 39 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@}@@@", | 40 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 38 "@@@STEP_LOG_END@json.output@@@", | 41 "@@@STEP_LOG_END@json.output@@@", |
| 39 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" | 42 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" |
| 40 ] | 43 ] |
| 41 }, | 44 }, |
| 42 { | 45 { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 70 }, | 73 }, |
| 71 { | 74 { |
| 72 "always_run": true, | 75 "always_run": true, |
| 73 "cmd": [ | 76 "cmd": [ |
| 74 "python", | 77 "python", |
| 75 "-u", | 78 "-u", |
| 76 "[BUILD]/scripts/slave/runtest.py", | 79 "[BUILD]/scripts/slave/runtest.py", |
| 77 "--target", | 80 "--target", |
| 78 "Release", | 81 "Release", |
| 79 "--factory-properties", | 82 "--factory-properties", |
| 80 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 83 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 81 "--build-properties", | 84 "--build-properties", |
| 82 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 85 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 83 "--builder-name=buildbot builder", | 86 "--builder-name=buildbot", |
| 84 "--slave-name=slavename", | 87 "--slave-name=slavename", |
| 85 "audio_device_tests" | 88 "audio_device_tests" |
| 86 ], | 89 ], |
| 87 "name": "audio_device_tests", | 90 "name": "audio_device_tests" |
| 88 "seed_steps": [ | |
| 89 "audio_device_tests", | |
| 90 "libjingle_peerconnection_objc_test", | |
| 91 "vie_auto_test", | |
| 92 "video_capture_tests", | |
| 93 "voe_auto_test" | |
| 94 ] | |
| 95 }, | 91 }, |
| 96 { | 92 { |
| 97 "always_run": true, | 93 "always_run": true, |
| 98 "cmd": [ | 94 "cmd": [ |
| 99 "python", | 95 "python", |
| 100 "-u", | 96 "-u", |
| 101 "[BUILD]/scripts/slave/runtest.py", | 97 "[BUILD]/scripts/slave/runtest.py", |
| 102 "--target", | 98 "--target", |
| 103 "Release", | 99 "Release", |
| 104 "--factory-properties", | 100 "--factory-properties", |
| 105 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 101 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 106 "--build-properties", | 102 "--build-properties", |
| 107 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 103 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 108 "--builder-name=buildbot builder", | 104 "--builder-name=buildbot", |
| 109 "--slave-name=slavename", | 105 "--slave-name=slavename", |
| 110 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test", | 106 "vie_auto_test", |
| 111 "--automated", | 107 "--automated", |
| 112 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | 108 "--capture_test_ensure_resolution_alignment_in_capture_device=false" |
| 113 ], | 109 ], |
| 114 "name": "libjingle_peerconnection_objc_test" | 110 "name": "vie_auto_test", |
| 111 "seed_steps": [ |
| 112 "vie_auto_test", |
| 113 "voe_auto_test", |
| 114 "video_capture_tests", |
| 115 "webrtc_perf_tests" |
| 116 ] |
| 115 }, | 117 }, |
| 116 { | 118 { |
| 117 "always_run": true, | 119 "always_run": true, |
| 118 "cmd": [ | 120 "cmd": [ |
| 119 "python", | 121 "python", |
| 120 "-u", | 122 "-u", |
| 121 "[BUILD]/scripts/slave/runtest.py", | 123 "[BUILD]/scripts/slave/runtest.py", |
| 122 "--target", | 124 "--target", |
| 123 "Release", | 125 "Release", |
| 124 "--factory-properties", | 126 "--factory-properties", |
| 125 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 127 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 126 "--build-properties", | 128 "--build-properties", |
| 127 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 129 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 128 "--builder-name=buildbot builder", | 130 "--builder-name=buildbot", |
| 129 "--slave-name=slavename", | 131 "--slave-name=slavename", |
| 130 "vie_auto_test", | 132 "voe_auto_test", |
| 131 "--automated", | 133 "--automated" |
| 132 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
| 133 ], | 134 ], |
| 134 "name": "vie_auto_test" | 135 "name": "voe_auto_test" |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 137 "always_run": true, | 138 "always_run": true, |
| 138 "cmd": [ | 139 "cmd": [ |
| 139 "python", | 140 "python", |
| 140 "-u", | 141 "-u", |
| 141 "[BUILD]/scripts/slave/runtest.py", | 142 "[BUILD]/scripts/slave/runtest.py", |
| 142 "--target", | 143 "--target", |
| 143 "Release", | 144 "Release", |
| 144 "--factory-properties", | 145 "--factory-properties", |
| 145 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 146 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 146 "--build-properties", | 147 "--build-properties", |
| 147 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 148 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 148 "--builder-name=buildbot builder", | 149 "--builder-name=buildbot", |
| 149 "--slave-name=slavename", | 150 "--slave-name=slavename", |
| 150 "video_capture_tests" | 151 "video_capture_tests" |
| 151 ], | 152 ], |
| 152 "name": "video_capture_tests" | 153 "name": "video_capture_tests" |
| 153 }, | 154 }, |
| 154 { | 155 { |
| 155 "always_run": true, | 156 "always_run": true, |
| 156 "cmd": [ | 157 "cmd": [ |
| 157 "python", | 158 "python", |
| 158 "-u", | 159 "-u", |
| 159 "[BUILD]/scripts/slave/runtest.py", | 160 "[BUILD]/scripts/slave/runtest.py", |
| 160 "--target", | 161 "--target", |
| 161 "Release", | 162 "Release", |
| 162 "--factory-properties", | 163 "--factory-properties", |
| 163 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 164 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 164 "--build-properties", | 165 "--build-properties", |
| 165 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 166 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 166 "--builder-name=buildbot builder", | 167 "--builder-name=buildbot", |
| 167 "--slave-name=slavename", | 168 "--slave-name=slavename", |
| 168 "voe_auto_test", | 169 "webrtc_perf_tests" |
| 169 "--automated" | |
| 170 ], | 170 ], |
| 171 "name": "voe_auto_test" | 171 "name": "webrtc_perf_tests" |
| 172 } | 172 } |
| 173 ] | 173 ] |
| OLD | NEW |