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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ThinLTO_Linux_ToT.json

Issue 2341633002: Disable goma on 'ThinLTO Linux ToT'. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/ThinLTO_Linux_ToT", 7 "[BUILDER_CACHE]/ThinLTO_Linux_ToT",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "name": "ensure_goma"
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform",
133 "linux-amd64",
134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd",
136 "--json-output",
137 "/path/to/tmp/json"
138 ],
139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@",
142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
143 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@"
148 ]
149 },
150 {
151 "cmd": [
152 "[SLAVE_BUILD]/cipd/cipd",
153 "ensure",
154 "--root",
155 "[CACHE]/cipd/goma",
156 "--list",
157 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
158 "--json-output",
159 "/path/to/tmp/json",
160 "--service-account-json",
161 "/creds/service_accounts/service-account-goma-client.json"
162 ],
163 "name": "ensure_goma.ensure_installed",
164 "~followup_annotations": [
165 "@@@STEP_NEST_LEVEL@1@@@",
166 "@@@STEP_LOG_LINE@json.output@{@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
168 "@@@STEP_LOG_LINE@json.output@ {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
171 "@@@STEP_LOG_LINE@json.output@ }, @@@",
172 "@@@STEP_LOG_LINE@json.output@ {@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@ ]@@@",
177 "@@@STEP_LOG_LINE@json.output@}@@@",
178 "@@@STEP_LOG_END@json.output@@@"
179 ]
180 },
181 {
182 "cmd": [ 125 "cmd": [
183 "python", 126 "python",
184 "-u", 127 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 128 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 129 "runhooks"
187 ], 130 ],
188 "cwd": "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src", 131 "cwd": "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src",
189 "env": { 132 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 133 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
191 "GYP_CHROMIUM_NO_ACTION": "1", 134 "GYP_CHROMIUM_NO_ACTION": "1",
192 "GYP_DEFINES": "clang_use_chrome_plugins=0 component=static_library gomadi r='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 135 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=static_librar y target_arch=x64",
193 "LLVM_FORCE_HEAD_REVISION": "YES", 136 "LLVM_FORCE_HEAD_REVISION": "YES",
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 137 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 138 },
196 "name": "gclient runhooks" 139 "name": "gclient runhooks"
197 }, 140 },
198 { 141 {
199 "cmd": [ 142 "cmd": [
200 "python", 143 "python",
201 "-u", 144 "-u",
202 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src/testing/scripts/get_compile_targets .py", 145 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src/testing/scripts/get_compile_targets .py",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "python", 190 "python",
248 "-u", 191 "-u",
249 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src/tools/mb/mb.py", 192 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src/tools/mb/mb.py",
250 "gen", 193 "gen",
251 "-m", 194 "-m",
252 "chromium.fyi", 195 "chromium.fyi",
253 "-b", 196 "-b",
254 "ThinLTO Linux ToT", 197 "ThinLTO Linux ToT",
255 "--config-file", 198 "--config-file",
256 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src/tools/mb/mb_config.pyl", 199 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src/tools/mb/mb_config.pyl",
257 "--goma-dir",
258 "[CACHE]/cipd/goma",
259 "//out/Release" 200 "//out/Release"
260 ], 201 ],
261 "cwd": "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src", 202 "cwd": "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src",
262 "env": { 203 "env": {
263 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
264 }, 205 },
265 "name": "generate_build_files" 206 "name": "generate_build_files"
266 }, 207 },
267 { 208 {
209 "allow_subannotations": true,
210 "cmd": [
211 "python",
212 "-u",
213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
214 "--src-dir",
215 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src",
216 "--output-json",
217 "/path/to/tmp/json"
218 ],
219 "env": {
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
221 "LLVM_FORCE_HEAD_REVISION": "YES"
222 },
223 "name": "clang_revision",
224 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@json.output@{@@@",
226 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
227 "@@@STEP_LOG_LINE@json.output@}@@@",
228 "@@@STEP_LOG_END@json.output@@@"
229 ]
230 },
231 {
268 "cmd": [ 232 "cmd": [
269 "python", 233 "python",
270 "-u", 234 "-u",
271 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 235 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
272 "--show-path", 236 "--show-path",
273 "python", 237 "python",
274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
275 "--gsutil-py-path", 239 "--gsutil-py-path",
276 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 240 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
277 "--ninja-path", 241 "--ninja-path",
278 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 242 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
279 "--target", 243 "--target",
280 "Release", 244 "Release",
281 "--src-dir", 245 "--src-dir",
282 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src", 246 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src",
283 "--goma-cache-dir", 247 "--goma-cache-dir",
284 "[GOMA_CACHE]", 248 "[GOMA_CACHE]",
285 "--buildbot-buildername", 249 "--buildbot-buildername",
286 "ThinLTO Linux ToT", 250 "ThinLTO Linux ToT",
287 "--buildbot-mastername", 251 "--buildbot-mastername",
288 "chromium.fyi", 252 "chromium.fyi",
289 "--buildbot-slavename", 253 "--buildbot-slavename",
290 "TestSlavename", 254 "TestSlavename",
291 "--goma-deps-cache-dir", 255 "--goma-deps-cache-dir",
292 "[GOMA_DEPS_CACHE]", 256 "[GOMA_DEPS_CACHE]",
293 "--build-data-dir", 257 "--build-data-dir",
294 "[ROOT]/build_data_dir", 258 "[ROOT]/build_data_dir",
295 "--compiler", 259 "--compiler",
296 "goma", 260 "clang",
297 "--goma-jsonstatus", 261 "--"
298 "/path/to/tmp/json",
299 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir",
302 "[CACHE]/cipd/goma",
303 "--",
304 "All",
305 "chromium_builder_tests"
306 ], 262 ],
307 "env": { 263 "env": {
308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
309 "LLVM_FORCE_HEAD_REVISION": "YES" 265 "LLVM_FORCE_HEAD_REVISION": "YES"
310 }, 266 },
311 "name": "compile", 267 "name": "compile"
312 "~followup_annotations": [
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ]
316 }, 268 },
317 { 269 {
318 "name": "$result", 270 "name": "$result",
319 "recipe_result": null, 271 "recipe_result": null,
320 "status_code": 0 272 "status_code": 0
321 } 273 }
322 ] 274 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698