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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/linux_passMinimal_release.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 = None\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.golo.chromium.org /%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'svn://svn-mirror.golo.ch romium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', ' url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {' src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/dat a/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchpl ugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/t est/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src /chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/da ta/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 's rc/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cy cler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'sr c/tools/grit/grit/test/data': None}, 'deps_file': 'DEPS', 'managed': True, 'name ': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/tr unk/src-internal'}]" 9 "cache_dir = None\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.golo.chromium.org /%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'svn://svn-mirror.golo.ch romium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', ' url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {' src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/dat a/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchpl ugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/t est/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src /chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/da ta/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 's rc/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cy cler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'sr c/tools/grit/grit/test/data': None}, 'deps_file': 'DEPS', 'managed': True, 'name ': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/tr unk/src-internal'}]"
10 ], 10 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "name": "apply_issue" 101 "name": "apply_issue"
102 }, 102 },
103 { 103 {
104 "cmd": [ 104 "cmd": [
105 "python", 105 "python",
106 "-u", 106 "-u",
107 "[DEPOT_TOOLS]/gclient.py", 107 "[DEPOT_TOOLS]/gclient.py",
108 "runhooks" 108 "runhooks"
109 ], 109 ],
110 "env": { 110 "env": {
111 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ta rget_arch=x64", 111 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir=[BUILD]/goma target_arch=x64 use_goma=1",
112 "GYP_GENERATORS": "ninja" 112 "GYP_GENERATORS": "ninja"
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 "Release", 123 "Release",
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 "blink_tests" 133 "blink_tests"
132 ], 134 ],
133 "name": "compile" 135 "name": "compile"
134 }, 136 },
135 { 137 {
136 "cmd": [ 138 "cmd": [
137 "python", 139 "python",
138 "-u", 140 "-u",
139 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", 141 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 ] 334 ]
333 }, 335 },
334 { 336 {
335 "cmd": [ 337 "cmd": [
336 "python", 338 "python",
337 "-u", 339 "-u",
338 "[DEPOT_TOOLS]/gclient.py", 340 "[DEPOT_TOOLS]/gclient.py",
339 "runhooks" 341 "runhooks"
340 ], 342 ],
341 "env": { 343 "env": {
342 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ta rget_arch=x64", 344 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir=[BUILD]/goma target_arch=x64 use_goma=1",
343 "GYP_GENERATORS": "ninja" 345 "GYP_GENERATORS": "ninja"
344 }, 346 },
345 "name": "gclient runhooks (2)" 347 "name": "gclient runhooks (2)"
346 }, 348 },
347 { 349 {
348 "abort_on_failure": true, 350 "abort_on_failure": true,
349 "cmd": [ 351 "cmd": [
350 "python", 352 "python",
351 "-u", 353 "-u",
352 "[BUILD]/scripts/slave/compile.py", 354 "[BUILD]/scripts/slave/compile.py",
353 "--target", 355 "--target",
354 "Release", 356 "Release",
355 "--src-dir", 357 "--src-dir",
356 "[SLAVE_BUILD]/src", 358 "[SLAVE_BUILD]/src",
357 "--build-tool", 359 "--build-tool",
358 "ninja", 360 "ninja",
359 "--compiler", 361 "--compiler",
360 "goma", 362 "goma",
363 "--goma-dir",
364 "[BUILD]/goma",
361 "--", 365 "--",
362 "blink_tests" 366 "blink_tests"
363 ], 367 ],
364 "name": "compile (2)" 368 "name": "compile (2)"
365 }, 369 },
366 { 370 {
367 "always_run": true, 371 "always_run": true,
368 "can_fail_build": false, 372 "can_fail_build": false,
369 "cmd": [ 373 "cmd": [
370 "python", 374 "python",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 455 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
452 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 456 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
453 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 457 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
454 "@@@STEP_LOG_LINE@python.inline@@@@", 458 "@@@STEP_LOG_LINE@python.inline@@@@",
455 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 459 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
456 "@@@STEP_LOG_END@python.inline@@@", 460 "@@@STEP_LOG_END@python.inline@@@",
457 "@@@STEP_WARNINGS@@@" 461 "@@@STEP_WARNINGS@@@"
458 ] 462 ]
459 } 463 }
460 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698