| 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_deps': {'src/third_party/WebKit/L
ayoutTests': None, 'src/third_party/webrtc': None, 'src/webkit/data/layout_tests
/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.c
hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client
/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk
it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS
', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/ch
rome/trunk/src'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited
', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/webrtc-limit
ed'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc.DEPS', 'url': 'svn:
//svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS'
}, {'deps_file': 'DEPS', 'managed': True, 'name': 'src/third_party/webrtc', 'url
': 'http://webrtc.googlecode.com/svn/trunk/webrtc'}]\ntarget_os = ['android']" |
| 10 ], |
| 11 "name": "gclient setup", |
| 12 "seed_steps": [ |
| 13 "gclient setup", |
| 14 "gclient revert", |
| 15 "gclient sync" |
| 16 ] |
| 17 }, |
| 18 { |
| 19 "cmd": [ |
| 20 "python", |
| 21 "-u", |
| 22 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 23 ".", |
| 24 "[DEPOT_TOOLS]/gclient" |
| 25 ], |
| 26 "name": "gclient revert" |
| 27 }, |
| 28 { |
| 29 "cmd": [ |
| 30 "python", |
| 31 "-u", |
| 32 "[DEPOT_TOOLS]/gclient.py", |
| 33 "sync", |
| 34 "--nohooks", |
| 35 "--revision", |
| 36 "src/third_party/webrtc@12345", |
| 37 "--output-json", |
| 38 "/path/to/tmp/json" |
| 39 ], |
| 40 "name": "gclient sync", |
| 41 "~followup_annotations": [ |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 64 "@@@STEP_LOG_END@json.output@@@", |
| 65 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", |
| 66 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@", |
| 67 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
| 68 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" |
| 71 ] |
| 72 }, |
| 73 { |
| 74 "cmd": [ |
| 75 "python", |
| 76 "-u", |
| 77 "[BUILD]/scripts/slave/apply_svn_patch.py", |
| 78 "-p", |
| 79 "try_job_svn_patch", |
| 80 "-r", |
| 81 "[SLAVE_BUILD]/src/third_party/webrtc", |
| 82 "--path-filter", |
| 83 "webrtc/", |
| 84 "--path-filter-script", |
| 85 "[BUILD]/scripts/slave/patch_path_filter.py", |
| 86 "--strip-level", |
| 87 "1" |
| 88 ], |
| 89 "name": "apply_patch" |
| 90 }, |
| 91 { |
| 92 "cmd": [ |
| 93 "[BUILD]/scripts/slave/env_dump.py", |
| 94 "--output-json", |
| 95 "/path/to/tmp/json", |
| 96 "[SLAVE_BUILD]/src/build/android/envsetup.sh" |
| 97 ], |
| 98 "name": "envsetup", |
| 99 "~followup_annotations": [ |
| 100 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 103 "@@@STEP_LOG_END@json.output@@@" |
| 104 ] |
| 105 }, |
| 106 { |
| 107 "cmd": [ |
| 108 "python", |
| 109 "-u", |
| 110 "[DEPOT_TOOLS]/gclient.py", |
| 111 "runhooks" |
| 112 ], |
| 113 "env": { |
| 114 "GYP_CROSSCOMPILE": "1", |
| 115 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 116 "GYP_GENERATORS": "ninja", |
| 117 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 118 "PATH": "./" |
| 119 }, |
| 120 "name": "gclient runhooks" |
| 121 }, |
| 122 { |
| 123 "cmd": [ |
| 124 "python", |
| 125 "-u", |
| 126 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 127 ], |
| 128 "name": "cleanup_temp" |
| 129 }, |
| 130 { |
| 131 "abort_on_failure": true, |
| 132 "cmd": [ |
| 133 "python", |
| 134 "-u", |
| 135 "[BUILD]/scripts/slave/compile.py", |
| 136 "--target", |
| 137 "Debug", |
| 138 "--build-dir", |
| 139 "[SLAVE_BUILD]/src/out", |
| 140 "--src-dir", |
| 141 "[SLAVE_BUILD]/src", |
| 142 "--build-tool", |
| 143 "ninja", |
| 144 "--compiler", |
| 145 "goma", |
| 146 "--", |
| 147 "android_builder_webrtc" |
| 148 ], |
| 149 "env": { |
| 150 "GYP_CROSSCOMPILE": "1", |
| 151 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 152 "GYP_GENERATORS": "ninja", |
| 153 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 154 "PATH": "./" |
| 155 }, |
| 156 "name": "compile" |
| 157 }, |
| 158 { |
| 159 "cmd": [ |
| 160 "python", |
| 161 "-u", |
| 162 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 163 "gtest", |
| 164 "-s", |
| 165 "audio_decoder_unittests", |
| 166 "--verbose" |
| 167 ], |
| 168 "env": { |
| 169 "GYP_CROSSCOMPILE": "1", |
| 170 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 171 "GYP_GENERATORS": "ninja", |
| 172 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 173 "PATH": "./" |
| 174 }, |
| 175 "name": "audio_decoder_unittests" |
| 176 }, |
| 177 { |
| 178 "cmd": [ |
| 179 "python", |
| 180 "-u", |
| 181 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 182 "gtest", |
| 183 "-s", |
| 184 "common_audio_unittests", |
| 185 "--verbose" |
| 186 ], |
| 187 "env": { |
| 188 "GYP_CROSSCOMPILE": "1", |
| 189 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 190 "GYP_GENERATORS": "ninja", |
| 191 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 192 "PATH": "./" |
| 193 }, |
| 194 "name": "common_audio_unittests" |
| 195 }, |
| 196 { |
| 197 "cmd": [ |
| 198 "python", |
| 199 "-u", |
| 200 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 201 "gtest", |
| 202 "-s", |
| 203 "common_video_unittests", |
| 204 "--verbose" |
| 205 ], |
| 206 "env": { |
| 207 "GYP_CROSSCOMPILE": "1", |
| 208 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 209 "GYP_GENERATORS": "ninja", |
| 210 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 211 "PATH": "./" |
| 212 }, |
| 213 "name": "common_video_unittests" |
| 214 }, |
| 215 { |
| 216 "cmd": [ |
| 217 "python", |
| 218 "-u", |
| 219 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 220 "gtest", |
| 221 "-s", |
| 222 "metrics_unittests", |
| 223 "--verbose" |
| 224 ], |
| 225 "env": { |
| 226 "GYP_CROSSCOMPILE": "1", |
| 227 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 228 "GYP_GENERATORS": "ninja", |
| 229 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 230 "PATH": "./" |
| 231 }, |
| 232 "name": "metrics_unittests" |
| 233 }, |
| 234 { |
| 235 "cmd": [ |
| 236 "python", |
| 237 "-u", |
| 238 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 239 "gtest", |
| 240 "-s", |
| 241 "modules_tests", |
| 242 "--verbose" |
| 243 ], |
| 244 "env": { |
| 245 "GYP_CROSSCOMPILE": "1", |
| 246 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 247 "GYP_GENERATORS": "ninja", |
| 248 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 249 "PATH": "./" |
| 250 }, |
| 251 "name": "modules_tests" |
| 252 }, |
| 253 { |
| 254 "cmd": [ |
| 255 "python", |
| 256 "-u", |
| 257 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 258 "gtest", |
| 259 "-s", |
| 260 "modules_unittests", |
| 261 "--verbose" |
| 262 ], |
| 263 "env": { |
| 264 "GYP_CROSSCOMPILE": "1", |
| 265 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 266 "GYP_GENERATORS": "ninja", |
| 267 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 268 "PATH": "./" |
| 269 }, |
| 270 "name": "modules_unittests" |
| 271 }, |
| 272 { |
| 273 "cmd": [ |
| 274 "python", |
| 275 "-u", |
| 276 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 277 "gtest", |
| 278 "-s", |
| 279 "neteq_unittests", |
| 280 "--verbose" |
| 281 ], |
| 282 "env": { |
| 283 "GYP_CROSSCOMPILE": "1", |
| 284 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 285 "GYP_GENERATORS": "ninja", |
| 286 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 287 "PATH": "./" |
| 288 }, |
| 289 "name": "neteq_unittests" |
| 290 }, |
| 291 { |
| 292 "cmd": [ |
| 293 "python", |
| 294 "-u", |
| 295 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 296 "gtest", |
| 297 "-s", |
| 298 "system_wrappers_unittests", |
| 299 "--verbose" |
| 300 ], |
| 301 "env": { |
| 302 "GYP_CROSSCOMPILE": "1", |
| 303 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 304 "GYP_GENERATORS": "ninja", |
| 305 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 306 "PATH": "./" |
| 307 }, |
| 308 "name": "system_wrappers_unittests" |
| 309 }, |
| 310 { |
| 311 "cmd": [ |
| 312 "python", |
| 313 "-u", |
| 314 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 315 "gtest", |
| 316 "-s", |
| 317 "test_support_unittests", |
| 318 "--verbose" |
| 319 ], |
| 320 "env": { |
| 321 "GYP_CROSSCOMPILE": "1", |
| 322 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 323 "GYP_GENERATORS": "ninja", |
| 324 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 325 "PATH": "./" |
| 326 }, |
| 327 "name": "test_support_unittests" |
| 328 }, |
| 329 { |
| 330 "cmd": [ |
| 331 "python", |
| 332 "-u", |
| 333 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 334 "gtest", |
| 335 "-s", |
| 336 "tools_unittests", |
| 337 "--verbose" |
| 338 ], |
| 339 "env": { |
| 340 "GYP_CROSSCOMPILE": "1", |
| 341 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 342 "GYP_GENERATORS": "ninja", |
| 343 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 344 "PATH": "./" |
| 345 }, |
| 346 "name": "tools_unittests" |
| 347 }, |
| 348 { |
| 349 "cmd": [ |
| 350 "python", |
| 351 "-u", |
| 352 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 353 "gtest", |
| 354 "-s", |
| 355 "video_engine_core_unittests", |
| 356 "--verbose" |
| 357 ], |
| 358 "env": { |
| 359 "GYP_CROSSCOMPILE": "1", |
| 360 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 361 "GYP_GENERATORS": "ninja", |
| 362 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 363 "PATH": "./" |
| 364 }, |
| 365 "name": "video_engine_core_unittests" |
| 366 }, |
| 367 { |
| 368 "cmd": [ |
| 369 "python", |
| 370 "-u", |
| 371 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 372 "gtest", |
| 373 "-s", |
| 374 "video_engine_tests", |
| 375 "--verbose" |
| 376 ], |
| 377 "env": { |
| 378 "GYP_CROSSCOMPILE": "1", |
| 379 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 380 "GYP_GENERATORS": "ninja", |
| 381 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 382 "PATH": "./" |
| 383 }, |
| 384 "name": "video_engine_tests" |
| 385 }, |
| 386 { |
| 387 "cmd": [ |
| 388 "python", |
| 389 "-u", |
| 390 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 391 "gtest", |
| 392 "-s", |
| 393 "voice_engine_unittests", |
| 394 "--verbose" |
| 395 ], |
| 396 "env": { |
| 397 "GYP_CROSSCOMPILE": "1", |
| 398 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=[SLAVE_BUILD]/src/orderfil
es/orderfile.out target_arch=arm", |
| 399 "GYP_GENERATORS": "ninja", |
| 400 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc", |
| 401 "PATH": "./" |
| 402 }, |
| 403 "name": "voice_engine_unittests" |
| 404 } |
| 405 ] |
| OLD | NEW |