| 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 { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ] | 82 ] |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[DEPOT_TOOLS]/gclient.py", | 88 "[DEPOT_TOOLS]/gclient.py", |
| 89 "runhooks" | 89 "runhooks" |
| 90 ], | 90 ], |
| 91 "env": { | 91 "env": { |
| 92 "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", | 92 "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", |
| 93 "GYP_GENERATORS": "ninja" | 93 "GYP_GENERATORS": "ninja" |
| 94 }, | 94 }, |
| 95 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "abort_on_failure": true, | 98 "abort_on_failure": true, |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "[BUILD]/scripts/slave/compile.py", | 102 "[BUILD]/scripts/slave/compile.py", |
| 103 "--target", | 103 "--target", |
| 104 "Release", | 104 "Release", |
| 105 "--src-dir", | 105 "--src-dir", |
| 106 "[SLAVE_BUILD]/src", | 106 "[SLAVE_BUILD]/src", |
| 107 "--build-tool", | 107 "--build-tool", |
| 108 "ninja", | 108 "ninja", |
| 109 "--compiler", | 109 "--compiler", |
| 110 "goma-clang", | 110 "goma-clang", |
| 111 "--goma-dir", |
| 112 "[BUILD]/goma", |
| 111 "--", | 113 "--", |
| 112 "chromium_gpu_builder", | 114 "chromium_gpu_builder", |
| 113 "angle_unittests_run", | 115 "angle_unittests_run", |
| 114 "content_gl_tests_run", | 116 "content_gl_tests_run", |
| 115 "gles2_conform_test_run", | 117 "gles2_conform_test_run", |
| 116 "gl_tests_run", | 118 "gl_tests_run", |
| 117 "tab_capture_performance_tests_run", | 119 "tab_capture_performance_tests_run", |
| 118 "telemetry_gpu_test_run" | 120 "telemetry_gpu_test_run" |
| 119 ], | 121 ], |
| 120 "name": "compile" | 122 "name": "compile" |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "https://isolateserver.appspot.com", | 554 "https://isolateserver.appspot.com", |
| 553 "--", | 555 "--", |
| 554 "--enable-gpu", | 556 "--enable-gpu", |
| 555 "--test-launcher-jobs=1", | 557 "--test-launcher-jobs=1", |
| 556 "--test-launcher-print-test-stdio=always", | 558 "--test-launcher-print-test-stdio=always", |
| 557 "--gtest_filter=TabCapturePerformanceTest*" | 559 "--gtest_filter=TabCapturePerformanceTest*" |
| 558 ], | 560 ], |
| 559 "name": "tab_capture_performance_tests" | 561 "name": "tab_capture_performance_tests" |
| 560 } | 562 } |
| 561 ] | 563 ] |
| OLD | NEW |