| OLD | NEW |
| 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 Loading... |
| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "--config-file", | 299 "--config-file", |
| 301 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", | 300 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", |
| 302 "--goma-dir", | 301 "--goma-dir", |
| 303 "[CACHE]/cipd/goma", | 302 "[CACHE]/cipd/goma", |
| 304 "--swarming-targets-file", | 303 "--swarming-targets-file", |
| 305 "browser_tests\n", | 304 "browser_tests\n", |
| 306 "//out/Release" | 305 "//out/Release" |
| 307 ], | 306 ], |
| 308 "cwd": "[BUILDER_CACHE]/mac_layout/src", | 307 "cwd": "[BUILDER_CACHE]/mac_layout/src", |
| 309 "env": { | 308 "env": { |
| 310 "FORCE_MAC_TOOLCHAIN": "1", | |
| 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 312 }, | 310 }, |
| 313 "name": "generate_build_files", | 311 "name": "generate_build_files", |
| 314 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 315 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 313 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 316 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 314 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 317 ] | 315 ] |
| 318 }, | 316 }, |
| 319 { | 317 { |
| 320 "allow_subannotations": true, | 318 "allow_subannotations": true, |
| 321 "cmd": [ | 319 "cmd": [ |
| 322 "python", | 320 "python", |
| 323 "-u", | 321 "-u", |
| 324 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 325 "--src-dir", | 323 "--src-dir", |
| 326 "[BUILDER_CACHE]/mac_layout/src", | 324 "[BUILDER_CACHE]/mac_layout/src", |
| 327 "--output-json", | 325 "--output-json", |
| 328 "/path/to/tmp/json" | 326 "/path/to/tmp/json" |
| 329 ], | 327 ], |
| 330 "env": { | 328 "env": { |
| 331 "FORCE_MAC_TOOLCHAIN": "1", | |
| 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 333 }, | 330 }, |
| 334 "name": "clang_revision", | 331 "name": "clang_revision", |
| 335 "~followup_annotations": [ | 332 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output@{@@@", | 333 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 337 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 334 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 338 "@@@STEP_LOG_LINE@json.output@}@@@", | 335 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 339 "@@@STEP_LOG_END@json.output@@@" | 336 "@@@STEP_LOG_END@json.output@@@" |
| 340 ] | 337 ] |
| 341 }, | 338 }, |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "--goma-service-account-json-file", | 371 "--goma-service-account-json-file", |
| 375 "/creds/service_accounts/service-account-goma-client.json", | 372 "/creds/service_accounts/service-account-goma-client.json", |
| 376 "--goma-dir", | 373 "--goma-dir", |
| 377 "[CACHE]/cipd/goma", | 374 "[CACHE]/cipd/goma", |
| 378 "--", | 375 "--", |
| 379 "blink_tests", | 376 "blink_tests", |
| 380 "browser_tests", | 377 "browser_tests", |
| 381 "browser_tests_run" | 378 "browser_tests_run" |
| 382 ], | 379 ], |
| 383 "env": { | 380 "env": { |
| 384 "FORCE_MAC_TOOLCHAIN": "1", | |
| 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 386 }, | 382 }, |
| 387 "name": "compile", | 383 "name": "compile", |
| 388 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| 389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 390 "@@@STEP_LOG_END@json.output (invalid)@@@" | 386 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 391 ] | 387 ] |
| 392 }, | 388 }, |
| 393 { | 389 { |
| 394 "cmd": [ | 390 "cmd": [ |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "~followup_annotations": [ | 495 "~followup_annotations": [ |
| 500 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" | 496 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" |
| 501 ] | 497 ] |
| 502 }, | 498 }, |
| 503 { | 499 { |
| 504 "name": "$result", | 500 "name": "$result", |
| 505 "recipe_result": null, | 501 "recipe_result": null, |
| 506 "status_code": 0 | 502 "status_code": 0 |
| 507 } | 503 } |
| 508 ] | 504 ] |
| OLD | NEW |