| 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 28 matching lines...) Expand all Loading... |
| 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 "--no-xvfb", | 82 "--no-xvfb", |
| 80 "--factory-properties", | 83 "--factory-properties", |
| 81 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 84 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 82 "--build-properties", | 85 "--build-properties", |
| 83 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 86 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 84 "--builder-name=buildbot builder", | 87 "--builder-name=buildbot", |
| 85 "--slave-name=slavename", | 88 "--slave-name=slavename", |
| 86 "audioproc", | 89 "audioproc", |
| 87 "-aecm", | 90 "-aecm", |
| 88 "-ns", | 91 "-ns", |
| 89 "-agc", | 92 "-agc", |
| 90 "--fixed_digital", | 93 "--fixed_digital", |
| 91 "--perf", | 94 "--perf", |
| 92 "-pb", | 95 "-pb", |
| 93 "[SLAVE_BUILD]/src/resources/audioproc.aecdump" | 96 "[SLAVE_BUILD]/src/resources/audioproc.aecdump" |
| 94 ], | 97 ], |
| 95 "name": "audioproc_perf", | 98 "name": "audioproc_perf", |
| 96 "seed_steps": [ | 99 "seed_steps": [ |
| 97 "audioproc_perf", | 100 "audioproc_perf", |
| 98 "isac_fixed_perf", | 101 "isac_fixed_perf", |
| 99 "libjingle_peerconnection_java_unittest", | 102 "libjingle_peerconnection_java_unittest" |
| 100 "vie_auto_test", | |
| 101 "video_capture_tests", | |
| 102 "voe_auto_test" | |
| 103 ] | 103 ] |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "always_run": true, | 106 "always_run": true, |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "[BUILD]/scripts/slave/runtest.py", | 110 "[BUILD]/scripts/slave/runtest.py", |
| 111 "--target", | 111 "--target", |
| 112 "Release", | 112 "Release", |
| 113 "--no-xvfb", | 113 "--no-xvfb", |
| 114 "--factory-properties", | 114 "--factory-properties", |
| 115 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 115 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 116 "--build-properties", | 116 "--build-properties", |
| 117 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 117 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 118 "--builder-name=buildbot builder", | 118 "--builder-name=buildbot", |
| 119 "--slave-name=slavename", | 119 "--slave-name=slavename", |
| 120 "iSACFixtest", | 120 "iSACFixtest", |
| 121 "32000", | 121 "32000", |
| 122 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", | 122 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", |
| 123 "isac_speech_and_misc_wb.pcm" | 123 "isac_speech_and_misc_wb.pcm" |
| 124 ], | 124 ], |
| 125 "name": "isac_fixed_perf" | 125 "name": "isac_fixed_perf" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "always_run": true, | 128 "always_run": true, |
| 129 "cmd": [ | 129 "cmd": [ |
| 130 "python", | 130 "python", |
| 131 "-u", | 131 "-u", |
| 132 "[BUILD]/scripts/slave/runtest.py", | 132 "[BUILD]/scripts/slave/runtest.py", |
| 133 "--target", | 133 "--target", |
| 134 "Release", | 134 "Release", |
| 135 "--no-xvfb", | 135 "--no-xvfb", |
| 136 "--factory-properties", | 136 "--factory-properties", |
| 137 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 137 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 138 "--build-properties", | 138 "--build-properties", |
| 139 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 139 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 140 "--builder-name=buildbot builder", | 140 "--builder-name=buildbot", |
| 141 "--slave-name=slavename", | 141 "--slave-name=slavename", |
| 142 "libjingle_peerconnection_java_unittest" | 142 "libjingle_peerconnection_java_unittest" |
| 143 ], | 143 ], |
| 144 "env": { | 144 "env": { |
| 145 "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libpulse.so.0" | 145 "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libpulse.so.0" |
| 146 }, | 146 }, |
| 147 "name": "libjingle_peerconnection_java_unittest" | 147 "name": "libjingle_peerconnection_java_unittest" |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "always_run": true, | 150 "always_run": true, |
| 151 "cmd": [ | 151 "cmd": [ |
| 152 "python", | 152 "python", |
| 153 "-u", | 153 "-u", |
| 154 "[BUILD]/scripts/slave/runtest.py", | 154 "[BUILD]/scripts/slave/runtest.py", |
| 155 "--target", | 155 "--target", |
| 156 "Release", | 156 "Release", |
| 157 "--no-xvfb", | 157 "--no-xvfb", |
| 158 "--factory-properties", | 158 "--factory-properties", |
| 159 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 159 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 160 "--build-properties", | 160 "--build-properties", |
| 161 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 161 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 162 "--builder-name=buildbot builder", | 162 "--builder-name=buildbot", |
| 163 "--slave-name=slavename", | 163 "--slave-name=slavename", |
| 164 "vie_auto_test", | 164 "vie_auto_test", |
| 165 "--automated", | 165 "--automated", |
| 166 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | 166 "--capture_test_ensure_resolution_alignment_in_capture_device=false" |
| 167 ], | 167 ], |
| 168 "name": "vie_auto_test" | 168 "name": "vie_auto_test", |
| 169 "seed_steps": [ |
| 170 "vie_auto_test", |
| 171 "voe_auto_test", |
| 172 "video_capture_tests", |
| 173 "webrtc_perf_tests" |
| 174 ] |
| 169 }, | 175 }, |
| 170 { | 176 { |
| 171 "always_run": true, | 177 "always_run": true, |
| 172 "cmd": [ | 178 "cmd": [ |
| 173 "python", | 179 "python", |
| 174 "-u", | 180 "-u", |
| 175 "[BUILD]/scripts/slave/runtest.py", | 181 "[BUILD]/scripts/slave/runtest.py", |
| 176 "--target", | 182 "--target", |
| 177 "Release", | 183 "Release", |
| 178 "--no-xvfb", | 184 "--no-xvfb", |
| 179 "--factory-properties", | 185 "--factory-properties", |
| 180 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 186 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 181 "--build-properties", | 187 "--build-properties", |
| 182 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 188 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 183 "--builder-name=buildbot builder", | 189 "--builder-name=buildbot", |
| 190 "--slave-name=slavename", |
| 191 "voe_auto_test", |
| 192 "--automated" |
| 193 ], |
| 194 "name": "voe_auto_test" |
| 195 }, |
| 196 { |
| 197 "always_run": true, |
| 198 "cmd": [ |
| 199 "python", |
| 200 "-u", |
| 201 "[BUILD]/scripts/slave/runtest.py", |
| 202 "--target", |
| 203 "Release", |
| 204 "--no-xvfb", |
| 205 "--factory-properties", |
| 206 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 207 "--build-properties", |
| 208 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 209 "--builder-name=buildbot", |
| 184 "--slave-name=slavename", | 210 "--slave-name=slavename", |
| 185 "video_capture_tests" | 211 "video_capture_tests" |
| 186 ], | 212 ], |
| 187 "name": "video_capture_tests" | 213 "name": "video_capture_tests" |
| 188 }, | 214 }, |
| 189 { | 215 { |
| 190 "always_run": true, | 216 "always_run": true, |
| 191 "cmd": [ | 217 "cmd": [ |
| 192 "python", | 218 "python", |
| 193 "-u", | 219 "-u", |
| 194 "[BUILD]/scripts/slave/runtest.py", | 220 "[BUILD]/scripts/slave/runtest.py", |
| 195 "--target", | 221 "--target", |
| 196 "Release", | 222 "Release", |
| 197 "--no-xvfb", | 223 "--no-xvfb", |
| 198 "--factory-properties", | 224 "--factory-properties", |
| 199 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 225 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 200 "--build-properties", | 226 "--build-properties", |
| 201 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 227 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 64, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 202 "--builder-name=buildbot builder", | 228 "--builder-name=buildbot", |
| 203 "--slave-name=slavename", | 229 "--slave-name=slavename", |
| 204 "voe_auto_test", | 230 "webrtc_perf_tests" |
| 205 "--automated" | |
| 206 ], | 231 ], |
| 207 "name": "voe_auto_test" | 232 "name": "webrtc_perf_tests" |
| 208 } | 233 } |
| 209 ] | 234 ] |
| OLD | NEW |