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