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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/mac_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": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 target_arch=ia32", 111 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir=[BUILD]/goma target_arch=ia32 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-clang", 129 "goma-clang",
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ] 329 ]
328 }, 330 },
329 { 331 {
330 "cmd": [ 332 "cmd": [
331 "python", 333 "python",
332 "-u", 334 "-u",
333 "[DEPOT_TOOLS]/gclient.py", 335 "[DEPOT_TOOLS]/gclient.py",
334 "runhooks" 336 "runhooks"
335 ], 337 ],
336 "env": { 338 "env": {
337 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 target_arch=ia32", 339 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir=[BUILD]/goma target_arch=ia32 use_goma=1",
338 "GYP_GENERATORS": "ninja" 340 "GYP_GENERATORS": "ninja"
339 }, 341 },
340 "name": "gclient runhooks (2)" 342 "name": "gclient runhooks (2)"
341 }, 343 },
342 { 344 {
343 "abort_on_failure": true, 345 "abort_on_failure": true,
344 "cmd": [ 346 "cmd": [
345 "python", 347 "python",
346 "-u", 348 "-u",
347 "[BUILD]/scripts/slave/compile.py", 349 "[BUILD]/scripts/slave/compile.py",
348 "--target", 350 "--target",
349 "Release", 351 "Release",
350 "--src-dir", 352 "--src-dir",
351 "[SLAVE_BUILD]/src", 353 "[SLAVE_BUILD]/src",
352 "--build-tool", 354 "--build-tool",
353 "ninja", 355 "ninja",
354 "--compiler", 356 "--compiler",
355 "goma-clang", 357 "goma-clang",
358 "--goma-dir",
359 "[BUILD]/goma",
356 "--", 360 "--",
357 "blink_tests" 361 "blink_tests"
358 ], 362 ],
359 "name": "compile (2)" 363 "name": "compile (2)"
360 }, 364 },
361 { 365 {
362 "always_run": true, 366 "always_run": true,
363 "can_fail_build": false, 367 "can_fail_build": false,
364 "cmd": [ 368 "cmd": [
365 "python", 369 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 449 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
446 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 450 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
447 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 451 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
448 "@@@STEP_LOG_LINE@python.inline@@@@", 452 "@@@STEP_LOG_LINE@python.inline@@@@",
449 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 453 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
450 "@@@STEP_LOG_END@python.inline@@@", 454 "@@@STEP_LOG_END@python.inline@@@",
451 "@@@STEP_WARNINGS@@@" 455 "@@@STEP_WARNINGS@@@"
452 ] 456 ]
453 } 457 }
454 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698