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

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

Issue 2411243003: Revert of Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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
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]/mac_ng", 7 "[BUILDER_CACHE]/mac_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
205 "runhooks" 205 "runhooks"
206 ], 206 ],
207 "cwd": "[BUILDER_CACHE]/mac_ng/src", 207 "cwd": "[BUILDER_CACHE]/mac_ng/src",
208 "env": { 208 "env": {
209 "FORCE_MAC_TOOLCHAIN": "1",
210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
211 "GYP_CHROMIUM_NO_ACTION": "1", 210 "GYP_CHROMIUM_NO_ACTION": "1",
212 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1", 211 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1",
213 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
214 }, 213 },
215 "name": "gclient runhooks" 214 "name": "gclient runhooks"
216 }, 215 },
217 { 216 {
218 "cmd": [ 217 "cmd": [
219 "python", 218 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "-b", 271 "-b",
273 "Mac", 272 "Mac",
274 "--config-file", 273 "--config-file",
275 "[BUILDER_CACHE]/mac_ng/src/tools/mb/mb_config.pyl", 274 "[BUILDER_CACHE]/mac_ng/src/tools/mb/mb_config.pyl",
276 "--goma-dir", 275 "--goma-dir",
277 "[CACHE]/cipd/goma", 276 "[CACHE]/cipd/goma",
278 "//out/Release" 277 "//out/Release"
279 ], 278 ],
280 "cwd": "[BUILDER_CACHE]/mac_ng/src", 279 "cwd": "[BUILDER_CACHE]/mac_ng/src",
281 "env": { 280 "env": {
282 "FORCE_MAC_TOOLCHAIN": "1",
283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
284 }, 282 },
285 "name": "generate_build_files" 283 "name": "generate_build_files"
286 }, 284 },
287 { 285 {
288 "allow_subannotations": true, 286 "allow_subannotations": true,
289 "cmd": [ 287 "cmd": [
290 "python", 288 "python",
291 "-u", 289 "-u",
292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
293 "--src-dir", 291 "--src-dir",
294 "[BUILDER_CACHE]/mac_ng/src", 292 "[BUILDER_CACHE]/mac_ng/src",
295 "--output-json", 293 "--output-json",
296 "/path/to/tmp/json" 294 "/path/to/tmp/json"
297 ], 295 ],
298 "env": { 296 "env": {
299 "FORCE_MAC_TOOLCHAIN": "1",
300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 297 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
301 }, 298 },
302 "name": "clang_revision", 299 "name": "clang_revision",
303 "~followup_annotations": [ 300 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@json.output@{@@@", 301 "@@@STEP_LOG_LINE@json.output@{@@@",
305 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 302 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
306 "@@@STEP_LOG_LINE@json.output@}@@@", 303 "@@@STEP_LOG_LINE@json.output@}@@@",
307 "@@@STEP_LOG_END@json.output@@@" 304 "@@@STEP_LOG_END@json.output@@@"
308 ] 305 ]
309 }, 306 },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "/path/to/tmp/json", 338 "/path/to/tmp/json",
342 "--goma-service-account-json-file", 339 "--goma-service-account-json-file",
343 "/creds/service_accounts/service-account-goma-client.json", 340 "/creds/service_accounts/service-account-goma-client.json",
344 "--goma-dir", 341 "--goma-dir",
345 "[CACHE]/cipd/goma", 342 "[CACHE]/cipd/goma",
346 "--ninja-ensure-up-to-date", 343 "--ninja-ensure-up-to-date",
347 "--", 344 "--",
348 "all" 345 "all"
349 ], 346 ],
350 "env": { 347 "env": {
351 "FORCE_MAC_TOOLCHAIN": "1",
352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
353 }, 349 },
354 "name": "compile", 350 "name": "compile",
355 "~followup_annotations": [ 351 "~followup_annotations": [
356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
357 "@@@STEP_LOG_END@json.output (invalid)@@@" 353 "@@@STEP_LOG_END@json.output (invalid)@@@"
358 ] 354 ]
359 }, 355 },
360 { 356 {
361 "cmd": [ 357 "cmd": [
(...skipping 16 matching lines...) Expand all
378 "dev" 374 "dev"
379 ], 375 ],
380 "name": "archive_build" 376 "name": "archive_build"
381 }, 377 },
382 { 378 {
383 "name": "$result", 379 "name": "$result",
384 "recipe_result": null, 380 "recipe_result": null,
385 "status_code": 0 381 "status_code": 0
386 } 382 }
387 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698