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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/mac_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': {'googlecode _url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror. golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.gol o.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'https://ch romium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'managed ': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.g it'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': No ne, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/f irefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugi ns': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_r ate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/s sl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/da ta/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/t ab_switching': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': '.DEPS .git', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal. googlesource.com/chrome/src-internal.git'}]" 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_vars': {'googlecode _url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror. golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.gol o.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'https://ch romium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'managed ': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.g it'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': No ne, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/f irefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugi ns': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_r ate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/s sl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/da ta/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/t ab_switching': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': '.DEPS .git', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal. 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": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 target_arch=ia32", 134 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir=[BUILD]/goma target_arch=ia32 use_goma=1",
135 "GYP_GENERATORS": "ninja" 135 "GYP_GENERATORS": "ninja"
136 }, 136 },
137 "name": "gclient runhooks" 137 "name": "gclient runhooks"
138 }, 138 },
139 { 139 {
140 "abort_on_failure": true, 140 "abort_on_failure": true,
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "[BUILD]/scripts/slave/compile.py", 144 "[BUILD]/scripts/slave/compile.py",
145 "--target", 145 "--target",
146 "Release", 146 "Release",
147 "--src-dir", 147 "--src-dir",
148 "[SLAVE_BUILD]/src", 148 "[SLAVE_BUILD]/src",
149 "--build-tool", 149 "--build-tool",
150 "ninja", 150 "ninja",
151 "--compiler", 151 "--compiler",
152 "goma-clang", 152 "goma-clang",
153 "--goma-dir",
154 "[BUILD]/goma",
153 "--", 155 "--",
154 "blink_tests" 156 "blink_tests"
155 ], 157 ],
156 "name": "compile" 158 "name": "compile"
157 }, 159 },
158 { 160 {
159 "cmd": [ 161 "cmd": [
160 "python", 162 "python",
161 "-u", 163 "-u",
162 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", 164 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ] 352 ]
351 }, 353 },
352 { 354 {
353 "cmd": [ 355 "cmd": [
354 "python", 356 "python",
355 "-u", 357 "-u",
356 "[DEPOT_TOOLS]/gclient.py", 358 "[DEPOT_TOOLS]/gclient.py",
357 "runhooks" 359 "runhooks"
358 ], 360 ],
359 "env": { 361 "env": {
360 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 target_arch=ia32", 362 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir=[BUILD]/goma target_arch=ia32 use_goma=1",
361 "GYP_GENERATORS": "ninja" 363 "GYP_GENERATORS": "ninja"
362 }, 364 },
363 "name": "gclient runhooks (2)" 365 "name": "gclient runhooks (2)"
364 }, 366 },
365 { 367 {
366 "abort_on_failure": true, 368 "abort_on_failure": true,
367 "cmd": [ 369 "cmd": [
368 "python", 370 "python",
369 "-u", 371 "-u",
370 "[BUILD]/scripts/slave/compile.py", 372 "[BUILD]/scripts/slave/compile.py",
371 "--target", 373 "--target",
372 "Release", 374 "Release",
373 "--src-dir", 375 "--src-dir",
374 "[SLAVE_BUILD]/src", 376 "[SLAVE_BUILD]/src",
375 "--build-tool", 377 "--build-tool",
376 "ninja", 378 "ninja",
377 "--compiler", 379 "--compiler",
378 "goma-clang", 380 "goma-clang",
381 "--goma-dir",
382 "[BUILD]/goma",
379 "--", 383 "--",
380 "blink_tests" 384 "blink_tests"
381 ], 385 ],
382 "name": "compile (2)" 386 "name": "compile (2)"
383 }, 387 },
384 { 388 {
385 "always_run": true, 389 "always_run": true,
386 "can_fail_build": false, 390 "can_fail_build": false,
387 "cmd": [ 391 "cmd": [
388 "python", 392 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 472 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
469 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 473 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
470 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 474 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
471 "@@@STEP_LOG_LINE@python.inline@@@@", 475 "@@@STEP_LOG_LINE@python.inline@@@@",
472 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 476 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
473 "@@@STEP_LOG_END@python.inline@@@", 477 "@@@STEP_LOG_END@python.inline@@@",
474 "@@@STEP_WARNINGS@@@" 478 "@@@STEP_WARNINGS@@@"
475 ] 479 ]
476 } 480 }
477 ] 481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698