| 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": "component=static_library disable_glibcxx_debug=1 internal_
gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_isolation
_outdir=https://isolateserver.appspot.com", | 92 "GYP_DEFINES": "component=static_library disable_glibcxx_debug=1 gomadir=[
BUILD]/goma internal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=a
rchive 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", | 110 "goma", |
| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 "https://isolateserver.appspot.com", | 591 "https://isolateserver.appspot.com", |
| 590 "--", | 592 "--", |
| 591 "--enable-gpu", | 593 "--enable-gpu", |
| 592 "--test-launcher-jobs=1", | 594 "--test-launcher-jobs=1", |
| 593 "--test-launcher-print-test-stdio=always", | 595 "--test-launcher-print-test-stdio=always", |
| 594 "--gtest_filter=TabCapturePerformanceTest*" | 596 "--gtest_filter=TabCapturePerformanceTest*" |
| 595 ], | 597 ], |
| 596 "name": "tab_capture_performance_tests" | 598 "name": "tab_capture_performance_tests" |
| 597 } | 599 } |
| 598 ] | 600 ] |
| OLD | NEW |