Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Side by Side Diff: scripts/slave/recipes/gpu/build_and_upload.expected/clobber_after_tryserver_failed_compile.json

Issue 452083003: Specify GYP variable archive_gpu_tests=1 on GPU bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 ] 135 ]
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "[DEPOT_TOOLS]/gclient.py", 141 "[DEPOT_TOOLS]/gclient.py",
142 "runhooks" 142 "runhooks"
143 ], 143 ],
144 "env": { 144 "env": {
145 "GYP_DEFINES": "blink_asserts_always_on=1 component=static_library dcheck_ always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' internal_gles2_confor m_tests=1 target_arch=x64 test_isolation_mode=archive test_isolation_outdir=http s://isolateserver.appspot.com use_goma=1" 145 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_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"
146 }, 146 },
147 "name": "gclient runhooks" 147 "name": "gclient runhooks"
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "[BUILD]/scripts/slave/compile.py", 153 "[BUILD]/scripts/slave/compile.py",
154 "--target", 154 "--target",
155 "Release", 155 "Release",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 222 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
223 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 223 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
224 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 224 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
225 "@@@STEP_LOG_LINE@json.output@}@@@", 225 "@@@STEP_LOG_LINE@json.output@}@@@",
226 "@@@STEP_LOG_END@json.output@@@", 226 "@@@STEP_LOG_END@json.output@@@",
227 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"content_gl_tests\": \"[dummy hash f or content_gl_tests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_cap ture_end2end_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_t est]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"angle_unittests\": \"[dum my hash for angle_unittests]\", \"telemetry_gpu_test\": \"[dummy hash for teleme try_gpu_test]\"}@@@" 227 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"content_gl_tests\": \"[dummy hash f or content_gl_tests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_cap ture_end2end_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_t est]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"angle_unittests\": \"[dum my hash for angle_unittests]\", \"telemetry_gpu_test\": \"[dummy hash for teleme try_gpu_test]\"}@@@"
228 ] 228 ]
229 } 229 }
230 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698