| 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]/ClangToTMac__dbg_", | 7 "[BUILDER_CACHE]/ClangToTMac__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 }, | 135 }, |
| 136 { | 136 { |
| 137 "cmd": [ | 137 "cmd": [ |
| 138 "python", | 138 "python", |
| 139 "-u", | 139 "-u", |
| 140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 141 "runhooks" | 141 "runhooks" |
| 142 ], | 142 ], |
| 143 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src", | 143 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src", |
| 144 "env": { | 144 "env": { |
| 145 "FORCE_MAC_TOOLCHAIN": "1", |
| 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 146 "GYP_CHROMIUM_NO_ACTION": "1", | 147 "GYP_CHROMIUM_NO_ACTION": "1", |
| 147 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", | 148 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", |
| 148 "LLVM_FORCE_HEAD_REVISION": "YES", | 149 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 150 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 150 }, | 151 }, |
| 151 "name": "gclient runhooks" | 152 "name": "gclient runhooks" |
| 152 }, | 153 }, |
| 153 { | 154 { |
| 154 "cmd": [ | 155 "cmd": [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "-m", | 207 "-m", |
| 207 "chromium.fyi", | 208 "chromium.fyi", |
| 208 "-b", | 209 "-b", |
| 209 "ClangToTMac (dbg)", | 210 "ClangToTMac (dbg)", |
| 210 "--config-file", | 211 "--config-file", |
| 211 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb_config.pyl", | 212 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb_config.pyl", |
| 212 "//out/Debug" | 213 "//out/Debug" |
| 213 ], | 214 ], |
| 214 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src", | 215 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src", |
| 215 "env": { | 216 "env": { |
| 217 "FORCE_MAC_TOOLCHAIN": "1", |
| 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 217 }, | 219 }, |
| 218 "name": "generate_build_files" | 220 "name": "generate_build_files" |
| 219 }, | 221 }, |
| 220 { | 222 { |
| 221 "allow_subannotations": true, | 223 "allow_subannotations": true, |
| 222 "cmd": [ | 224 "cmd": [ |
| 223 "python", | 225 "python", |
| 224 "-u", | 226 "-u", |
| 225 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 226 "--src-dir", | 228 "--src-dir", |
| 227 "[BUILDER_CACHE]/ClangToTMac__dbg_/src", | 229 "[BUILDER_CACHE]/ClangToTMac__dbg_/src", |
| 228 "--output-json", | 230 "--output-json", |
| 229 "/path/to/tmp/json" | 231 "/path/to/tmp/json" |
| 230 ], | 232 ], |
| 231 "env": { | 233 "env": { |
| 234 "FORCE_MAC_TOOLCHAIN": "1", |
| 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 233 "LLVM_FORCE_HEAD_REVISION": "YES" | 236 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 234 }, | 237 }, |
| 235 "name": "clang_revision", | 238 "name": "clang_revision", |
| 236 "~followup_annotations": [ | 239 "~followup_annotations": [ |
| 237 "@@@STEP_LOG_LINE@json.output@{@@@", | 240 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@}@@@", | 242 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 240 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
| 241 ] | 244 ] |
| (...skipping 25 matching lines...) Expand all Loading... |
| 267 "--goma-deps-cache-file", | 270 "--goma-deps-cache-file", |
| 268 "ClangToTMac__dbg_.gomadeps", | 271 "ClangToTMac__dbg_.gomadeps", |
| 269 "--build-data-dir", | 272 "--build-data-dir", |
| 270 "[ROOT]/build_data_dir", | 273 "[ROOT]/build_data_dir", |
| 271 "--compiler", | 274 "--compiler", |
| 272 "clang", | 275 "clang", |
| 273 "--", | 276 "--", |
| 274 "all" | 277 "all" |
| 275 ], | 278 ], |
| 276 "env": { | 279 "env": { |
| 280 "FORCE_MAC_TOOLCHAIN": "1", |
| 277 "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", |
| 278 "LLVM_FORCE_HEAD_REVISION": "YES" | 282 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 279 }, | 283 }, |
| 280 "name": "compile" | 284 "name": "compile" |
| 281 }, | 285 }, |
| 282 { | 286 { |
| 283 "allow_subannotations": true, | 287 "allow_subannotations": true, |
| 284 "cmd": [ | 288 "cmd": [ |
| 285 "python", | 289 "python", |
| 286 "-u", | 290 "-u", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "--perf-id=ClangToTMac (dbg)", | 335 "--perf-id=ClangToTMac (dbg)", |
| 332 "--perf-config={'r_clang_rev': '123456'}", | 336 "--perf-config={'r_clang_rev': '123456'}", |
| 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 334 "--target", | 338 "--target", |
| 335 "Debug", | 339 "Debug", |
| 336 "--platform", | 340 "--platform", |
| 337 "mac" | 341 "mac" |
| 338 ], | 342 ], |
| 339 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_", | 343 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_", |
| 340 "env": { | 344 "env": { |
| 345 "FORCE_MAC_TOOLCHAIN": "1", |
| 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 342 "LLVM_FORCE_HEAD_REVISION": "YES" | 347 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 343 }, | 348 }, |
| 344 "name": "sizes" | 349 "name": "sizes" |
| 345 }, | 350 }, |
| 346 { | 351 { |
| 347 "name": "$result", | 352 "name": "$result", |
| 348 "recipe_result": null, | 353 "recipe_result": null, |
| 349 "status_code": 0 | 354 "status_code": 0 |
| 350 } | 355 } |
| 351 ] | 356 ] |
| OLD | NEW |