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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/win_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 = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'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_trunk': 'svn://svn-mirror.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lkgr', 'ur l': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'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_trunk': 'svn://svn-mirror.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lkgr', 'ur l': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]"
10 ], 10 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "name": "apply_issue" 94 "name": "apply_issue"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[DEPOT_TOOLS]\\gclient.py", 100 "[DEPOT_TOOLS]\\gclient.py",
101 "runhooks" 101 "runhooks"
102 ], 102 ],
103 "env": { 103 "env": {
104 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32", 104 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1",
105 "GYP_GENERATORS": "ninja", 105 "GYP_GENERATORS": "ninja",
106 "GYP_MSVS_VERSION": "2010" 106 "GYP_MSVS_VERSION": "2010"
107 }, 107 },
108 "name": "gclient runhooks" 108 "name": "gclient runhooks"
109 }, 109 },
110 { 110 {
111 "abort_on_failure": false, 111 "abort_on_failure": false,
112 "can_fail_build": false, 112 "can_fail_build": false,
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "[BUILD]\\scripts\\slave\\compile.py", 116 "[BUILD]\\scripts\\slave\\compile.py",
117 "--target", 117 "--target",
118 "Release", 118 "Release",
119 "--src-dir", 119 "--src-dir",
120 "[SLAVE_BUILD]\\src", 120 "[SLAVE_BUILD]\\src",
121 "--build-tool", 121 "--build-tool",
122 "ninja", 122 "ninja",
123 "--compiler", 123 "--compiler",
124 "goma", 124 "goma",
125 "--goma-dir",
126 "[BUILD]\\goma",
125 "--", 127 "--",
126 "base_unittests", 128 "base_unittests",
127 "cacheinvalidation_unittests", 129 "cacheinvalidation_unittests",
128 "cc_unittests", 130 "cc_unittests",
129 "chromedriver_unittests", 131 "chromedriver_unittests",
130 "components_unittests", 132 "components_unittests",
131 "content_unittests", 133 "content_unittests",
132 "crypto_unittests", 134 "crypto_unittests",
133 "google_apis_unittests", 135 "google_apis_unittests",
134 "gpu_unittests", 136 "gpu_unittests",
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 "-u", 1020 "-u",
1019 "print \"ALL IS WELL\"" 1021 "print \"ALL IS WELL\""
1020 ], 1022 ],
1021 "name": "nacl_integration", 1023 "name": "nacl_integration",
1022 "~followup_annotations": [ 1024 "~followup_annotations": [
1023 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", 1025 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@",
1024 "@@@STEP_LOG_END@python.inline@@@" 1026 "@@@STEP_LOG_END@python.inline@@@"
1025 ] 1027 ]
1026 } 1028 }
1027 ] 1029 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698