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.expected/full_chromium_webkit_WebKit_Mac10_9.json

Issue 2415543004: 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_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks" 199 "runhooks"
200 ], 200 ],
201 "cwd": "[BUILDER_CACHE]/mac_layout/src", 201 "cwd": "[BUILDER_CACHE]/mac_layout/src",
202 "env": { 202 "env": {
203 "FORCE_MAC_TOOLCHAIN": "1",
203 "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",
204 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
205 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1", 206 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1",
206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
207 }, 208 },
208 "name": "gclient runhooks" 209 "name": "gclient runhooks"
209 }, 210 },
210 { 211 {
211 "cmd": [ 212 "cmd": [
212 "python", 213 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "-b", 266 "-b",
266 "WebKit Mac10.9", 267 "WebKit Mac10.9",
267 "--config-file", 268 "--config-file",
268 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", 269 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl",
269 "--goma-dir", 270 "--goma-dir",
270 "[CACHE]/cipd/goma", 271 "[CACHE]/cipd/goma",
271 "//out/Release" 272 "//out/Release"
272 ], 273 ],
273 "cwd": "[BUILDER_CACHE]/mac_layout/src", 274 "cwd": "[BUILDER_CACHE]/mac_layout/src",
274 "env": { 275 "env": {
276 "FORCE_MAC_TOOLCHAIN": "1",
275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
276 }, 278 },
277 "name": "generate_build_files" 279 "name": "generate_build_files"
278 }, 280 },
279 { 281 {
280 "allow_subannotations": true, 282 "allow_subannotations": true,
281 "cmd": [ 283 "cmd": [
282 "python", 284 "python",
283 "-u", 285 "-u",
284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
285 "--src-dir", 287 "--src-dir",
286 "[BUILDER_CACHE]/mac_layout/src", 288 "[BUILDER_CACHE]/mac_layout/src",
287 "--output-json", 289 "--output-json",
288 "/path/to/tmp/json" 290 "/path/to/tmp/json"
289 ], 291 ],
290 "env": { 292 "env": {
293 "FORCE_MAC_TOOLCHAIN": "1",
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
292 }, 295 },
293 "name": "clang_revision", 296 "name": "clang_revision",
294 "~followup_annotations": [ 297 "~followup_annotations": [
295 "@@@STEP_LOG_LINE@json.output@{@@@", 298 "@@@STEP_LOG_LINE@json.output@{@@@",
296 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 299 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
297 "@@@STEP_LOG_LINE@json.output@}@@@", 300 "@@@STEP_LOG_LINE@json.output@}@@@",
298 "@@@STEP_LOG_END@json.output@@@" 301 "@@@STEP_LOG_END@json.output@@@"
299 ] 302 ]
300 }, 303 },
(...skipping 30 matching lines...) Expand all
331 "--goma-jsonstatus", 334 "--goma-jsonstatus",
332 "/path/to/tmp/json", 335 "/path/to/tmp/json",
333 "--goma-service-account-json-file", 336 "--goma-service-account-json-file",
334 "/creds/service_accounts/service-account-goma-client.json", 337 "/creds/service_accounts/service-account-goma-client.json",
335 "--goma-dir", 338 "--goma-dir",
336 "[CACHE]/cipd/goma", 339 "[CACHE]/cipd/goma",
337 "--", 340 "--",
338 "blink_tests" 341 "blink_tests"
339 ], 342 ],
340 "env": { 343 "env": {
344 "FORCE_MAC_TOOLCHAIN": "1",
341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
342 }, 346 },
343 "name": "compile", 347 "name": "compile",
344 "~followup_annotations": [ 348 "~followup_annotations": [
345 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
346 "@@@STEP_LOG_END@json.output (invalid)@@@" 350 "@@@STEP_LOG_END@json.output (invalid)@@@"
347 ] 351 ]
348 }, 352 },
349 { 353 {
350 "allow_subannotations": true, 354 "allow_subannotations": true,
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "test-results.appspot.com", 409 "test-results.appspot.com",
406 "--build-number", 410 "--build-number",
407 "571", 411 "571",
408 "--builder-name", 412 "--builder-name",
409 "WebKit Mac10.9", 413 "WebKit Mac10.9",
410 "--step-name", 414 "--step-name",
411 "webkit_tests" 415 "webkit_tests"
412 ], 416 ],
413 "cwd": "[BUILDER_CACHE]/mac_layout", 417 "cwd": "[BUILDER_CACHE]/mac_layout",
414 "env": { 418 "env": {
419 "FORCE_MAC_TOOLCHAIN": "1",
415 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 420 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
416 }, 421 },
417 "name": "webkit_tests", 422 "name": "webkit_tests",
418 "~followup_annotations": [ 423 "~followup_annotations": [
419 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 424 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
420 ] 425 ]
421 }, 426 },
422 { 427 {
423 "cmd": [ 428 "cmd": [
424 "python", 429 "python",
425 "-u", 430 "-u",
426 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py", 431 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
427 "--results-dir", 432 "--results-dir",
428 "[SLAVE_BUILD]/layout-test-results", 433 "[SLAVE_BUILD]/layout-test-results",
429 "--build-dir", 434 "--build-dir",
430 "[BUILDER_CACHE]/mac_layout/src/out", 435 "[BUILDER_CACHE]/mac_layout/src/out",
431 "--build-number", 436 "--build-number",
432 "571", 437 "571",
433 "--builder-name", 438 "--builder-name",
434 "WebKit Mac10.9", 439 "WebKit Mac10.9",
435 "--gs-bucket", 440 "--gs-bucket",
436 "gs://chromium-layout-test-archives", 441 "gs://chromium-layout-test-archives",
437 "--staging-dir", 442 "--staging-dir",
438 "[CACHE]/chrome_staging", 443 "[CACHE]/chrome_staging",
439 "--gs-acl", 444 "--gs-acl",
440 "public-read" 445 "public-read"
441 ], 446 ],
442 "cwd": "[BUILDER_CACHE]/mac_layout", 447 "cwd": "[BUILDER_CACHE]/mac_layout",
443 "env": { 448 "env": {
449 "FORCE_MAC_TOOLCHAIN": "1",
444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 450 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
445 }, 451 },
446 "name": "archive_webkit_tests_results", 452 "name": "archive_webkit_tests_results",
447 "~followup_annotations": [ 453 "~followup_annotations": [
448 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 454 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
449 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 455 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
450 ] 456 ]
451 }, 457 },
452 { 458 {
453 "name": "$result", 459 "name": "$result",
454 "recipe_result": null, 460 "recipe_result": null,
455 "status_code": 0 461 "status_code": 0
456 } 462 }
457 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698