| 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@ {@@@", | 269 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 272 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ }@@@", | 274 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 275 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ }@@@", | 276 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 278 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
| 279 ] | 279 ] |
| 280 }, | 280 }, |
| 281 { | 281 { |
| 282 "cmd": [ | 282 "cmd": [ |
| 283 "git", | 283 "git", |
| 284 "diff", | 284 "diff", |
| 285 "--cached", | 285 "--cached", |
| 286 "--name-only" | 286 "--name-only" |
| 287 ], | 287 ], |
| 288 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 288 "cwd": "[BUILDER_CACHE]/linux/src", |
| 289 "name": "git diff to analyze patch", | 289 "name": "git diff to analyze patch", |
| 290 "stdout": "/path/to/tmp/", | 290 "stdout": "/path/to/tmp/", |
| 291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 292 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 293 "@@@STEP_LOG_END@files@@@", | 293 "@@@STEP_LOG_END@files@@@", |
| 294 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 294 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 295 ] | 295 ] |
| 296 }, | 296 }, |
| 297 { | 297 { |
| 298 "cmd": [ | 298 "cmd": [ |
| 299 "python", | 299 "python", |
| 300 "-u", | 300 "-u", |
| 301 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 301 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 302 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/trybot_analyze
_config.json", | 302 "[BUILDER_CACHE]/linux/src/testing/buildbot/trybot_analyze_config.json", |
| 303 "/path/to/tmp/json" | 303 "/path/to/tmp/json" |
| 304 ], | 304 ], |
| 305 "name": "read filter exclusion spec", | 305 "name": "read filter exclusion spec", |
| 306 "~followup_annotations": [ | 306 "~followup_annotations": [ |
| 307 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 307 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@{@@@", | 308 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 309 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 310 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 312 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 366 ], | 366 ], |
| 367 "name": "cleanup_temp" | 367 "name": "cleanup_temp" |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "cmd": [ | 370 "cmd": [ |
| 371 "python", | 371 "python", |
| 372 "-u", | 372 "-u", |
| 373 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 373 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 374 "--build-dir", | 374 "--build-dir", |
| 375 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release", | 375 "[BUILDER_CACHE]/linux/src/out/Release", |
| 376 "--clean-isolated-files" | 376 "--clean-isolated-files" |
| 377 ], | 377 ], |
| 378 "name": "clean isolated files" | 378 "name": "clean isolated files" |
| 379 }, | 379 }, |
| 380 { | 380 { |
| 381 "cmd": [ | 381 "cmd": [ |
| 382 "python", | 382 "python", |
| 383 "-u", | 383 "-u", |
| 384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", | 384 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 385 "gen", | 385 "gen", |
| 386 "-m", | 386 "-m", |
| 387 "tryserver.chromium.linux", | 387 "tryserver.chromium.linux", |
| 388 "-b", | 388 "-b", |
| 389 "linux_chromium_rel_ng", | 389 "linux_chromium_rel_ng", |
| 390 "--config-file", | 390 "--config-file", |
| 391 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", | 391 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 392 "--goma-dir", | 392 "--goma-dir", |
| 393 "[CACHE]/cipd/goma", | 393 "[CACHE]/cipd/goma", |
| 394 "--swarming-targets-file", | 394 "--swarming-targets-file", |
| 395 "base_unittests\n", | 395 "base_unittests\n", |
| 396 "//out/Release" | 396 "//out/Release" |
| 397 ], | 397 ], |
| 398 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 398 "cwd": "[BUILDER_CACHE]/linux/src", |
| 399 "env": { | 399 "env": { |
| 400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 401 }, | 401 }, |
| 402 "name": "generate_build_files (with patch)", | 402 "name": "generate_build_files (with patch)", |
| 403 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 404 "@@@STEP_LOG_LINE@swarming-targets-file.txt@base_unittests@@@", | 404 "@@@STEP_LOG_LINE@swarming-targets-file.txt@base_unittests@@@", |
| 405 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 405 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 406 ] | 406 ] |
| 407 }, | 407 }, |
| 408 { | 408 { |
| 409 "cmd": [ | 409 "cmd": [ |
| 410 "python", | 410 "python", |
| 411 "-u", | 411 "-u", |
| 412 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 412 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 413 "--show-path", | 413 "--show-path", |
| 414 "python", | 414 "python", |
| 415 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 415 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 416 "--gsutil-py-path", | 416 "--gsutil-py-path", |
| 417 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 417 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 418 "--ninja-path", | 418 "--ninja-path", |
| 419 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 419 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 420 "--target", | 420 "--target", |
| 421 "Release", | 421 "Release", |
| 422 "--src-dir", | 422 "--src-dir", |
| 423 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 423 "[BUILDER_CACHE]/linux/src", |
| 424 "--goma-cache-dir", | 424 "--goma-cache-dir", |
| 425 "[GOMA_CACHE]", | 425 "[GOMA_CACHE]", |
| 426 "--goma-deps-cache-dir", | 426 "--goma-deps-cache-dir", |
| 427 "[GOMA_DEPS_CACHE]", | 427 "[GOMA_DEPS_CACHE]", |
| 428 "--compiler", | 428 "--compiler", |
| 429 "goma", | 429 "goma", |
| 430 "--goma-jsonstatus", | 430 "--goma-jsonstatus", |
| 431 "/path/to/tmp/json", | 431 "/path/to/tmp/json", |
| 432 "--goma-service-account-json-file", | 432 "--goma-service-account-json-file", |
| 433 "/creds/service_accounts/service-account-goma-client.json", | 433 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 450 "@@@STEP_LOG_END@json.output (invalid)@@@" | 450 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 451 ] | 451 ] |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 "cmd": [ | 454 "cmd": [ |
| 455 "python", | 455 "python", |
| 456 "-u", | 456 "-u", |
| 457 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 457 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 458 "--build-dir", | 458 "--build-dir", |
| 459 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release", | 459 "[BUILDER_CACHE]/linux/src/out/Release", |
| 460 "--src-dir", | 460 "--src-dir", |
| 461 "[BUILDER_CACHE]/linux_chromium_rel_ng/src" | 461 "[BUILDER_CACHE]/linux/src" |
| 462 ], | 462 ], |
| 463 "cwd": "[SLAVE_BUILD]", | 463 "cwd": "[SLAVE_BUILD]", |
| 464 "name": "remove_build_metadata" | 464 "name": "remove_build_metadata" |
| 465 }, | 465 }, |
| 466 { | 466 { |
| 467 "cmd": [ | 467 "cmd": [ |
| 468 "python", | 468 "python", |
| 469 "-u", | 469 "-u", |
| 470 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 470 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 471 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client", | 471 "[BUILDER_CACHE]/linux/src/tools/swarming_client", |
| 472 "batcharchive", | 472 "batcharchive", |
| 473 "--dump-json", | 473 "--dump-json", |
| 474 "/path/to/tmp/json", | 474 "/path/to/tmp/json", |
| 475 "--isolate-server", | 475 "--isolate-server", |
| 476 "https://isolateserver.appspot.com", | 476 "https://isolateserver.appspot.com", |
| 477 "--verbose", | 477 "--verbose", |
| 478 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release/base_unittests.isol
ated.gen.json" | 478 "[BUILDER_CACHE]/linux/src/out/Release/base_unittests.isolated.gen.json" |
| 479 ], | 479 ], |
| 480 "name": "isolate tests", | 480 "name": "isolate tests", |
| 481 "~followup_annotations": [ | 481 "~followup_annotations": [ |
| 482 "@@@STEP_LOG_LINE@json.output@{@@@", | 482 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base
_unittests]\"@@@", | 483 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base
_unittests]\"@@@", |
| 484 "@@@STEP_LOG_LINE@json.output@}@@@", | 484 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 485 "@@@STEP_LOG_END@json.output@@@" | 485 "@@@STEP_LOG_END@json.output@@@" |
| 486 ] | 486 ] |
| 487 }, | 487 }, |
| 488 { | 488 { |
| 489 "cmd": [ | 489 "cmd": [ |
| 490 "python", | 490 "python", |
| 491 "-u", | 491 "-u", |
| 492 "import sys; sys.exit(0)" | 492 "import sys; sys.exit(0)" |
| 493 ], | 493 ], |
| 494 "name": "mark: before_tests" | 494 "name": "mark: before_tests" |
| 495 }, | 495 }, |
| 496 { | 496 { |
| 497 "cmd": [ | 497 "cmd": [ |
| 498 "python", | 498 "python", |
| 499 "-u", | 499 "-u", |
| 500 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 500 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 501 "base_unittests" | 501 "base_unittests" |
| 502 ], | 502 ], |
| 503 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 503 "cwd": "[BUILDER_CACHE]/linux", |
| 504 "env": { | 504 "env": { |
| 505 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 505 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 506 }, | 506 }, |
| 507 "name": "[error] base_unittests (with patch)", | 507 "name": "[error] base_unittests (with patch)", |
| 508 "~followup_annotations": [ | 508 "~followup_annotations": [ |
| 509 "@@@STEP_LOG_LINE@python.inline@@@@", | 509 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 510 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 510 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 511 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 511 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 512 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 512 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 513 "@@@STEP_LOG_END@python.inline@@@" | 513 "@@@STEP_LOG_END@python.inline@@@" |
| 514 ] | 514 ] |
| 515 }, | 515 }, |
| 516 { | 516 { |
| 517 "cmd": [ | 517 "cmd": [ |
| 518 "python", | 518 "python", |
| 519 "-u", | 519 "-u", |
| 520 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 520 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 521 "base_unittests" | 521 "base_unittests" |
| 522 ], | 522 ], |
| 523 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 523 "cwd": "[BUILDER_CACHE]/linux", |
| 524 "env": { | 524 "env": { |
| 525 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 525 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 526 }, | 526 }, |
| 527 "name": "[collect error] base_unittests (with patch)", | 527 "name": "[collect error] base_unittests (with patch)", |
| 528 "~followup_annotations": [ | 528 "~followup_annotations": [ |
| 529 "@@@STEP_LOG_LINE@python.inline@@@@", | 529 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 530 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 530 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 531 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 531 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 532 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 532 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 533 "@@@STEP_LOG_END@python.inline@@@", | 533 "@@@STEP_LOG_END@python.inline@@@", |
| 534 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | 534 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 535 ] | 535 ] |
| 536 }, | 536 }, |
| 537 { | 537 { |
| 538 "cmd": [ | 538 "cmd": [ |
| 539 "python", | 539 "python", |
| 540 "-u", | 540 "-u", |
| 541 "import sys; sys.exit(1)" | 541 "import sys; sys.exit(1)" |
| 542 ], | 542 ], |
| 543 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 543 "cwd": "[BUILDER_CACHE]/linux", |
| 544 "env": { | 544 "env": { |
| 545 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 545 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 546 }, | 546 }, |
| 547 "name": "base_unittests", | 547 "name": "base_unittests", |
| 548 "~followup_annotations": [ | 548 "~followup_annotations": [ |
| 549 "step returned non-zero exit code: 1", | 549 "step returned non-zero exit code: 1", |
| 550 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 550 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 551 "@@@STEP_FAILURE@@@", | 551 "@@@STEP_FAILURE@@@", |
| 552 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 552 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 553 ] | 553 ] |
| 554 }, | 554 }, |
| 555 { | 555 { |
| 556 "name": "$result", | 556 "name": "$result", |
| 557 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 557 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 558 "recipe_result": null, | 558 "recipe_result": null, |
| 559 "status_code": 1 | 559 "status_code": 1 |
| 560 } | 560 } |
| 561 ] | 561 ] |
| OLD | NEW |