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