| 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': 'http://webrtc.googlecode.com/svn/t
runk/webrtc@12345', 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_v
ars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk':
'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'sv
n://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.go
lo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'deps_file':
'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome-internal/trunk/webrtc-limited'}, {'deps_file': 'DEPS', 'ma
naged': True, 'name': 'webrtc.DEPS', 'url': 'svn://svn-mirror.golo.chromium.org/
chrome/trunk/deps/third_party/webrtc/webrtc.DEPS'}]\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@HEAD", |
| 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@ \"FOO\": \"bar\", @@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\"@@@
", |
| 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 104 "@@@STEP_LOG_END@json.output@@@" |
| 105 ] |
| 106 }, |
| 107 { |
| 108 "cmd": [ |
| 109 "python", |
| 110 "-u", |
| 111 "[DEPOT_TOOLS]/gclient.py", |
| 112 "runhooks" |
| 113 ], |
| 114 "env": { |
| 115 "FOO": "bar", |
| 116 "GYP_CROSSCOMPILE": "1", |
| 117 "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", |
| 118 "GYP_GENERATORS": "ninja", |
| 119 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 120 }, |
| 121 "name": "gclient runhooks" |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 127 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 128 ], |
| 129 "name": "cleanup_temp" |
| 130 }, |
| 131 { |
| 132 "abort_on_failure": true, |
| 133 "cmd": [ |
| 134 "python", |
| 135 "-u", |
| 136 "[BUILD]/scripts/slave/compile.py", |
| 137 "--target", |
| 138 "Release", |
| 139 "--build-dir", |
| 140 "[SLAVE_BUILD]/src/out", |
| 141 "--src-dir", |
| 142 "[SLAVE_BUILD]/src", |
| 143 "--build-tool", |
| 144 "ninja", |
| 145 "--compiler", |
| 146 "goma", |
| 147 "--", |
| 148 "android_builder_webrtc" |
| 149 ], |
| 150 "env": { |
| 151 "FOO": "bar", |
| 152 "GYP_CROSSCOMPILE": "1", |
| 153 "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", |
| 154 "GYP_GENERATORS": "ninja", |
| 155 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 156 }, |
| 157 "name": "compile" |
| 158 }, |
| 159 { |
| 160 "cmd": [ |
| 161 "python", |
| 162 "-u", |
| 163 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 164 "gtest", |
| 165 "-s", |
| 166 "audio_decoder_unittests", |
| 167 "--verbose", |
| 168 "--release" |
| 169 ], |
| 170 "env": { |
| 171 "FOO": "bar", |
| 172 "GYP_CROSSCOMPILE": "1", |
| 173 "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", |
| 174 "GYP_GENERATORS": "ninja", |
| 175 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 176 }, |
| 177 "name": "audio_decoder_unittests" |
| 178 }, |
| 179 { |
| 180 "cmd": [ |
| 181 "python", |
| 182 "-u", |
| 183 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 184 "gtest", |
| 185 "-s", |
| 186 "common_audio_unittests", |
| 187 "--verbose", |
| 188 "--release" |
| 189 ], |
| 190 "env": { |
| 191 "FOO": "bar", |
| 192 "GYP_CROSSCOMPILE": "1", |
| 193 "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", |
| 194 "GYP_GENERATORS": "ninja", |
| 195 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 196 }, |
| 197 "name": "common_audio_unittests" |
| 198 }, |
| 199 { |
| 200 "cmd": [ |
| 201 "python", |
| 202 "-u", |
| 203 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 204 "gtest", |
| 205 "-s", |
| 206 "common_video_unittests", |
| 207 "--verbose", |
| 208 "--release" |
| 209 ], |
| 210 "env": { |
| 211 "FOO": "bar", |
| 212 "GYP_CROSSCOMPILE": "1", |
| 213 "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", |
| 214 "GYP_GENERATORS": "ninja", |
| 215 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 216 }, |
| 217 "name": "common_video_unittests" |
| 218 }, |
| 219 { |
| 220 "cmd": [ |
| 221 "python", |
| 222 "-u", |
| 223 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 224 "gtest", |
| 225 "-s", |
| 226 "metrics_unittests", |
| 227 "--verbose", |
| 228 "--release" |
| 229 ], |
| 230 "env": { |
| 231 "FOO": "bar", |
| 232 "GYP_CROSSCOMPILE": "1", |
| 233 "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", |
| 234 "GYP_GENERATORS": "ninja", |
| 235 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 236 }, |
| 237 "name": "metrics_unittests" |
| 238 }, |
| 239 { |
| 240 "cmd": [ |
| 241 "python", |
| 242 "-u", |
| 243 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 244 "gtest", |
| 245 "-s", |
| 246 "modules_tests", |
| 247 "--verbose", |
| 248 "--release" |
| 249 ], |
| 250 "env": { |
| 251 "FOO": "bar", |
| 252 "GYP_CROSSCOMPILE": "1", |
| 253 "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", |
| 254 "GYP_GENERATORS": "ninja", |
| 255 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 256 }, |
| 257 "name": "modules_tests" |
| 258 }, |
| 259 { |
| 260 "cmd": [ |
| 261 "python", |
| 262 "-u", |
| 263 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 264 "gtest", |
| 265 "-s", |
| 266 "modules_unittests", |
| 267 "--verbose", |
| 268 "--release" |
| 269 ], |
| 270 "env": { |
| 271 "FOO": "bar", |
| 272 "GYP_CROSSCOMPILE": "1", |
| 273 "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", |
| 274 "GYP_GENERATORS": "ninja", |
| 275 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 276 }, |
| 277 "name": "modules_unittests" |
| 278 }, |
| 279 { |
| 280 "cmd": [ |
| 281 "python", |
| 282 "-u", |
| 283 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 284 "gtest", |
| 285 "-s", |
| 286 "neteq_unittests", |
| 287 "--verbose", |
| 288 "--release" |
| 289 ], |
| 290 "env": { |
| 291 "FOO": "bar", |
| 292 "GYP_CROSSCOMPILE": "1", |
| 293 "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", |
| 294 "GYP_GENERATORS": "ninja", |
| 295 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 296 }, |
| 297 "name": "neteq_unittests" |
| 298 }, |
| 299 { |
| 300 "cmd": [ |
| 301 "python", |
| 302 "-u", |
| 303 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 304 "gtest", |
| 305 "-s", |
| 306 "system_wrappers_unittests", |
| 307 "--verbose", |
| 308 "--release" |
| 309 ], |
| 310 "env": { |
| 311 "FOO": "bar", |
| 312 "GYP_CROSSCOMPILE": "1", |
| 313 "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", |
| 314 "GYP_GENERATORS": "ninja", |
| 315 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 316 }, |
| 317 "name": "system_wrappers_unittests" |
| 318 }, |
| 319 { |
| 320 "cmd": [ |
| 321 "python", |
| 322 "-u", |
| 323 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 324 "gtest", |
| 325 "-s", |
| 326 "test_support_unittests", |
| 327 "--verbose", |
| 328 "--release" |
| 329 ], |
| 330 "env": { |
| 331 "FOO": "bar", |
| 332 "GYP_CROSSCOMPILE": "1", |
| 333 "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", |
| 334 "GYP_GENERATORS": "ninja", |
| 335 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 336 }, |
| 337 "name": "test_support_unittests" |
| 338 }, |
| 339 { |
| 340 "cmd": [ |
| 341 "python", |
| 342 "-u", |
| 343 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 344 "gtest", |
| 345 "-s", |
| 346 "tools_unittests", |
| 347 "--verbose", |
| 348 "--release" |
| 349 ], |
| 350 "env": { |
| 351 "FOO": "bar", |
| 352 "GYP_CROSSCOMPILE": "1", |
| 353 "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", |
| 354 "GYP_GENERATORS": "ninja", |
| 355 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 356 }, |
| 357 "name": "tools_unittests" |
| 358 }, |
| 359 { |
| 360 "cmd": [ |
| 361 "python", |
| 362 "-u", |
| 363 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 364 "gtest", |
| 365 "-s", |
| 366 "video_engine_core_unittests", |
| 367 "--verbose", |
| 368 "--release" |
| 369 ], |
| 370 "env": { |
| 371 "FOO": "bar", |
| 372 "GYP_CROSSCOMPILE": "1", |
| 373 "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", |
| 374 "GYP_GENERATORS": "ninja", |
| 375 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 376 }, |
| 377 "name": "video_engine_core_unittests" |
| 378 }, |
| 379 { |
| 380 "cmd": [ |
| 381 "python", |
| 382 "-u", |
| 383 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 384 "gtest", |
| 385 "-s", |
| 386 "video_engine_tests", |
| 387 "--verbose", |
| 388 "--release" |
| 389 ], |
| 390 "env": { |
| 391 "FOO": "bar", |
| 392 "GYP_CROSSCOMPILE": "1", |
| 393 "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", |
| 394 "GYP_GENERATORS": "ninja", |
| 395 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 396 }, |
| 397 "name": "video_engine_tests" |
| 398 }, |
| 399 { |
| 400 "cmd": [ |
| 401 "python", |
| 402 "-u", |
| 403 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 404 "gtest", |
| 405 "-s", |
| 406 "voice_engine_unittests", |
| 407 "--verbose", |
| 408 "--release" |
| 409 ], |
| 410 "env": { |
| 411 "FOO": "bar", |
| 412 "GYP_CROSSCOMPILE": "1", |
| 413 "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", |
| 414 "GYP_GENERATORS": "ninja", |
| 415 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 416 }, |
| 417 "name": "voice_engine_unittests" |
| 418 } |
| 419 ] |
| OLD | NEW |