| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "name": "apply_issue" | 100 "name": "apply_issue" |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "cmd": [ | 103 "cmd": [ |
| 104 "python", | 104 "python", |
| 105 "-u", | 105 "-u", |
| 106 "[DEPOT_TOOLS]/gclient.py", | 106 "[DEPOT_TOOLS]/gclient.py", |
| 107 "runhooks" | 107 "runhooks" |
| 108 ], | 108 ], |
| 109 "env": { | 109 "env": { |
| 110 "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", | 110 "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", |
| 111 "GYP_GENERATORS": "ninja" | 111 "GYP_GENERATORS": "ninja" |
| 112 }, | 112 }, |
| 113 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "abort_on_failure": true, | 116 "abort_on_failure": true, |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "[BUILD]/scripts/slave/compile.py", | 120 "[BUILD]/scripts/slave/compile.py", |
| 121 "--target", | 121 "--target", |
| 122 "Release", | 122 "Release", |
| 123 "--src-dir", | 123 "--src-dir", |
| 124 "[SLAVE_BUILD]/src", | 124 "[SLAVE_BUILD]/src", |
| 125 "--build-tool", | 125 "--build-tool", |
| 126 "ninja", | 126 "ninja", |
| 127 "--compiler", | 127 "--compiler", |
| 128 "goma-clang", | 128 "goma-clang", |
| 129 "--goma-dir", |
| 130 "[BUILD]/goma", |
| 129 "--", | 131 "--", |
| 130 "chromium_gpu_builder", | 132 "chromium_gpu_builder", |
| 131 "angle_unittests_run", | 133 "angle_unittests_run", |
| 132 "content_gl_tests_run", | 134 "content_gl_tests_run", |
| 133 "gles2_conform_test_run", | 135 "gles2_conform_test_run", |
| 134 "gl_tests_run", | 136 "gl_tests_run", |
| 135 "tab_capture_performance_tests_run", | 137 "tab_capture_performance_tests_run", |
| 136 "telemetry_gpu_test_run" | 138 "telemetry_gpu_test_run" |
| 137 ], | 139 ], |
| 138 "name": "compile" | 140 "name": "compile" |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 "https://isolateserver.appspot.com", | 572 "https://isolateserver.appspot.com", |
| 571 "--", | 573 "--", |
| 572 "--enable-gpu", | 574 "--enable-gpu", |
| 573 "--test-launcher-jobs=1", | 575 "--test-launcher-jobs=1", |
| 574 "--test-launcher-print-test-stdio=always", | 576 "--test-launcher-print-test-stdio=always", |
| 575 "--gtest_filter=TabCapturePerformanceTest*" | 577 "--gtest_filter=TabCapturePerformanceTest*" |
| 576 ], | 578 ], |
| 577 "name": "tab_capture_performance_tests" | 579 "name": "tab_capture_performance_tests" |
| 578 } | 580 } |
| 579 ] | 581 ] |
| OLD | NEW |