| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "[DEPOT_TOOLS]/gclient.py", | |
| 7 "config", | |
| 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'}]" | |
| 10 ], | |
| 11 "name": "gclient setup", | |
| 12 "seed_steps": [ | |
| 13 "gclient setup", | |
| 14 "gclient sync" | |
| 15 ] | |
| 16 }, | |
| 17 { | |
| 18 "abort_on_failure": true, | |
| 19 "cmd": [ | |
| 20 "python", | |
| 21 "-u", | |
| 22 "[DEPOT_TOOLS]/gclient.py", | |
| 23 "sync", | |
| 24 "--nohooks", | |
| 25 "--delete_unversioned_trees", | |
| 26 "--output-json", | |
| 27 "/path/to/tmp/json" | |
| 28 ], | |
| 29 "name": "gclient sync", | |
| 30 "~followup_annotations": [ | |
| 31 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 32 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | |
| 33 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", | |
| 34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", | |
| 35 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 36 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 37 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 38 "@@@STEP_LOG_END@json.output@@@", | |
| 39 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" | |
| 40 ] | |
| 41 }, | |
| 42 { | |
| 43 "cmd": [ | |
| 44 "python", | |
| 45 "-u", | |
| 46 "[DEPOT_TOOLS]/gclient.py", | |
| 47 "runhooks" | |
| 48 ], | |
| 49 "env": { | |
| 50 "GYP_DEFINES": "component=shared_library target_arch=x64" | |
| 51 }, | |
| 52 "name": "gclient runhooks" | |
| 53 }, | |
| 54 { | |
| 55 "abort_on_failure": true, | |
| 56 "cmd": [ | |
| 57 "python", | |
| 58 "-u", | |
| 59 "[BUILD]/scripts/slave/compile.py", | |
| 60 "--target", | |
| 61 "Debug", | |
| 62 "--src-dir", | |
| 63 "[SLAVE_BUILD]/src", | |
| 64 "--build-tool", | |
| 65 "ninja", | |
| 66 "--", | |
| 67 "All" | |
| 68 ], | |
| 69 "name": "compile" | |
| 70 }, | |
| 71 { | |
| 72 "always_run": true, | |
| 73 "cmd": [ | |
| 74 "python", | |
| 75 "-u", | |
| 76 "[BUILD]/scripts/slave/runtest.py", | |
| 77 "--target", | |
| 78 "Debug", | |
| 79 "--no-xvfb", | |
| 80 "--factory-properties", | |
| 81 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 82 "--build-properties", | |
| 83 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 84 "--builder-name=buildbot builder", | |
| 85 "--slave-name=slavename", | |
| 86 "--master-name=mastername", | |
| 87 "audioproc", | |
| 88 "-aecm", | |
| 89 "-ns", | |
| 90 "-agc", | |
| 91 "--fixed_digital", | |
| 92 "--perf", | |
| 93 "-pb", | |
| 94 "[SLAVE_BUILD]/src/resources/audioproc.aecdump" | |
| 95 ], | |
| 96 "name": "audioproc_perf", | |
| 97 "seed_steps": [ | |
| 98 "audioproc_perf", | |
| 99 "isac_fixed_perf", | |
| 100 "libjingle_peerconnection_java_unittest", | |
| 101 "vie_auto_test", | |
| 102 "video_capture_tests", | |
| 103 "voe_auto_test" | |
| 104 ] | |
| 105 }, | |
| 106 { | |
| 107 "always_run": true, | |
| 108 "cmd": [ | |
| 109 "python", | |
| 110 "-u", | |
| 111 "[BUILD]/scripts/slave/runtest.py", | |
| 112 "--target", | |
| 113 "Debug", | |
| 114 "--no-xvfb", | |
| 115 "--factory-properties", | |
| 116 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 117 "--build-properties", | |
| 118 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 119 "--builder-name=buildbot builder", | |
| 120 "--slave-name=slavename", | |
| 121 "--master-name=mastername", | |
| 122 "iSACFixtest", | |
| 123 "32000", | |
| 124 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", | |
| 125 "isac_speech_and_misc_wb.pcm" | |
| 126 ], | |
| 127 "name": "isac_fixed_perf" | |
| 128 }, | |
| 129 { | |
| 130 "always_run": true, | |
| 131 "cmd": [ | |
| 132 "python", | |
| 133 "-u", | |
| 134 "[BUILD]/scripts/slave/runtest.py", | |
| 135 "--target", | |
| 136 "Debug", | |
| 137 "--no-xvfb", | |
| 138 "--factory-properties", | |
| 139 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 140 "--build-properties", | |
| 141 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 142 "--builder-name=buildbot builder", | |
| 143 "--slave-name=slavename", | |
| 144 "--master-name=mastername", | |
| 145 "libjingle_peerconnection_java_unittest" | |
| 146 ], | |
| 147 "env": { | |
| 148 "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libpulse.so.0" | |
| 149 }, | |
| 150 "name": "libjingle_peerconnection_java_unittest" | |
| 151 }, | |
| 152 { | |
| 153 "always_run": true, | |
| 154 "cmd": [ | |
| 155 "python", | |
| 156 "-u", | |
| 157 "[BUILD]/scripts/slave/runtest.py", | |
| 158 "--target", | |
| 159 "Debug", | |
| 160 "--no-xvfb", | |
| 161 "--factory-properties", | |
| 162 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 163 "--build-properties", | |
| 164 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 165 "--builder-name=buildbot builder", | |
| 166 "--slave-name=slavename", | |
| 167 "--master-name=mastername", | |
| 168 "vie_auto_test", | |
| 169 "--automated", | |
| 170 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
| 171 ], | |
| 172 "name": "vie_auto_test" | |
| 173 }, | |
| 174 { | |
| 175 "always_run": true, | |
| 176 "cmd": [ | |
| 177 "python", | |
| 178 "-u", | |
| 179 "[BUILD]/scripts/slave/runtest.py", | |
| 180 "--target", | |
| 181 "Debug", | |
| 182 "--no-xvfb", | |
| 183 "--factory-properties", | |
| 184 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 185 "--build-properties", | |
| 186 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 187 "--builder-name=buildbot builder", | |
| 188 "--slave-name=slavename", | |
| 189 "--master-name=mastername", | |
| 190 "video_capture_tests" | |
| 191 ], | |
| 192 "name": "video_capture_tests" | |
| 193 }, | |
| 194 { | |
| 195 "always_run": true, | |
| 196 "cmd": [ | |
| 197 "python", | |
| 198 "-u", | |
| 199 "[BUILD]/scripts/slave/runtest.py", | |
| 200 "--target", | |
| 201 "Debug", | |
| 202 "--no-xvfb", | |
| 203 "--factory-properties", | |
| 204 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 205 "--build-properties", | |
| 206 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
| 207 "--builder-name=buildbot builder", | |
| 208 "--slave-name=slavename", | |
| 209 "--master-name=mastername", | |
| 210 "voe_auto_test", | |
| 211 "--automated" | |
| 212 ], | |
| 213 "name": "voe_auto_test" | |
| 214 } | |
| 215 ] | |
| OLD | NEW |