| 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 "--target-arch=x86" |
| 98 ], |
| 99 "name": "envsetup", |
| 100 "~followup_annotations": [ |
| 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"FOO\": \"bar\", @@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\"@@@
", |
| 104 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 105 "@@@STEP_LOG_END@json.output@@@" |
| 106 ] |
| 107 }, |
| 108 { |
| 109 "cmd": [ |
| 110 "python", |
| 111 "-u", |
| 112 "[DEPOT_TOOLS]/gclient.py", |
| 113 "runhooks" |
| 114 ], |
| 115 "env": { |
| 116 "FOO": "bar", |
| 117 "GYP_CROSSCOMPILE": "1", |
| 118 "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=intel", |
| 119 "GYP_GENERATORS": "ninja", |
| 120 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 121 }, |
| 122 "name": "gclient runhooks" |
| 123 }, |
| 124 { |
| 125 "cmd": [ |
| 126 "python", |
| 127 "-u", |
| 128 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 129 ], |
| 130 "name": "cleanup_temp" |
| 131 }, |
| 132 { |
| 133 "abort_on_failure": true, |
| 134 "cmd": [ |
| 135 "python", |
| 136 "-u", |
| 137 "[BUILD]/scripts/slave/compile.py", |
| 138 "--target", |
| 139 "Debug", |
| 140 "--build-dir", |
| 141 "[SLAVE_BUILD]/src/out", |
| 142 "--src-dir", |
| 143 "[SLAVE_BUILD]/src", |
| 144 "--build-tool", |
| 145 "ninja", |
| 146 "--compiler", |
| 147 "goma", |
| 148 "--", |
| 149 "android_builder_webrtc" |
| 150 ], |
| 151 "env": { |
| 152 "FOO": "bar", |
| 153 "GYP_CROSSCOMPILE": "1", |
| 154 "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=intel", |
| 155 "GYP_GENERATORS": "ninja", |
| 156 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 157 }, |
| 158 "name": "compile" |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 164 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 165 "gtest", |
| 166 "-s", |
| 167 "audio_decoder_unittests", |
| 168 "--verbose" |
| 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=intel", |
| 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 ], |
| 189 "env": { |
| 190 "FOO": "bar", |
| 191 "GYP_CROSSCOMPILE": "1", |
| 192 "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=intel", |
| 193 "GYP_GENERATORS": "ninja", |
| 194 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 195 }, |
| 196 "name": "common_audio_unittests" |
| 197 }, |
| 198 { |
| 199 "cmd": [ |
| 200 "python", |
| 201 "-u", |
| 202 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 203 "gtest", |
| 204 "-s", |
| 205 "common_video_unittests", |
| 206 "--verbose" |
| 207 ], |
| 208 "env": { |
| 209 "FOO": "bar", |
| 210 "GYP_CROSSCOMPILE": "1", |
| 211 "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=intel", |
| 212 "GYP_GENERATORS": "ninja", |
| 213 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 214 }, |
| 215 "name": "common_video_unittests" |
| 216 }, |
| 217 { |
| 218 "cmd": [ |
| 219 "python", |
| 220 "-u", |
| 221 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 222 "gtest", |
| 223 "-s", |
| 224 "metrics_unittests", |
| 225 "--verbose" |
| 226 ], |
| 227 "env": { |
| 228 "FOO": "bar", |
| 229 "GYP_CROSSCOMPILE": "1", |
| 230 "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=intel", |
| 231 "GYP_GENERATORS": "ninja", |
| 232 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 233 }, |
| 234 "name": "metrics_unittests" |
| 235 }, |
| 236 { |
| 237 "cmd": [ |
| 238 "python", |
| 239 "-u", |
| 240 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 241 "gtest", |
| 242 "-s", |
| 243 "modules_tests", |
| 244 "--verbose" |
| 245 ], |
| 246 "env": { |
| 247 "FOO": "bar", |
| 248 "GYP_CROSSCOMPILE": "1", |
| 249 "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=intel", |
| 250 "GYP_GENERATORS": "ninja", |
| 251 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 252 }, |
| 253 "name": "modules_tests" |
| 254 }, |
| 255 { |
| 256 "cmd": [ |
| 257 "python", |
| 258 "-u", |
| 259 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 260 "gtest", |
| 261 "-s", |
| 262 "modules_unittests", |
| 263 "--verbose" |
| 264 ], |
| 265 "env": { |
| 266 "FOO": "bar", |
| 267 "GYP_CROSSCOMPILE": "1", |
| 268 "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=intel", |
| 269 "GYP_GENERATORS": "ninja", |
| 270 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 271 }, |
| 272 "name": "modules_unittests" |
| 273 }, |
| 274 { |
| 275 "cmd": [ |
| 276 "python", |
| 277 "-u", |
| 278 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 279 "gtest", |
| 280 "-s", |
| 281 "neteq_unittests", |
| 282 "--verbose" |
| 283 ], |
| 284 "env": { |
| 285 "FOO": "bar", |
| 286 "GYP_CROSSCOMPILE": "1", |
| 287 "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=intel", |
| 288 "GYP_GENERATORS": "ninja", |
| 289 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 290 }, |
| 291 "name": "neteq_unittests" |
| 292 }, |
| 293 { |
| 294 "cmd": [ |
| 295 "python", |
| 296 "-u", |
| 297 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 298 "gtest", |
| 299 "-s", |
| 300 "system_wrappers_unittests", |
| 301 "--verbose" |
| 302 ], |
| 303 "env": { |
| 304 "FOO": "bar", |
| 305 "GYP_CROSSCOMPILE": "1", |
| 306 "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=intel", |
| 307 "GYP_GENERATORS": "ninja", |
| 308 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 309 }, |
| 310 "name": "system_wrappers_unittests" |
| 311 }, |
| 312 { |
| 313 "cmd": [ |
| 314 "python", |
| 315 "-u", |
| 316 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 317 "gtest", |
| 318 "-s", |
| 319 "test_support_unittests", |
| 320 "--verbose" |
| 321 ], |
| 322 "env": { |
| 323 "FOO": "bar", |
| 324 "GYP_CROSSCOMPILE": "1", |
| 325 "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=intel", |
| 326 "GYP_GENERATORS": "ninja", |
| 327 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 328 }, |
| 329 "name": "test_support_unittests" |
| 330 }, |
| 331 { |
| 332 "cmd": [ |
| 333 "python", |
| 334 "-u", |
| 335 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 336 "gtest", |
| 337 "-s", |
| 338 "tools_unittests", |
| 339 "--verbose" |
| 340 ], |
| 341 "env": { |
| 342 "FOO": "bar", |
| 343 "GYP_CROSSCOMPILE": "1", |
| 344 "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=intel", |
| 345 "GYP_GENERATORS": "ninja", |
| 346 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 347 }, |
| 348 "name": "tools_unittests" |
| 349 }, |
| 350 { |
| 351 "cmd": [ |
| 352 "python", |
| 353 "-u", |
| 354 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 355 "gtest", |
| 356 "-s", |
| 357 "video_engine_core_unittests", |
| 358 "--verbose" |
| 359 ], |
| 360 "env": { |
| 361 "FOO": "bar", |
| 362 "GYP_CROSSCOMPILE": "1", |
| 363 "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=intel", |
| 364 "GYP_GENERATORS": "ninja", |
| 365 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 366 }, |
| 367 "name": "video_engine_core_unittests" |
| 368 }, |
| 369 { |
| 370 "cmd": [ |
| 371 "python", |
| 372 "-u", |
| 373 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 374 "gtest", |
| 375 "-s", |
| 376 "video_engine_tests", |
| 377 "--verbose" |
| 378 ], |
| 379 "env": { |
| 380 "FOO": "bar", |
| 381 "GYP_CROSSCOMPILE": "1", |
| 382 "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=intel", |
| 383 "GYP_GENERATORS": "ninja", |
| 384 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 385 }, |
| 386 "name": "video_engine_tests" |
| 387 }, |
| 388 { |
| 389 "cmd": [ |
| 390 "python", |
| 391 "-u", |
| 392 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 393 "gtest", |
| 394 "-s", |
| 395 "voice_engine_unittests", |
| 396 "--verbose" |
| 397 ], |
| 398 "env": { |
| 399 "FOO": "bar", |
| 400 "GYP_CROSSCOMPILE": "1", |
| 401 "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=intel", |
| 402 "GYP_GENERATORS": "ninja", |
| 403 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 404 }, |
| 405 "name": "voice_engine_unittests" |
| 406 } |
| 407 ] |
| OLD | NEW |