| 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]/linux_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 45 "--patchset", | 45 "--patchset", |
| 46 "1", | 46 "1", |
| 47 "--rietveld_server", | 47 "--rietveld_server", |
| 48 "https://codereview.chromium.org", | 48 "https://codereview.chromium.org", |
| 49 "--output_json", | 49 "--output_json", |
| 50 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 51 "--revision", | 51 "--revision", |
| 52 "src@HEAD", | 52 "src@HEAD", |
| 53 "--output_manifest" | 53 "--output_manifest" |
| 54 ], | 54 ], |
| 55 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 55 "cwd": "[BUILDER_CACHE]/linux", |
| 56 "env": { | 56 "env": { |
| 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 58 }, | 58 }, |
| 59 "name": "bot_update", | 59 "name": "bot_update", |
| 60 "~followup_annotations": [ | 60 "~followup_annotations": [ |
| 61 "@@@STEP_TEXT@Some step text@@@", | 61 "@@@STEP_TEXT@Some step text@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@{@@@", | 62 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "@@@STEP_LOG_LINE@json.output@ }@@@", | 183 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 184 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@}@@@", | 185 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 186 "@@@STEP_LOG_END@json.output@@@" | 186 "@@@STEP_LOG_END@json.output@@@" |
| 187 ] | 187 ] |
| 188 }, | 188 }, |
| 189 { | 189 { |
| 190 "cmd": [ | 190 "cmd": [ |
| 191 "python", | 191 "python", |
| 192 "-u", | 192 "-u", |
| 193 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client/swarming.
py", | 193 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py", |
| 194 "--version" | 194 "--version" |
| 195 ], | 195 ], |
| 196 "name": "swarming.py --version", | 196 "name": "swarming.py --version", |
| 197 "stdout": "/path/to/tmp/", | 197 "stdout": "/path/to/tmp/", |
| 198 "~followup_annotations": [ | 198 "~followup_annotations": [ |
| 199 "@@@STEP_TEXT@0.8.6@@@" | 199 "@@@STEP_TEXT@0.8.6@@@" |
| 200 ] | 200 ] |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 "cmd": [ | 203 "cmd": [ |
| 204 "python", | 204 "python", |
| 205 "-u", | 205 "-u", |
| 206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 207 "runhooks" | 207 "runhooks" |
| 208 ], | 208 ], |
| 209 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 209 "cwd": "[BUILDER_CACHE]/linux/src", |
| 210 "env": { | 210 "env": { |
| 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 212 "GYP_CHROMIUM_NO_ACTION": "1", | 212 "GYP_CHROMIUM_NO_ACTION": "1", |
| 213 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 213 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 215 }, | 215 }, |
| 216 "name": "gclient runhooks (with patch)" | 216 "name": "gclient runhooks (with patch)" |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "cmd": [ | 219 "cmd": [ |
| 220 "python", | 220 "python", |
| 221 "-u", | 221 "-u", |
| 222 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/scripts/get_compile_tar
gets.py", | 222 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 223 "--output", | 223 "--output", |
| 224 "/path/to/tmp/json", | 224 "/path/to/tmp/json", |
| 225 "--", | 225 "--", |
| 226 "--build-config-fs", | 226 "--build-config-fs", |
| 227 "Release", | 227 "Release", |
| 228 "--use-src-side-runtest-py", | 228 "--use-src-side-runtest-py", |
| 229 "--paths", | 229 "--paths", |
| 230 "{\"checkout\": \"[BUILDER_CACHE]/linux_chromium_rel_ng/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 230 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", |
| 231 "--properties", | 231 "--properties", |
| 232 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" | 232 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" |
| 233 ], | 233 ], |
| 234 "name": "get compile targets for scripts", | 234 "name": "get compile targets for scripts", |
| 235 "~followup_annotations": [ | 235 "~followup_annotations": [ |
| 236 "@@@STEP_LOG_LINE@json.output@{}@@@", | 236 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 237 "@@@STEP_LOG_END@json.output@@@" | 237 "@@@STEP_LOG_END@json.output@@@" |
| 238 ] | 238 ] |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 "cmd": [ | 241 "cmd": [ |
| 242 "python", | 242 "python", |
| 243 "-u", | 243 "-u", |
| 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 245 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/chromium.gpu.j
son", | 245 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gpu.json", |
| 246 "/path/to/tmp/json" | 246 "/path/to/tmp/json" |
| 247 ], | 247 ], |
| 248 "name": "read test spec (chromium.gpu.json)", | 248 "name": "read test spec (chromium.gpu.json)", |
| 249 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 250 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buil
dbot/chromium.gpu.json@@@", | 250 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gp
u.json@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@{}@@@", | 251 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 252 "@@@STEP_LOG_END@json.output@@@" | 252 "@@@STEP_LOG_END@json.output@@@" |
| 253 ] | 253 ] |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "python", | 257 "python", |
| 258 "-u", | 258 "-u", |
| 259 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 259 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 260 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/chromium.linux
.json", | 260 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 261 "/path/to/tmp/json" | 261 "/path/to/tmp/json" |
| 262 ], | 262 ], |
| 263 "name": "read test spec (chromium.linux.json)", | 263 "name": "read test spec (chromium.linux.json)", |
| 264 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 265 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buil
dbot/chromium.linux.json@@@", | 265 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@{}@@@", | 266 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 267 "@@@STEP_LOG_END@json.output@@@" | 267 "@@@STEP_LOG_END@json.output@@@" |
| 268 ] | 268 ] |
| 269 }, | 269 }, |
| 270 { | 270 { |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "git", | 272 "git", |
| 273 "diff", | 273 "diff", |
| 274 "--cached", | 274 "--cached", |
| 275 "--name-only" | 275 "--name-only" |
| 276 ], | 276 ], |
| 277 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 277 "cwd": "[BUILDER_CACHE]/linux/src", |
| 278 "name": "git diff to analyze patch", | 278 "name": "git diff to analyze patch", |
| 279 "stdout": "/path/to/tmp/", | 279 "stdout": "/path/to/tmp/", |
| 280 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 282 "@@@STEP_LOG_END@files@@@", | 282 "@@@STEP_LOG_END@files@@@", |
| 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 284 ] | 284 ] |
| 285 }, | 285 }, |
| 286 { | 286 { |
| 287 "cmd": [ | 287 "cmd": [ |
| 288 "python", | 288 "python", |
| 289 "-u", | 289 "-u", |
| 290 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 290 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 291 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/trybot_analyze
_config.json", | 291 "[BUILDER_CACHE]/linux/src/testing/buildbot/trybot_analyze_config.json", |
| 292 "/path/to/tmp/json" | 292 "/path/to/tmp/json" |
| 293 ], | 293 ], |
| 294 "name": "read filter exclusion spec", | 294 "name": "read filter exclusion spec", |
| 295 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 296 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 296 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@{@@@", | 297 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 301 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "--show-path", | 342 "--show-path", |
| 343 "python", | 343 "python", |
| 344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 345 ], | 345 ], |
| 346 "name": "cleanup_temp" | 346 "name": "cleanup_temp" |
| 347 }, | 347 }, |
| 348 { | 348 { |
| 349 "cmd": [ | 349 "cmd": [ |
| 350 "python", | 350 "python", |
| 351 "-u", | 351 "-u", |
| 352 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", | 352 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 353 "gen", | 353 "gen", |
| 354 "-m", | 354 "-m", |
| 355 "tryserver.chromium.linux", | 355 "tryserver.chromium.linux", |
| 356 "-b", | 356 "-b", |
| 357 "linux_chromium_rel_ng", | 357 "linux_chromium_rel_ng", |
| 358 "--config-file", | 358 "--config-file", |
| 359 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", | 359 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 360 "--goma-dir", | 360 "--goma-dir", |
| 361 "[CACHE]/cipd/goma", | 361 "[CACHE]/cipd/goma", |
| 362 "//out/Release" | 362 "//out/Release" |
| 363 ], | 363 ], |
| 364 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 364 "cwd": "[BUILDER_CACHE]/linux/src", |
| 365 "env": { | 365 "env": { |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 367 }, | 367 }, |
| 368 "name": "generate_build_files (with patch)" | 368 "name": "generate_build_files (with patch)" |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 "cmd": [ | 371 "cmd": [ |
| 372 "python", | 372 "python", |
| 373 "-u", | 373 "-u", |
| 374 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 374 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 375 "--show-path", | 375 "--show-path", |
| 376 "python", | 376 "python", |
| 377 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 377 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 378 "--gsutil-py-path", | 378 "--gsutil-py-path", |
| 379 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 379 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 380 "--ninja-path", | 380 "--ninja-path", |
| 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 382 "--target", | 382 "--target", |
| 383 "Release", | 383 "Release", |
| 384 "--src-dir", | 384 "--src-dir", |
| 385 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 385 "[BUILDER_CACHE]/linux/src", |
| 386 "--goma-cache-dir", | 386 "--goma-cache-dir", |
| 387 "[GOMA_CACHE]", | 387 "[GOMA_CACHE]", |
| 388 "--goma-deps-cache-dir", | 388 "--goma-deps-cache-dir", |
| 389 "[GOMA_DEPS_CACHE]", | 389 "[GOMA_DEPS_CACHE]", |
| 390 "--compiler", | 390 "--compiler", |
| 391 "goma", | 391 "goma", |
| 392 "--goma-jsonstatus", | 392 "--goma-jsonstatus", |
| 393 "/path/to/tmp/json", | 393 "/path/to/tmp/json", |
| 394 "--goma-service-account-json-file", | 394 "--goma-service-account-json-file", |
| 395 "/creds/service_accounts/service-account-goma-client.json", | 395 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 "@@@STEP_LOG_END@json.output@@@" | 507 "@@@STEP_LOG_END@json.output@@@" |
| 508 ] | 508 ] |
| 509 }, | 509 }, |
| 510 { | 510 { |
| 511 "cmd": [ | 511 "cmd": [ |
| 512 "python", | 512 "python", |
| 513 "-u", | 513 "-u", |
| 514 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 514 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 515 "runhooks" | 515 "runhooks" |
| 516 ], | 516 ], |
| 517 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 517 "cwd": "[BUILDER_CACHE]/linux/src", |
| 518 "env": { | 518 "env": { |
| 519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 520 "GYP_CHROMIUM_NO_ACTION": "1", | 520 "GYP_CHROMIUM_NO_ACTION": "1", |
| 521 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 521 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 522 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 522 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 523 }, | 523 }, |
| 524 "name": "gclient runhooks (without patch)" | 524 "name": "gclient runhooks (without patch)" |
| 525 }, | 525 }, |
| 526 { | 526 { |
| 527 "cmd": [ | 527 "cmd": [ |
| 528 "python", | 528 "python", |
| 529 "-u", | 529 "-u", |
| 530 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", | 530 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 531 "gen", | 531 "gen", |
| 532 "-m", | 532 "-m", |
| 533 "tryserver.chromium.linux", | 533 "tryserver.chromium.linux", |
| 534 "-b", | 534 "-b", |
| 535 "linux_chromium_rel_ng", | 535 "linux_chromium_rel_ng", |
| 536 "--config-file", | 536 "--config-file", |
| 537 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", | 537 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 538 "--goma-dir", | 538 "--goma-dir", |
| 539 "[CACHE]/cipd/goma", | 539 "[CACHE]/cipd/goma", |
| 540 "//out/Release" | 540 "//out/Release" |
| 541 ], | 541 ], |
| 542 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 542 "cwd": "[BUILDER_CACHE]/linux/src", |
| 543 "env": { | 543 "env": { |
| 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 545 }, | 545 }, |
| 546 "name": "generate_build_files (without patch)" | 546 "name": "generate_build_files (without patch)" |
| 547 }, | 547 }, |
| 548 { | 548 { |
| 549 "cmd": [ | 549 "cmd": [ |
| 550 "python", | 550 "python", |
| 551 "-u", | 551 "-u", |
| 552 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 552 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 553 "--show-path", | 553 "--show-path", |
| 554 "python", | 554 "python", |
| 555 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 555 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 556 "--gsutil-py-path", | 556 "--gsutil-py-path", |
| 557 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 557 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 558 "--ninja-path", | 558 "--ninja-path", |
| 559 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 559 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 560 "--target", | 560 "--target", |
| 561 "Release", | 561 "Release", |
| 562 "--src-dir", | 562 "--src-dir", |
| 563 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 563 "[BUILDER_CACHE]/linux/src", |
| 564 "--goma-cache-dir", | 564 "--goma-cache-dir", |
| 565 "[GOMA_CACHE]", | 565 "[GOMA_CACHE]", |
| 566 "--goma-deps-cache-dir", | 566 "--goma-deps-cache-dir", |
| 567 "[GOMA_DEPS_CACHE]", | 567 "[GOMA_DEPS_CACHE]", |
| 568 "--compiler", | 568 "--compiler", |
| 569 "goma", | 569 "goma", |
| 570 "--goma-jsonstatus", | 570 "--goma-jsonstatus", |
| 571 "/path/to/tmp/json", | 571 "/path/to/tmp/json", |
| 572 "--goma-service-account-json-file", | 572 "--goma-service-account-json-file", |
| 573 "/creds/service_accounts/service-account-goma-client.json", | 573 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 600 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 600 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 601 ] | 601 ] |
| 602 }, | 602 }, |
| 603 { | 603 { |
| 604 "name": "$result", | 604 "name": "$result", |
| 605 "reason": "Step('compile (with patch)') failed with return_code 1", | 605 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 606 "recipe_result": null, | 606 "recipe_result": null, |
| 607 "status_code": 1 | 607 "status_code": 1 |
| 608 } | 608 } |
| 609 ] | 609 ] |
| OLD | NEW |