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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gclient_runhooks_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 "~followup_annotations": [ 109 "~followup_annotations": [
110 "step returned non-zero exit code: 1", 110 "step returned non-zero exit code: 1",
111 "@@@STEP_FAILURE@@@" 111 "@@@STEP_FAILURE@@@"
112 ] 112 ]
113 }, 113 },
114 { 114 {
115 "abort_on_failure": false, 115 "abort_on_failure": false,
116 "can_fail_build": false, 116 "can_fail_build": false,
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[BUILD]\\scripts\\slave\\compile.py", 120 "[BUILD]\\scripts\\slave\\compile.py",
121 "--target", 121 "--target",
122 "Release", 122 "Release",
123 "--src-dir", 123 "--src-dir",
124 "[SLAVE_BUILD]\\src", 124 "[SLAVE_BUILD]\\src",
125 "--build-tool", 125 "--build-tool",
126 "ninja", 126 "ninja",
127 "--compiler", 127 "--compiler",
128 "goma", 128 "goma",
129 "--goma-dir",
130 "[BUILD]\\goma",
129 "--", 131 "--",
130 "base_unittests", 132 "base_unittests",
131 "cacheinvalidation_unittests", 133 "cacheinvalidation_unittests",
132 "cc_unittests", 134 "cc_unittests",
133 "chromedriver_unittests", 135 "chromedriver_unittests",
134 "components_unittests", 136 "components_unittests",
135 "content_unittests", 137 "content_unittests",
136 "crypto_unittests", 138 "crypto_unittests",
137 "google_apis_unittests", 139 "google_apis_unittests",
138 "gpu_unittests", 140 "gpu_unittests",
(...skipping 24 matching lines...) Expand all
163 "-u", 165 "-u",
164 "[BUILD]\\scripts\\slave\\compile.py", 166 "[BUILD]\\scripts\\slave\\compile.py",
165 "--target", 167 "--target",
166 "Release", 168 "Release",
167 "--src-dir", 169 "--src-dir",
168 "[SLAVE_BUILD]\\src", 170 "[SLAVE_BUILD]\\src",
169 "--build-tool", 171 "--build-tool",
170 "ninja", 172 "ninja",
171 "--compiler", 173 "--compiler",
172 "goma", 174 "goma",
175 "--goma-dir",
176 "[BUILD]\\goma",
173 "--clobber", 177 "--clobber",
174 "--", 178 "--",
175 "base_unittests", 179 "base_unittests",
176 "cacheinvalidation_unittests", 180 "cacheinvalidation_unittests",
177 "cc_unittests", 181 "cc_unittests",
178 "chromedriver_unittests", 182 "chromedriver_unittests",
179 "components_unittests", 183 "components_unittests",
180 "content_unittests", 184 "content_unittests",
181 "crypto_unittests", 185 "crypto_unittests",
182 "google_apis_unittests", 186 "google_apis_unittests",
(...skipping 12 matching lines...) Expand all
195 "browser_tests", 199 "browser_tests",
196 "content_browsertests", 200 "content_browsertests",
197 "interactive_ui_tests", 201 "interactive_ui_tests",
198 "sync_integration_tests", 202 "sync_integration_tests",
199 "chrome" 203 "chrome"
200 ], 204 ],
201 "name": "compile (with patch, clobber)", 205 "name": "compile (with patch, clobber)",
202 "skip": true 206 "skip": true
203 } 207 }
204 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698