| 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_LINE@json.output@ \"Linux Tests\": {@@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 270 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ }@@@", | 271 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@}@@@", | 272 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 273 "@@@STEP_LOG_END@json.output@@@" | 273 "@@@STEP_LOG_END@json.output@@@" |
| 274 ] | 274 ] |
| 275 }, | 275 }, |
| 276 { | 276 { |
| 277 "cmd": [ | 277 "cmd": [ |
| 278 "git", | 278 "git", |
| 279 "diff", | 279 "diff", |
| 280 "--cached", | 280 "--cached", |
| 281 "--name-only" | 281 "--name-only" |
| 282 ], | 282 ], |
| 283 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 283 "cwd": "[BUILDER_CACHE]/linux/src", |
| 284 "name": "git diff to analyze patch", | 284 "name": "git diff to analyze patch", |
| 285 "stdout": "/path/to/tmp/", | 285 "stdout": "/path/to/tmp/", |
| 286 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 287 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 287 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 288 "@@@STEP_LOG_END@files@@@", | 288 "@@@STEP_LOG_END@files@@@", |
| 289 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 289 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 290 ] | 290 ] |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "cmd": [ | 293 "cmd": [ |
| 294 "python", | 294 "python", |
| 295 "-u", | 295 "-u", |
| 296 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 296 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 297 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/trybot_analyze
_config.json", | 297 "[BUILDER_CACHE]/linux/src/testing/buildbot/trybot_analyze_config.json", |
| 298 "/path/to/tmp/json" | 298 "/path/to/tmp/json" |
| 299 ], | 299 ], |
| 300 "name": "read filter exclusion spec", | 300 "name": "read filter exclusion spec", |
| 301 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 302 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 302 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@{@@@", | 303 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 307 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 "--show-path", | 354 "--show-path", |
| 355 "python", | 355 "python", |
| 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 357 ], | 357 ], |
| 358 "name": "cleanup_temp" | 358 "name": "cleanup_temp" |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "cmd": [ | 361 "cmd": [ |
| 362 "python", | 362 "python", |
| 363 "-u", | 363 "-u", |
| 364 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", | 364 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 365 "gen", | 365 "gen", |
| 366 "-m", | 366 "-m", |
| 367 "tryserver.chromium.linux", | 367 "tryserver.chromium.linux", |
| 368 "-b", | 368 "-b", |
| 369 "linux_chromium_rel_ng", | 369 "linux_chromium_rel_ng", |
| 370 "--config-file", | 370 "--config-file", |
| 371 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", | 371 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 372 "--goma-dir", | 372 "--goma-dir", |
| 373 "[CACHE]/cipd/goma", | 373 "[CACHE]/cipd/goma", |
| 374 "//out/Release" | 374 "//out/Release" |
| 375 ], | 375 ], |
| 376 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 376 "cwd": "[BUILDER_CACHE]/linux/src", |
| 377 "env": { | 377 "env": { |
| 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 379 }, | 379 }, |
| 380 "name": "generate_build_files (with patch)" | 380 "name": "generate_build_files (with patch)" |
| 381 }, | 381 }, |
| 382 { | 382 { |
| 383 "cmd": [ | 383 "cmd": [ |
| 384 "python", | 384 "python", |
| 385 "-u", | 385 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 386 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 387 "--show-path", | 387 "--show-path", |
| 388 "python", | 388 "python", |
| 389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 390 "--gsutil-py-path", | 390 "--gsutil-py-path", |
| 391 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 391 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 392 "--ninja-path", | 392 "--ninja-path", |
| 393 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 393 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 394 "--target", | 394 "--target", |
| 395 "Release", | 395 "Release", |
| 396 "--src-dir", | 396 "--src-dir", |
| 397 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 397 "[BUILDER_CACHE]/linux/src", |
| 398 "--goma-cache-dir", | 398 "--goma-cache-dir", |
| 399 "[GOMA_CACHE]", | 399 "[GOMA_CACHE]", |
| 400 "--goma-deps-cache-dir", | 400 "--goma-deps-cache-dir", |
| 401 "[GOMA_DEPS_CACHE]", | 401 "[GOMA_DEPS_CACHE]", |
| 402 "--compiler", | 402 "--compiler", |
| 403 "goma", | 403 "goma", |
| 404 "--goma-jsonstatus", | 404 "--goma-jsonstatus", |
| 405 "/path/to/tmp/json", | 405 "/path/to/tmp/json", |
| 406 "--goma-service-account-json-file", | 406 "--goma-service-account-json-file", |
| 407 "/creds/service_accounts/service-account-goma-client.json", | 407 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 "@@@STEP_LOG_END@json.output@@@" | 527 "@@@STEP_LOG_END@json.output@@@" |
| 528 ] | 528 ] |
| 529 }, | 529 }, |
| 530 { | 530 { |
| 531 "cmd": [ | 531 "cmd": [ |
| 532 "python", | 532 "python", |
| 533 "-u", | 533 "-u", |
| 534 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 534 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 535 "runhooks" | 535 "runhooks" |
| 536 ], | 536 ], |
| 537 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 537 "cwd": "[BUILDER_CACHE]/linux/src", |
| 538 "env": { | 538 "env": { |
| 539 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 539 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 540 "GYP_CHROMIUM_NO_ACTION": "1", | 540 "GYP_CHROMIUM_NO_ACTION": "1", |
| 541 "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", | 541 "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", |
| 542 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 542 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 543 }, | 543 }, |
| 544 "name": "gclient runhooks (without patch)" | 544 "name": "gclient runhooks (without patch)" |
| 545 }, | 545 }, |
| 546 { | 546 { |
| 547 "cmd": [ | 547 "cmd": [ |
| 548 "python", | 548 "python", |
| 549 "-u", | 549 "-u", |
| 550 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", | 550 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 551 "gen", | 551 "gen", |
| 552 "-m", | 552 "-m", |
| 553 "tryserver.chromium.linux", | 553 "tryserver.chromium.linux", |
| 554 "-b", | 554 "-b", |
| 555 "linux_chromium_rel_ng", | 555 "linux_chromium_rel_ng", |
| 556 "--config-file", | 556 "--config-file", |
| 557 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", | 557 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 558 "--goma-dir", | 558 "--goma-dir", |
| 559 "[CACHE]/cipd/goma", | 559 "[CACHE]/cipd/goma", |
| 560 "//out/Release" | 560 "//out/Release" |
| 561 ], | 561 ], |
| 562 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 562 "cwd": "[BUILDER_CACHE]/linux/src", |
| 563 "env": { | 563 "env": { |
| 564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 565 }, | 565 }, |
| 566 "name": "generate_build_files (without patch)" | 566 "name": "generate_build_files (without patch)" |
| 567 }, | 567 }, |
| 568 { | 568 { |
| 569 "cmd": [ | 569 "cmd": [ |
| 570 "python", | 570 "python", |
| 571 "-u", | 571 "-u", |
| 572 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 572 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 573 "--show-path", | 573 "--show-path", |
| 574 "python", | 574 "python", |
| 575 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 575 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 576 "--gsutil-py-path", | 576 "--gsutil-py-path", |
| 577 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 577 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 578 "--ninja-path", | 578 "--ninja-path", |
| 579 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 579 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 580 "--target", | 580 "--target", |
| 581 "Release", | 581 "Release", |
| 582 "--src-dir", | 582 "--src-dir", |
| 583 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 583 "[BUILDER_CACHE]/linux/src", |
| 584 "--goma-cache-dir", | 584 "--goma-cache-dir", |
| 585 "[GOMA_CACHE]", | 585 "[GOMA_CACHE]", |
| 586 "--goma-deps-cache-dir", | 586 "--goma-deps-cache-dir", |
| 587 "[GOMA_DEPS_CACHE]", | 587 "[GOMA_DEPS_CACHE]", |
| 588 "--compiler", | 588 "--compiler", |
| 589 "goma", | 589 "goma", |
| 590 "--goma-jsonstatus", | 590 "--goma-jsonstatus", |
| 591 "/path/to/tmp/json", | 591 "/path/to/tmp/json", |
| 592 "--goma-service-account-json-file", | 592 "--goma-service-account-json-file", |
| 593 "/creds/service_accounts/service-account-goma-client.json", | 593 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 621 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 621 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
| 622 ] | 622 ] |
| 623 }, | 623 }, |
| 624 { | 624 { |
| 625 "name": "$result", | 625 "name": "$result", |
| 626 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 626 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
| 627 "recipe_result": null, | 627 "recipe_result": null, |
| 628 "status_code": 1 | 628 "status_code": 1 |
| 629 } | 629 } |
| 630 ] | 630 ] |
| OLD | NEW |