| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "name": "cleanup temp" | 8 "name": "cleanup temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "cmd": [ | 11 "cmd": [ |
| 12 "python", | 12 "python", |
| 13 "-u", | 13 "-u", |
| 14 "[DEPOT_TOOLS]/gclient.py", | 14 "[DEPOT_TOOLS]/gclient.py", |
| 15 "runhooks" | 15 "runhooks" |
| 16 ], | 16 ], |
| 17 "env": { | 17 "env": { |
| 18 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 18 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 19 }, | 19 }, |
| 20 "name": "gclient runhooks" | 20 "name": "gclient runhooks" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "cmd": [ | 23 "cmd": [ |
| 24 "python", | 24 "python", |
| 25 "-u", | 25 "-u", |
| 26 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 26 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 27 "--build-dir", | 27 "--build-dir", |
| 28 "[SLAVE_BUILD]/src/out/Release", | 28 "[SLAVE_BUILD]/src/out/Release", |
| 29 "--clean-isolated-files" | 29 "--clean-isolated-files" |
| 30 ], | 30 ], |
| 31 "name": "clean isolated files" | 31 "name": "clean isolated files" |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "cmd": [ | 34 "cmd": [ |
| 35 "python", | 35 "python", |
| 36 "-u", | 36 "-u", |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 691 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 692 "-H", | 692 "-H", |
| 693 "[dummy hash for tab_capture_end2end_tests]", | 693 "[dummy hash for tab_capture_end2end_tests]", |
| 694 "-I", | 694 "-I", |
| 695 "https://isolateserver.appspot.com", | 695 "https://isolateserver.appspot.com", |
| 696 "--" | 696 "--" |
| 697 ], | 697 ], |
| 698 "name": "tab_capture_end2end_tests" | 698 "name": "tab_capture_end2end_tests" |
| 699 } | 699 } |
| 700 ] | 700 ] |
| OLD | NEW |