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