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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 ], | 76 ], |
77 "env": { | 77 "env": { |
78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i
nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com use_goma=1" | 78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i
nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com use_goma=1" |
79 }, | 79 }, |
80 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
81 }, | 81 }, |
82 { | 82 { |
83 "cmd": [ | 83 "cmd": [ |
84 "python", | 84 "python", |
85 "-u", | 85 "-u", |
| 86 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 87 "--build-dir", |
| 88 "[SLAVE_BUILD]/src/out/Release", |
| 89 "--clean-isolated-files" |
| 90 ], |
| 91 "name": "clean isolated files" |
| 92 }, |
| 93 { |
| 94 "cmd": [ |
| 95 "python", |
| 96 "-u", |
86 "[BUILD]/scripts/slave/compile.py", | 97 "[BUILD]/scripts/slave/compile.py", |
87 "--target", | 98 "--target", |
88 "Release", | 99 "Release", |
89 "--src-dir", | 100 "--src-dir", |
90 "[SLAVE_BUILD]/src", | 101 "[SLAVE_BUILD]/src", |
91 "--build-tool", | 102 "--build-tool", |
92 "ninja", | 103 "ninja", |
93 "--compiler", | 104 "--compiler", |
94 "goma", | 105 "goma", |
95 "--goma-dir", | 106 "--goma-dir", |
(...skipping 29 matching lines...) Expand all Loading... |
125 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
126 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
127 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | 140 "@@@STEP_LOG_LINE@json.output@}@@@", |
130 "@@@STEP_LOG_END@json.output@@@", | 141 "@@@STEP_LOG_END@json.output@@@", |
131 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy
hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unitte
sts]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tes
ts]\", \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" | 142 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy
hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unitte
sts]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tes
ts]\", \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" |
132 ] | 143 ] |
133 } | 144 } |
134 ] | 145 ] |
OLD | NEW |