| 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=shared_library disable_glibcxx_debug=1 i
nternal_gles2_conform_tests=1 target_arch=ia32", | 110 "GYP_DEFINES": "clang=1 component=shared_library disable_glibcxx_debug=1 g
omadir=[BUILD]/goma internal_gles2_conform_tests=1 target_arch=ia32 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 "Debug", | 122 "Debug", |
| 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_debug_builder", | 132 "chromium_gpu_debug_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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "[SLAVE_BUILD]/src/content/test/gpu/run_gpu_test.py", | 477 "[SLAVE_BUILD]/src/content/test/gpu/run_gpu_test.py", |
| 476 "gpu_process", | 478 "gpu_process", |
| 477 "--show-stdout", | 479 "--show-stdout", |
| 478 "--output-format=gtest", | 480 "--output-format=gtest", |
| 479 "--browser=debug", | 481 "--browser=debug", |
| 480 "-v" | 482 "-v" |
| 481 ], | 483 ], |
| 482 "name": "gpu_process_launch_tests" | 484 "name": "gpu_process_launch_tests" |
| 483 } | 485 } |
| 484 ] | 486 ] |
| OLD | NEW |