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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_debug_tryserver.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": "chromium_win_pch=0 component=shared_library fastbuild=1 in ternal_gles2_conform_tests=1 target_arch=ia32", 110 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go madir=[BUILD]\\goma internal_gles2_conform_tests=1 target_arch=ia32 use_goma=1",
111 "GYP_GENERATORS": "ninja", 111 "GYP_GENERATORS": "ninja",
112 "GYP_MSVS_VERSION": "2010" 112 "GYP_MSVS_VERSION": "2010"
113 }, 113 },
114 "name": "gclient runhooks" 114 "name": "gclient runhooks"
115 }, 115 },
116 { 116 {
117 "abort_on_failure": true, 117 "abort_on_failure": true,
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "[BUILD]\\scripts\\slave\\compile.py", 121 "[BUILD]\\scripts\\slave\\compile.py",
122 "--target", 122 "--target",
123 "Debug", 123 "Debug",
124 "--src-dir", 124 "--src-dir",
125 "[SLAVE_BUILD]\\src", 125 "[SLAVE_BUILD]\\src",
126 "--build-tool", 126 "--build-tool",
127 "ninja", 127 "ninja",
128 "--compiler", 128 "--compiler",
129 "goma", 129 "goma",
130 "--goma-dir",
131 "[BUILD]\\goma",
130 "--", 132 "--",
131 "chromium_gpu_debug_builder", 133 "chromium_gpu_debug_builder",
132 "angle_unittests_run", 134 "angle_unittests_run",
133 "content_gl_tests_run", 135 "content_gl_tests_run",
134 "gles2_conform_test_run", 136 "gles2_conform_test_run",
135 "gl_tests_run", 137 "gl_tests_run",
136 "tab_capture_performance_tests_run", 138 "tab_capture_performance_tests_run",
137 "telemetry_gpu_test_run" 139 "telemetry_gpu_test_run"
138 ], 140 ],
139 "name": "compile" 141 "name": "compile"
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "cmd": [ 498 "cmd": [
497 "python", 499 "python",
498 "-u", 500 "-u",
499 "[BUILD]\\scripts\\slave\\process_dumps.py", 501 "[BUILD]\\scripts\\slave\\process_dumps.py",
500 "--target", 502 "--target",
501 "Debug" 503 "Debug"
502 ], 504 ],
503 "name": "process_dumps" 505 "name": "process_dumps"
504 } 506 }
505 ] 507 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698