| 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_Builder", | 7 "[BUILDER_CACHE]/Mac_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 "cmd": [ | 193 "cmd": [ |
| 194 "python", | 194 "python", |
| 195 "-u", | 195 "-u", |
| 196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 197 "runhooks" | 197 "runhooks" |
| 198 ], | 198 ], |
| 199 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", | 199 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", |
| 200 "env": { | 200 "env": { |
| 201 "FORCE_MAC_TOOLCHAIN": "1", |
| 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 202 "GYP_CHROMIUM_NO_ACTION": "1", | 203 "GYP_CHROMIUM_NO_ACTION": "1", |
| 203 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library
dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta
ry_codecs=1 target_arch=x64 use_goma=1", | 204 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library
dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta
ry_codecs=1 target_arch=x64 use_goma=1", |
| 204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 205 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 205 }, | 206 }, |
| 206 "name": "gclient runhooks" | 207 "name": "gclient runhooks" |
| 207 }, | 208 }, |
| 208 { | 209 { |
| 209 "cmd": [ | 210 "cmd": [ |
| 210 "python", | 211 "python", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "-b", | 264 "-b", |
| 264 "Mac Builder", | 265 "Mac Builder", |
| 265 "--config-file", | 266 "--config-file", |
| 266 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", | 267 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", |
| 267 "--goma-dir", | 268 "--goma-dir", |
| 268 "[CACHE]/cipd/goma", | 269 "[CACHE]/cipd/goma", |
| 269 "//out/Release" | 270 "//out/Release" |
| 270 ], | 271 ], |
| 271 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", | 272 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", |
| 272 "env": { | 273 "env": { |
| 274 "FORCE_MAC_TOOLCHAIN": "1", |
| 273 "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" |
| 274 }, | 276 }, |
| 275 "name": "generate_build_files" | 277 "name": "generate_build_files" |
| 276 }, | 278 }, |
| 277 { | 279 { |
| 278 "allow_subannotations": true, | 280 "allow_subannotations": true, |
| 279 "cmd": [ | 281 "cmd": [ |
| 280 "python", | 282 "python", |
| 281 "-u", | 283 "-u", |
| 282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 283 "--src-dir", | 285 "--src-dir", |
| 284 "[BUILDER_CACHE]/Mac_Builder/src", | 286 "[BUILDER_CACHE]/Mac_Builder/src", |
| 285 "--output-json", | 287 "--output-json", |
| 286 "/path/to/tmp/json" | 288 "/path/to/tmp/json" |
| 287 ], | 289 ], |
| 288 "env": { | 290 "env": { |
| 291 "FORCE_MAC_TOOLCHAIN": "1", |
| 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 290 }, | 293 }, |
| 291 "name": "clang_revision", | 294 "name": "clang_revision", |
| 292 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@json.output@{@@@", | 296 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@}@@@", | 298 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 296 "@@@STEP_LOG_END@json.output@@@" | 299 "@@@STEP_LOG_END@json.output@@@" |
| 297 ] | 300 ] |
| 298 }, | 301 }, |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "--goma-dir", | 336 "--goma-dir", |
| 334 "[CACHE]/cipd/goma", | 337 "[CACHE]/cipd/goma", |
| 335 "--", | 338 "--", |
| 336 "browser_tests", | 339 "browser_tests", |
| 337 "capture_unittests", | 340 "capture_unittests", |
| 338 "content_browsertests", | 341 "content_browsertests", |
| 339 "content_unittests", | 342 "content_unittests", |
| 340 "remoting_unittests" | 343 "remoting_unittests" |
| 341 ], | 344 ], |
| 342 "env": { | 345 "env": { |
| 346 "FORCE_MAC_TOOLCHAIN": "1", |
| 343 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 347 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 344 }, | 348 }, |
| 345 "name": "compile", | 349 "name": "compile", |
| 346 "~followup_annotations": [ | 350 "~followup_annotations": [ |
| 347 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 348 "@@@STEP_LOG_END@json.output (invalid)@@@" | 352 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 349 ] | 353 ] |
| 350 }, | 354 }, |
| 351 { | 355 { |
| 352 "allow_subannotations": true, | 356 "allow_subannotations": true, |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "~followup_annotations": [ | 409 "~followup_annotations": [ |
| 406 "@@@STEP_TEXT@Mac Tester@@@" | 410 "@@@STEP_TEXT@Mac Tester@@@" |
| 407 ] | 411 ] |
| 408 }, | 412 }, |
| 409 { | 413 { |
| 410 "name": "$result", | 414 "name": "$result", |
| 411 "recipe_result": null, | 415 "recipe_result": null, |
| 412 "status_code": 0 | 416 "status_code": 0 |
| 413 } | 417 } |
| 414 ] | 418 ] |
| OLD | NEW |