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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure.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 27 matching lines...) Expand all
162 "-u", 164 "-u",
163 "[BUILD]\\scripts\\slave\\compile.py", 165 "[BUILD]\\scripts\\slave\\compile.py",
164 "--target", 166 "--target",
165 "Release", 167 "Release",
166 "--src-dir", 168 "--src-dir",
167 "[SLAVE_BUILD]\\src", 169 "[SLAVE_BUILD]\\src",
168 "--build-tool", 170 "--build-tool",
169 "ninja", 171 "ninja",
170 "--compiler", 172 "--compiler",
171 "goma", 173 "goma",
174 "--goma-dir",
175 "[BUILD]\\goma",
172 "--clobber", 176 "--clobber",
173 "--", 177 "--",
174 "base_unittests", 178 "base_unittests",
175 "cacheinvalidation_unittests", 179 "cacheinvalidation_unittests",
176 "cc_unittests", 180 "cc_unittests",
177 "chromedriver_unittests", 181 "chromedriver_unittests",
178 "components_unittests", 182 "components_unittests",
179 "content_unittests", 183 "content_unittests",
180 "crypto_unittests", 184 "crypto_unittests",
181 "google_apis_unittests", 185 "google_apis_unittests",
(...skipping 15 matching lines...) Expand all
197 "sync_integration_tests", 201 "sync_integration_tests",
198 "chrome" 202 "chrome"
199 ], 203 ],
200 "name": "compile (with patch, clobber)", 204 "name": "compile (with patch, clobber)",
201 "~followup_annotations": [ 205 "~followup_annotations": [
202 "step returned non-zero exit code: 1", 206 "step returned non-zero exit code: 1",
203 "@@@STEP_FAILURE@@@" 207 "@@@STEP_FAILURE@@@"
204 ] 208 ]
205 } 209 }
206 ] 210 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698