| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "fetch" | 5 "fetch" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
| 8 "name": "git fetch" | 8 "name": "git fetch" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 198 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 199 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 200 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 201 "@@@STEP_LOG_END@python.inline@@@" | 201 "@@@STEP_LOG_END@python.inline@@@" |
| 202 ] | 202 ] |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "cmd": [ | 205 "cmd": [ |
| 206 "python", | 206 "python", |
| 207 "-u", | 207 "-u", |
| 208 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 208 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 209 "--", | 209 "--", |
| 210 "[DEPOT_TOOLS]/gsutil.py", | 210 "[DEPOT_TOOLS]/gsutil.py", |
| 211 "--force-version", | 211 "--force-version", |
| 212 "3.25", | 212 "3.25", |
| 213 "--", | 213 "--", |
| 214 "cp", | 214 "cp", |
| 215 "-R", | 215 "-R", |
| 216 "gs://chromium-skia-gm/playback_42/skps", | 216 "gs://chromium-skia-gm/playback_42/skps", |
| 217 "[SLAVE_BUILD]/playback" | 217 "[SLAVE_BUILD]/playback" |
| 218 ], | 218 ], |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 322 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 323 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 323 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 324 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 324 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 325 "@@@STEP_LOG_END@python.inline@@@" | 325 "@@@STEP_LOG_END@python.inline@@@" |
| 326 ] | 326 ] |
| 327 }, | 327 }, |
| 328 { | 328 { |
| 329 "cmd": [ | 329 "cmd": [ |
| 330 "python", | 330 "python", |
| 331 "-u", | 331 "-u", |
| 332 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 332 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 333 "--", | 333 "--", |
| 334 "[DEPOT_TOOLS]/gsutil.py", | 334 "[DEPOT_TOOLS]/gsutil.py", |
| 335 "--force-version", | 335 "--force-version", |
| 336 "3.25", | 336 "3.25", |
| 337 "--", | 337 "--", |
| 338 "cp", | 338 "cp", |
| 339 "-R", | 339 "-R", |
| 340 "gs://chromium-skia-gm/skimage/input/*", | 340 "gs://chromium-skia-gm/skimage/input/*", |
| 341 "[SLAVE_BUILD]/images" | 341 "[SLAVE_BUILD]/images" |
| 342 ], | 342 ], |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "env": { | 510 "env": { |
| 511 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", | 511 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", |
| 512 "SKIA_ANDROID_VERBOSE_SETUP": "1" | 512 "SKIA_ANDROID_VERBOSE_SETUP": "1" |
| 513 }, | 513 }, |
| 514 "name": "pull /storage/emulated/legacy/skiabot/skia_dm" | 514 "name": "pull /storage/emulated/legacy/skiabot/skia_dm" |
| 515 }, | 515 }, |
| 516 { | 516 { |
| 517 "cmd": [ | 517 "cmd": [ |
| 518 "python", | 518 "python", |
| 519 "-u", | 519 "-u", |
| 520 "[BUILD]/scripts/slave/recipe_modules/skia/resources/upload_dm_results.py"
, | 520 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", |
| 521 "[SLAVE_BUILD]/dm", | 521 "[SLAVE_BUILD]/dm", |
| 522 "164710", | 522 "164710", |
| 523 "Test-Android-GalaxyS4-SGX544-Arm7-Debug", | 523 "Test-Android-GalaxyS4-SGX544-Arm7-Debug", |
| 524 "5", | 524 "5", |
| 525 "", | 525 "", |
| 526 "[SLAVE_BUILD]/skia/common/py/utils" | 526 "[SLAVE_BUILD]/skia/common/py/utils" |
| 527 ], | 527 ], |
| 528 "cwd": "[SLAVE_BUILD]/skia", | 528 "cwd": "[SLAVE_BUILD]/skia", |
| 529 "name": "Upload DM Results" | 529 "name": "Upload DM Results" |
| 530 }, | 530 }, |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 { | 585 { |
| 586 "cmd": [ | 586 "cmd": [ |
| 587 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 587 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
| 588 "-s", | 588 "-s", |
| 589 "4d00353cd8ed61c3", | 589 "4d00353cd8ed61c3", |
| 590 "wait-for-device" | 590 "wait-for-device" |
| 591 ], | 591 ], |
| 592 "name": "wait for device 4d00353cd8ed61c3 (2)" | 592 "name": "wait for device 4d00353cd8ed61c3 (2)" |
| 593 } | 593 } |
| 594 ] | 594 ] |
| OLD | NEW |