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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/win_passFirst_debug_git.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 "[DEPOT_TOOLS]\\gclient.py", 6 "[DEPOT_TOOLS]\\gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]\\\\git_cache'\nsolutions = [{'custom_vars': {'googlec ode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirr or.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror. golo.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'https:/ /chromium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'mana ged': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/dat a/tab_switching': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': '.D EPS.git', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-intern al.googlesource.com/chrome/src-internal.git'}]" 9 "cache_dir = '[ROOT]\\\\git_cache'\nsolutions = [{'custom_vars': {'googlec ode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirr or.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror. golo.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'https:/ /chromium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'mana ged': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src /data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test s': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/dat a/tab_switching': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': '.D EPS.git', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-intern al.googlesource.com/chrome/src-internal.git'}]"
10 ], 10 ],
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "name": "apply_issue" 124 "name": "apply_issue"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[DEPOT_TOOLS]\\gclient.py", 130 "[DEPOT_TOOLS]\\gclient.py",
131 "runhooks" 131 "runhooks"
132 ], 132 ],
133 "env": { 133 "env": {
134 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32", 134 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1",
135 "GYP_GENERATORS": "ninja", 135 "GYP_GENERATORS": "ninja",
136 "GYP_MSVS_VERSION": "2010" 136 "GYP_MSVS_VERSION": "2010"
137 }, 137 },
138 "name": "gclient runhooks" 138 "name": "gclient runhooks"
139 }, 139 },
140 { 140 {
141 "abort_on_failure": true, 141 "abort_on_failure": true,
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "[BUILD]\\scripts\\slave\\compile.py", 145 "[BUILD]\\scripts\\slave\\compile.py",
146 "--target", 146 "--target",
147 "Debug", 147 "Debug",
148 "--src-dir", 148 "--src-dir",
149 "[SLAVE_BUILD]\\src", 149 "[SLAVE_BUILD]\\src",
150 "--build-tool", 150 "--build-tool",
151 "ninja", 151 "ninja",
152 "--compiler", 152 "--compiler",
153 "goma", 153 "goma",
154 "--goma-dir",
155 "[BUILD]\\goma",
154 "--", 156 "--",
155 "blink_tests" 157 "blink_tests"
156 ], 158 ],
157 "name": "compile" 159 "name": "compile"
158 }, 160 },
159 { 161 {
160 "cmd": [ 162 "cmd": [
161 "python", 163 "python",
162 "-u", 164 "-u",
163 "[BUILD]\\scripts\\slave\\chromium\\lint_test_files_wrapper.py", 165 "[BUILD]\\scripts\\slave\\chromium\\lint_test_files_wrapper.py",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "-u", 338 "-u",
337 "print \"ALL IS WELL\"" 339 "print \"ALL IS WELL\""
338 ], 340 ],
339 "name": "webkit_tests", 341 "name": "webkit_tests",
340 "~followup_annotations": [ 342 "~followup_annotations": [
341 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", 343 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@",
342 "@@@STEP_LOG_END@python.inline@@@" 344 "@@@STEP_LOG_END@python.inline@@@"
343 ] 345 ]
344 } 346 }
345 ] 347 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698