| 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": "clang=1 component=static_library disable_glibcxx_debug=1 i
nternal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_
isolation_outdir=https://isolateserver.appspot.com", | 18 "GYP_DEFINES": "clang=1 component=static_library disable_glibcxx_debug=1 g
omadir=[BUILD]/goma internal_gles2_conform_tests=1 target_arch=ia32 test_isolati
on_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma
=1", |
| 19 "GYP_GENERATORS": "ninja" | 19 "GYP_GENERATORS": "ninja" |
| 20 }, | 20 }, |
| 21 "name": "gclient runhooks" | 21 "name": "gclient runhooks" |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 "abort_on_failure": true, | 24 "abort_on_failure": true, |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "[BUILD]/scripts/slave/compile.py", | 28 "[BUILD]/scripts/slave/compile.py", |
| 29 "--target", | 29 "--target", |
| 30 "Release", | 30 "Release", |
| 31 "--src-dir", | 31 "--src-dir", |
| 32 "[SLAVE_BUILD]/src", | 32 "[SLAVE_BUILD]/src", |
| 33 "--build-tool", | 33 "--build-tool", |
| 34 "ninja", | 34 "ninja", |
| 35 "--compiler", | 35 "--compiler", |
| 36 "goma-clang", | 36 "goma-clang", |
| 37 "--goma-dir", |
| 38 "[BUILD]/goma", |
| 37 "--", | 39 "--", |
| 38 "chromium_gpu_builder", | 40 "chromium_gpu_builder", |
| 39 "angle_unittests_run", | 41 "angle_unittests_run", |
| 40 "content_gl_tests_run", | 42 "content_gl_tests_run", |
| 41 "gles2_conform_test_run", | 43 "gles2_conform_test_run", |
| 42 "gl_tests_run", | 44 "gl_tests_run", |
| 43 "tab_capture_performance_tests_run", | 45 "tab_capture_performance_tests_run", |
| 44 "telemetry_gpu_test_run" | 46 "telemetry_gpu_test_run" |
| 45 ], | 47 ], |
| 46 "name": "compile" | 48 "name": "compile" |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "https://isolateserver.appspot.com", | 480 "https://isolateserver.appspot.com", |
| 479 "--", | 481 "--", |
| 480 "--enable-gpu", | 482 "--enable-gpu", |
| 481 "--test-launcher-jobs=1", | 483 "--test-launcher-jobs=1", |
| 482 "--test-launcher-print-test-stdio=always", | 484 "--test-launcher-print-test-stdio=always", |
| 483 "--gtest_filter=TabCapturePerformanceTest*" | 485 "--gtest_filter=TabCapturePerformanceTest*" |
| 484 ], | 486 ], |
| 485 "name": "tab_capture_performance_tests" | 487 "name": "tab_capture_performance_tests" |
| 486 } | 488 } |
| 487 ] | 489 ] |
| OLD | NEW |