| 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 "Debug", |
| 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 ], |
| 169 "env": { |
| 170 "FOO": "bar", |
| 171 "GYP_CROSSCOMPILE": "1", |
| 172 "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", |
| 173 "GYP_GENERATORS": "ninja", |
| 174 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 175 }, |
| 176 "name": "audio_decoder_unittests" |
| 177 }, |
| 178 { |
| 179 "cmd": [ |
| 180 "python", |
| 181 "-u", |
| 182 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 183 "gtest", |
| 184 "-s", |
| 185 "common_audio_unittests", |
| 186 "--verbose" |
| 187 ], |
| 188 "env": { |
| 189 "FOO": "bar", |
| 190 "GYP_CROSSCOMPILE": "1", |
| 191 "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", |
| 192 "GYP_GENERATORS": "ninja", |
| 193 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 194 }, |
| 195 "name": "common_audio_unittests" |
| 196 }, |
| 197 { |
| 198 "cmd": [ |
| 199 "python", |
| 200 "-u", |
| 201 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 202 "gtest", |
| 203 "-s", |
| 204 "common_video_unittests", |
| 205 "--verbose" |
| 206 ], |
| 207 "env": { |
| 208 "FOO": "bar", |
| 209 "GYP_CROSSCOMPILE": "1", |
| 210 "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", |
| 211 "GYP_GENERATORS": "ninja", |
| 212 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 213 }, |
| 214 "name": "common_video_unittests" |
| 215 }, |
| 216 { |
| 217 "cmd": [ |
| 218 "python", |
| 219 "-u", |
| 220 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 221 "gtest", |
| 222 "-s", |
| 223 "metrics_unittests", |
| 224 "--verbose" |
| 225 ], |
| 226 "env": { |
| 227 "FOO": "bar", |
| 228 "GYP_CROSSCOMPILE": "1", |
| 229 "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", |
| 230 "GYP_GENERATORS": "ninja", |
| 231 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 232 }, |
| 233 "name": "metrics_unittests" |
| 234 }, |
| 235 { |
| 236 "cmd": [ |
| 237 "python", |
| 238 "-u", |
| 239 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 240 "gtest", |
| 241 "-s", |
| 242 "modules_tests", |
| 243 "--verbose" |
| 244 ], |
| 245 "env": { |
| 246 "FOO": "bar", |
| 247 "GYP_CROSSCOMPILE": "1", |
| 248 "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", |
| 249 "GYP_GENERATORS": "ninja", |
| 250 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 251 }, |
| 252 "name": "modules_tests" |
| 253 }, |
| 254 { |
| 255 "cmd": [ |
| 256 "python", |
| 257 "-u", |
| 258 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 259 "gtest", |
| 260 "-s", |
| 261 "modules_unittests", |
| 262 "--verbose" |
| 263 ], |
| 264 "env": { |
| 265 "FOO": "bar", |
| 266 "GYP_CROSSCOMPILE": "1", |
| 267 "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", |
| 268 "GYP_GENERATORS": "ninja", |
| 269 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 270 }, |
| 271 "name": "modules_unittests" |
| 272 }, |
| 273 { |
| 274 "cmd": [ |
| 275 "python", |
| 276 "-u", |
| 277 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 278 "gtest", |
| 279 "-s", |
| 280 "neteq_unittests", |
| 281 "--verbose" |
| 282 ], |
| 283 "env": { |
| 284 "FOO": "bar", |
| 285 "GYP_CROSSCOMPILE": "1", |
| 286 "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", |
| 287 "GYP_GENERATORS": "ninja", |
| 288 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 289 }, |
| 290 "name": "neteq_unittests" |
| 291 }, |
| 292 { |
| 293 "cmd": [ |
| 294 "python", |
| 295 "-u", |
| 296 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 297 "gtest", |
| 298 "-s", |
| 299 "system_wrappers_unittests", |
| 300 "--verbose" |
| 301 ], |
| 302 "env": { |
| 303 "FOO": "bar", |
| 304 "GYP_CROSSCOMPILE": "1", |
| 305 "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", |
| 306 "GYP_GENERATORS": "ninja", |
| 307 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 308 }, |
| 309 "name": "system_wrappers_unittests" |
| 310 }, |
| 311 { |
| 312 "cmd": [ |
| 313 "python", |
| 314 "-u", |
| 315 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 316 "gtest", |
| 317 "-s", |
| 318 "test_support_unittests", |
| 319 "--verbose" |
| 320 ], |
| 321 "env": { |
| 322 "FOO": "bar", |
| 323 "GYP_CROSSCOMPILE": "1", |
| 324 "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", |
| 325 "GYP_GENERATORS": "ninja", |
| 326 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 327 }, |
| 328 "name": "test_support_unittests" |
| 329 }, |
| 330 { |
| 331 "cmd": [ |
| 332 "python", |
| 333 "-u", |
| 334 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 335 "gtest", |
| 336 "-s", |
| 337 "tools_unittests", |
| 338 "--verbose" |
| 339 ], |
| 340 "env": { |
| 341 "FOO": "bar", |
| 342 "GYP_CROSSCOMPILE": "1", |
| 343 "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", |
| 344 "GYP_GENERATORS": "ninja", |
| 345 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 346 }, |
| 347 "name": "tools_unittests" |
| 348 }, |
| 349 { |
| 350 "cmd": [ |
| 351 "python", |
| 352 "-u", |
| 353 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 354 "gtest", |
| 355 "-s", |
| 356 "video_engine_core_unittests", |
| 357 "--verbose" |
| 358 ], |
| 359 "env": { |
| 360 "FOO": "bar", |
| 361 "GYP_CROSSCOMPILE": "1", |
| 362 "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", |
| 363 "GYP_GENERATORS": "ninja", |
| 364 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 365 }, |
| 366 "name": "video_engine_core_unittests" |
| 367 }, |
| 368 { |
| 369 "cmd": [ |
| 370 "python", |
| 371 "-u", |
| 372 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 373 "gtest", |
| 374 "-s", |
| 375 "video_engine_tests", |
| 376 "--verbose" |
| 377 ], |
| 378 "env": { |
| 379 "FOO": "bar", |
| 380 "GYP_CROSSCOMPILE": "1", |
| 381 "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", |
| 382 "GYP_GENERATORS": "ninja", |
| 383 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 384 }, |
| 385 "name": "video_engine_tests" |
| 386 }, |
| 387 { |
| 388 "cmd": [ |
| 389 "python", |
| 390 "-u", |
| 391 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 392 "gtest", |
| 393 "-s", |
| 394 "voice_engine_unittests", |
| 395 "--verbose" |
| 396 ], |
| 397 "env": { |
| 398 "FOO": "bar", |
| 399 "GYP_CROSSCOMPILE": "1", |
| 400 "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", |
| 401 "GYP_GENERATORS": "ninja", |
| 402 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 403 }, |
| 404 "name": "voice_engine_unittests" |
| 405 } |
| 406 ] |
| OLD | NEW |