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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/win_passMinimal_release_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=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32", 134 "GYP_DEFINES": "chromium_win_pch=0 component=static_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 "Release", 147 "Release",
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ] 353 ]
352 }, 354 },
353 { 355 {
354 "cmd": [ 356 "cmd": [
355 "python", 357 "python",
356 "-u", 358 "-u",
357 "[DEPOT_TOOLS]\\gclient.py", 359 "[DEPOT_TOOLS]\\gclient.py",
358 "runhooks" 360 "runhooks"
359 ], 361 ],
360 "env": { 362 "env": {
361 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32", 363 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1",
362 "GYP_GENERATORS": "ninja", 364 "GYP_GENERATORS": "ninja",
363 "GYP_MSVS_VERSION": "2010" 365 "GYP_MSVS_VERSION": "2010"
364 }, 366 },
365 "name": "gclient runhooks (2)" 367 "name": "gclient runhooks (2)"
366 }, 368 },
367 { 369 {
368 "abort_on_failure": true, 370 "abort_on_failure": true,
369 "cmd": [ 371 "cmd": [
370 "python", 372 "python",
371 "-u", 373 "-u",
372 "[BUILD]\\scripts\\slave\\compile.py", 374 "[BUILD]\\scripts\\slave\\compile.py",
373 "--target", 375 "--target",
374 "Release", 376 "Release",
375 "--src-dir", 377 "--src-dir",
376 "[SLAVE_BUILD]\\src", 378 "[SLAVE_BUILD]\\src",
377 "--build-tool", 379 "--build-tool",
378 "ninja", 380 "ninja",
379 "--compiler", 381 "--compiler",
380 "goma", 382 "goma",
383 "--goma-dir",
384 "[BUILD]\\goma",
381 "--", 385 "--",
382 "blink_tests" 386 "blink_tests"
383 ], 387 ],
384 "name": "compile (2)" 388 "name": "compile (2)"
385 }, 389 },
386 { 390 {
387 "always_run": true, 391 "always_run": true,
388 "can_fail_build": false, 392 "can_fail_build": false,
389 "cmd": [ 393 "cmd": [
390 "python", 394 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 474 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
471 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 475 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
472 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 476 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
473 "@@@STEP_LOG_LINE@python.inline@@@@", 477 "@@@STEP_LOG_LINE@python.inline@@@@",
474 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 478 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
475 "@@@STEP_LOG_END@python.inline@@@", 479 "@@@STEP_LOG_END@python.inline@@@",
476 "@@@STEP_WARNINGS@@@" 480 "@@@STEP_WARNINGS@@@"
477 ] 481 ]
478 } 482 }
479 ] 483 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698