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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ], 78 ],
79 "env": { 79 "env": {
80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" 80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=ia32 test_isolation_mode=prepare use_goma=1"
81 }, 81 },
82 "name": "gclient runhooks" 82 "name": "gclient runhooks"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 88 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
89 "--build-dir", 89 "--build-dir",
90 "[SLAVE_BUILD]\\src\\out\\Release", 90 "[SLAVE_BUILD]\\src\\out\\Release",
91 "--clean-isolated-files" 91 "--clean-isolated-files"
92 ], 92 ],
93 "name": "clean isolated files" 93 "name": "clean isolated files"
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "python", 97 "python",
98 "-u", 98 "-u",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 154 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
155 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med ia_unittests]\", @@@", 155 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med ia_unittests]\", @@@",
156 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 156 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 157 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
158 "@@@STEP_LOG_LINE@json.output@}@@@", 158 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@", 159 "@@@STEP_LOG_END@json.output@@@",
160 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_end2end_tests\": \"[dummy has h for angle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unitt ests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_ unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\ ", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \ "[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy has h for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for te lemetry_gpu_test]\"}@@@" 160 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_end2end_tests\": \"[dummy has h for angle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unitt ests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_ unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\ ", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \ "[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy has h for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for te lemetry_gpu_test]\"}@@@"
161 ] 161 ]
162 } 162 }
163 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698