| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 186 "runhooks" | 186 "runhooks" |
| 187 ], | 187 ], |
| 188 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", | 188 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", |
| 189 "env": { | 189 "env": { |
| 190 "FORCE_MAC_TOOLCHAIN": "1", |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 191 "GYP_CHROMIUM_NO_ACTION": "1", | 192 "GYP_CHROMIUM_NO_ACTION": "1", |
| 192 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 193 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 194 }, | 195 }, |
| 195 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
| 196 }, | 197 }, |
| 197 { | 198 { |
| 198 "cmd": [ | 199 "cmd": [ |
| 199 "python", | 200 "python", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "-b", | 253 "-b", |
| 253 "Mac Builder", | 254 "Mac Builder", |
| 254 "--config-file", | 255 "--config-file", |
| 255 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", | 256 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", |
| 256 "--goma-dir", | 257 "--goma-dir", |
| 257 "[CACHE]/cipd/goma", | 258 "[CACHE]/cipd/goma", |
| 258 "//out/Release" | 259 "//out/Release" |
| 259 ], | 260 ], |
| 260 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", | 261 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", |
| 261 "env": { | 262 "env": { |
| 263 "FORCE_MAC_TOOLCHAIN": "1", |
| 262 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 263 }, | 265 }, |
| 264 "name": "generate_build_files" | 266 "name": "generate_build_files" |
| 265 }, | 267 }, |
| 266 { | 268 { |
| 267 "allow_subannotations": true, | 269 "allow_subannotations": true, |
| 268 "cmd": [ | 270 "cmd": [ |
| 269 "python", | 271 "python", |
| 270 "-u", | 272 "-u", |
| 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 272 "--src-dir", | 274 "--src-dir", |
| 273 "[BUILDER_CACHE]/Mac_Builder/src", | 275 "[BUILDER_CACHE]/Mac_Builder/src", |
| 274 "--output-json", | 276 "--output-json", |
| 275 "/path/to/tmp/json" | 277 "/path/to/tmp/json" |
| 276 ], | 278 ], |
| 277 "env": { | 279 "env": { |
| 280 "FORCE_MAC_TOOLCHAIN": "1", |
| 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 279 }, | 282 }, |
| 280 "name": "clang_revision", | 283 "name": "clang_revision", |
| 281 "~followup_annotations": [ | 284 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@json.output@{@@@", | 285 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@}@@@", | 287 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 285 "@@@STEP_LOG_END@json.output@@@" | 288 "@@@STEP_LOG_END@json.output@@@" |
| 286 ] | 289 ] |
| 287 }, | 290 }, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "/creds/service_accounts/service-account-goma-client.json", | 324 "/creds/service_accounts/service-account-goma-client.json", |
| 322 "--mode", | 325 "--mode", |
| 323 "official", | 326 "official", |
| 324 "--goma-dir", | 327 "--goma-dir", |
| 325 "[CACHE]/cipd/goma", | 328 "[CACHE]/cipd/goma", |
| 326 "--", | 329 "--", |
| 327 "chrome", | 330 "chrome", |
| 328 "chromium_builder_perf" | 331 "chromium_builder_perf" |
| 329 ], | 332 ], |
| 330 "env": { | 333 "env": { |
| 334 "FORCE_MAC_TOOLCHAIN": "1", |
| 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 332 }, | 336 }, |
| 333 "name": "compile", | 337 "name": "compile", |
| 334 "~followup_annotations": [ | 338 "~followup_annotations": [ |
| 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 340 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 337 ] | 341 ] |
| 338 }, | 342 }, |
| 339 { | 343 { |
| 340 "allow_subannotations": true, | 344 "allow_subannotations": true, |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 "--perf-id=mac", | 874 "--perf-id=mac", |
| 871 "--perf-config={'r_clang_rev': '123456'}", | 875 "--perf-config={'r_clang_rev': '123456'}", |
| 872 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 876 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 873 "--target", | 877 "--target", |
| 874 "Release", | 878 "Release", |
| 875 "--platform", | 879 "--platform", |
| 876 "mac" | 880 "mac" |
| 877 ], | 881 ], |
| 878 "cwd": "[BUILDER_CACHE]/Mac_Builder", | 882 "cwd": "[BUILDER_CACHE]/Mac_Builder", |
| 879 "env": { | 883 "env": { |
| 884 "FORCE_MAC_TOOLCHAIN": "1", |
| 880 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 885 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 881 }, | 886 }, |
| 882 "name": "sizes" | 887 "name": "sizes" |
| 883 }, | 888 }, |
| 884 { | 889 { |
| 885 "name": "$result", | 890 "name": "$result", |
| 886 "recipe_result": null, | 891 "recipe_result": null, |
| 887 "status_code": 0 | 892 "status_code": 0 |
| 888 } | 893 } |
| 889 ] | 894 ] |
| OLD | NEW |