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

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

Powered by Google App Engine
This is Rietveld 408576698