| 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\": \"gl_tests\"@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", |
| 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 "gl_tests\n", | 395 "gl_tests\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@gl_tests@@@", | 404 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
| 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/gl_tests.isolated.g
en.json" | 478 "[BUILDER_CACHE]/linux/src/out/Release/gl_tests.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@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", | 483 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", |
| 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 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client/swarming.
py", | 500 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py", |
| 501 "trigger", | 501 "trigger", |
| 502 "--swarming", | 502 "--swarming", |
| 503 "https://chromium-swarm.appspot.com", | 503 "https://chromium-swarm.appspot.com", |
| 504 "--isolate-server", | 504 "--isolate-server", |
| 505 "https://isolateserver.appspot.com", | 505 "https://isolateserver.appspot.com", |
| 506 "--priority", | 506 "--priority", |
| 507 "30", | 507 "30", |
| 508 "--shards", | 508 "--shards", |
| 509 "1", | 509 "1", |
| 510 "--task-name", | 510 "--task-name", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 "slavename:TestSlavename", | 555 "slavename:TestSlavename", |
| 556 "--tag", | 556 "--tag", |
| 557 "stepname:gl_tests (with patch) on Ubuntu-12.04", | 557 "stepname:gl_tests (with patch) on Ubuntu-12.04", |
| 558 "--idempotent", | 558 "--idempotent", |
| 559 "--user", | 559 "--user", |
| 560 "commit-bot@chromium.org", | 560 "commit-bot@chromium.org", |
| 561 "[dummy hash for gl_tests]", | 561 "[dummy hash for gl_tests]", |
| 562 "--", | 562 "--", |
| 563 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 563 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 564 ], | 564 ], |
| 565 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 565 "cwd": "[BUILDER_CACHE]/linux", |
| 566 "env": { | 566 "env": { |
| 567 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 567 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 568 }, | 568 }, |
| 569 "name": "[trigger] gl_tests (with patch) on Ubuntu-12.04", | 569 "name": "[trigger] gl_tests (with patch) on Ubuntu-12.04", |
| 570 "~followup_annotations": [ | 570 "~followup_annotations": [ |
| 571 "@@@STEP_LOG_LINE@json.output@{@@@", | 571 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 572 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (with patch
)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (with patch
)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (with patch)/Ubuntu-12.04/[du
mmy has/linux_chromium_rel_ng/571\": {@@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (with patch)/Ubuntu-12.04/[du
mmy has/linux_chromium_rel_ng/571\": {@@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 576 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 577 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 578 "@@@STEP_LOG_LINE@json.output@ }@@@", | 578 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 579 "@@@STEP_LOG_LINE@json.output@ }@@@", | 579 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 580 "@@@STEP_LOG_LINE@json.output@}@@@", | 580 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 581 "@@@STEP_LOG_END@json.output@@@", | 581 "@@@STEP_LOG_END@json.output@@@", |
| 582 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 582 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 583 ] | 583 ] |
| 584 }, | 584 }, |
| 585 { | 585 { |
| 586 "allow_subannotations": true, | 586 "allow_subannotations": true, |
| 587 "cmd": [ | 587 "cmd": [ |
| 588 "python", | 588 "python", |
| 589 "-u", | 589 "-u", |
| 590 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 590 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 591 "python", | 591 "python", |
| 592 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 592 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
| 593 "--swarming-client-dir", | 593 "--swarming-client-dir", |
| 594 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client", | 594 "[BUILDER_CACHE]/linux/src/tools/swarming_client", |
| 595 "--temp-root-dir", | 595 "--temp-root-dir", |
| 596 "[TMP_BASE]", | 596 "[TMP_BASE]", |
| 597 "--merged-test-output", | 597 "--merged-test-output", |
| 598 "/path/to/tmp/json", | 598 "/path/to/tmp/json", |
| 599 "--", | 599 "--", |
| 600 "collect", | 600 "collect", |
| 601 "--swarming", | 601 "--swarming", |
| 602 "https://chromium-swarm.appspot.com", | 602 "https://chromium-swarm.appspot.com", |
| 603 "--decorate", | 603 "--decorate", |
| 604 "--print-status-updates", | 604 "--print-status-updates", |
| 605 "--json", | 605 "--json", |
| 606 "{\"base_task_name\": \"gl_tests (with patch)/Ubuntu-12.04/[dummy has/linu
x_chromium_rel_ng/571\", \"tasks\": {\"gl_tests (with patch)/Ubuntu-12.04/[dummy
has/linux_chromium_rel_ng/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" | 606 "{\"base_task_name\": \"gl_tests (with patch)/Ubuntu-12.04/[dummy has/linu
x_chromium_rel_ng/571\", \"tasks\": {\"gl_tests (with patch)/Ubuntu-12.04/[dummy
has/linux_chromium_rel_ng/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" |
| 607 ], | 607 ], |
| 608 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 608 "cwd": "[BUILDER_CACHE]/linux", |
| 609 "env": { | 609 "env": { |
| 610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 611 }, | 611 }, |
| 612 "name": "gl_tests (with patch) on Ubuntu-12.04", | 612 "name": "gl_tests (with patch) on Ubuntu-12.04", |
| 613 "~followup_annotations": [ | 613 "~followup_annotations": [ |
| 614 "step returned non-zero exit code: 1", | 614 "step returned non-zero exit code: 1", |
| 615 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 615 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 616 "@@@STEP_FAILURE@@@" | 616 "@@@STEP_FAILURE@@@" |
| 617 ] | 617 ] |
| 618 }, | 618 }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 629 "linux_chromium_rel_ng", | 629 "linux_chromium_rel_ng", |
| 630 "--build-number", | 630 "--build-number", |
| 631 "571", | 631 "571", |
| 632 "--test-type", | 632 "--test-type", |
| 633 "gl_tests (with patch) on Ubuntu-12.04", | 633 "gl_tests (with patch) on Ubuntu-12.04", |
| 634 "--test-results-server", | 634 "--test-results-server", |
| 635 "test-results.appspot.com", | 635 "test-results.appspot.com", |
| 636 "--chrome-revision", | 636 "--chrome-revision", |
| 637 "170242" | 637 "170242" |
| 638 ], | 638 ], |
| 639 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 639 "cwd": "[BUILDER_CACHE]/linux", |
| 640 "env": { | 640 "env": { |
| 641 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 641 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 642 }, | 642 }, |
| 643 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]" | 643 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]" |
| 644 }, | 644 }, |
| 645 { | 645 { |
| 646 "cmd": [ | 646 "cmd": [ |
| 647 "python", | 647 "python", |
| 648 "-u", | 648 "-u", |
| 649 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 649 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 663 "[GIT_CACHE]", | 663 "[GIT_CACHE]", |
| 664 "--rietveld_server", | 664 "--rietveld_server", |
| 665 "https://codereview.chromium.org", | 665 "https://codereview.chromium.org", |
| 666 "--output_json", | 666 "--output_json", |
| 667 "/path/to/tmp/json", | 667 "/path/to/tmp/json", |
| 668 "--revision", | 668 "--revision", |
| 669 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 669 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 670 "--force", | 670 "--force", |
| 671 "--output_manifest" | 671 "--output_manifest" |
| 672 ], | 672 ], |
| 673 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 673 "cwd": "[BUILDER_CACHE]/linux", |
| 674 "env": { | 674 "env": { |
| 675 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 675 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 676 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 676 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 677 }, | 677 }, |
| 678 "name": "bot_update (without patch)", | 678 "name": "bot_update (without patch)", |
| 679 "~followup_annotations": [ | 679 "~followup_annotations": [ |
| 680 "@@@STEP_TEXT@Some step text@@@", | 680 "@@@STEP_TEXT@Some step text@@@", |
| 681 "@@@STEP_LOG_LINE@json.output@{@@@", | 681 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 682 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 682 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 683 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 683 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "@@@STEP_LOG_END@json.output@@@" | 737 "@@@STEP_LOG_END@json.output@@@" |
| 738 ] | 738 ] |
| 739 }, | 739 }, |
| 740 { | 740 { |
| 741 "cmd": [ | 741 "cmd": [ |
| 742 "python", | 742 "python", |
| 743 "-u", | 743 "-u", |
| 744 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 744 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 745 "runhooks" | 745 "runhooks" |
| 746 ], | 746 ], |
| 747 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 747 "cwd": "[BUILDER_CACHE]/linux/src", |
| 748 "env": { | 748 "env": { |
| 749 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 749 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 750 "GYP_CHROMIUM_NO_ACTION": "1", | 750 "GYP_CHROMIUM_NO_ACTION": "1", |
| 751 "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", | 751 "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", |
| 752 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 752 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 753 }, | 753 }, |
| 754 "name": "gclient runhooks (without patch)" | 754 "name": "gclient runhooks (without patch)" |
| 755 }, | 755 }, |
| 756 { | 756 { |
| 757 "cmd": [ | 757 "cmd": [ |
| 758 "python", | 758 "python", |
| 759 "-u", | 759 "-u", |
| 760 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 760 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 761 "--build-dir", | 761 "--build-dir", |
| 762 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release", | 762 "[BUILDER_CACHE]/linux/src/out/Release", |
| 763 "--clean-isolated-files" | 763 "--clean-isolated-files" |
| 764 ], | 764 ], |
| 765 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 765 "cwd": "[BUILDER_CACHE]/linux", |
| 766 "env": { | 766 "env": { |
| 767 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 767 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 768 }, | 768 }, |
| 769 "name": "clean isolated files (2)" | 769 "name": "clean isolated files (2)" |
| 770 }, | 770 }, |
| 771 { | 771 { |
| 772 "cmd": [ | 772 "cmd": [ |
| 773 "python", | 773 "python", |
| 774 "-u", | 774 "-u", |
| 775 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", | 775 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 776 "gen", | 776 "gen", |
| 777 "-m", | 777 "-m", |
| 778 "tryserver.chromium.linux", | 778 "tryserver.chromium.linux", |
| 779 "-b", | 779 "-b", |
| 780 "linux_chromium_rel_ng", | 780 "linux_chromium_rel_ng", |
| 781 "--config-file", | 781 "--config-file", |
| 782 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", | 782 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 783 "--goma-dir", | 783 "--goma-dir", |
| 784 "[CACHE]/cipd/goma", | 784 "[CACHE]/cipd/goma", |
| 785 "--swarming-targets-file", | 785 "--swarming-targets-file", |
| 786 "gl_tests\n", | 786 "gl_tests\n", |
| 787 "//out/Release" | 787 "//out/Release" |
| 788 ], | 788 ], |
| 789 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 789 "cwd": "[BUILDER_CACHE]/linux/src", |
| 790 "env": { | 790 "env": { |
| 791 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 791 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 792 }, | 792 }, |
| 793 "name": "generate_build_files (without patch)", | 793 "name": "generate_build_files (without patch)", |
| 794 "~followup_annotations": [ | 794 "~followup_annotations": [ |
| 795 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 795 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
| 796 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 796 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 797 ] | 797 ] |
| 798 }, | 798 }, |
| 799 { | 799 { |
| 800 "cmd": [ | 800 "cmd": [ |
| 801 "python", | 801 "python", |
| 802 "-u", | 802 "-u", |
| 803 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 803 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 804 "--show-path", | 804 "--show-path", |
| 805 "python", | 805 "python", |
| 806 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 806 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 807 "--gsutil-py-path", | 807 "--gsutil-py-path", |
| 808 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 808 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 809 "--ninja-path", | 809 "--ninja-path", |
| 810 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 810 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 811 "--target", | 811 "--target", |
| 812 "Release", | 812 "Release", |
| 813 "--src-dir", | 813 "--src-dir", |
| 814 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 814 "[BUILDER_CACHE]/linux/src", |
| 815 "--goma-cache-dir", | 815 "--goma-cache-dir", |
| 816 "[GOMA_CACHE]", | 816 "[GOMA_CACHE]", |
| 817 "--goma-deps-cache-dir", | 817 "--goma-deps-cache-dir", |
| 818 "[GOMA_DEPS_CACHE]", | 818 "[GOMA_DEPS_CACHE]", |
| 819 "--compiler", | 819 "--compiler", |
| 820 "goma", | 820 "goma", |
| 821 "--goma-jsonstatus", | 821 "--goma-jsonstatus", |
| 822 "/path/to/tmp/json", | 822 "/path/to/tmp/json", |
| 823 "--goma-service-account-json-file", | 823 "--goma-service-account-json-file", |
| 824 "/creds/service_accounts/service-account-goma-client.json", | 824 "/creds/service_accounts/service-account-goma-client.json", |
| 825 "--goma-dir", | 825 "--goma-dir", |
| 826 "[CACHE]/cipd/goma", | 826 "[CACHE]/cipd/goma", |
| 827 "--goma-fail-fast", | 827 "--goma-fail-fast", |
| 828 "--goma-disable-local-fallback", | 828 "--goma-disable-local-fallback", |
| 829 "--ninja-ensure-up-to-date", | 829 "--ninja-ensure-up-to-date", |
| 830 "--", | 830 "--", |
| 831 "gl_tests", | 831 "gl_tests", |
| 832 "gl_tests_run" | 832 "gl_tests_run" |
| 833 ], | 833 ], |
| 834 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 834 "cwd": "[BUILDER_CACHE]/linux", |
| 835 "env": { | 835 "env": { |
| 836 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 836 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 837 }, | 837 }, |
| 838 "name": "compile (without patch)", | 838 "name": "compile (without patch)", |
| 839 "~followup_annotations": [ | 839 "~followup_annotations": [ |
| 840 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 840 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 841 "@@@STEP_LOG_END@json.output (invalid)@@@" | 841 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 842 ] | 842 ] |
| 843 }, | 843 }, |
| 844 { | 844 { |
| 845 "cmd": [ | 845 "cmd": [ |
| 846 "python", | 846 "python", |
| 847 "-u", | 847 "-u", |
| 848 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 848 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 849 "/path/to/tmp/", | 849 "/path/to/tmp/", |
| 850 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release/*.isolated.gen.json
" | 850 "[BUILDER_CACHE]/linux/src/out/Release/*.isolated.gen.json" |
| 851 ], | 851 ], |
| 852 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 852 "cwd": "[BUILDER_CACHE]/linux", |
| 853 "env": { | 853 "env": { |
| 854 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 854 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 855 }, | 855 }, |
| 856 "name": "find isolated targets" | 856 "name": "find isolated targets" |
| 857 }, | 857 }, |
| 858 { | 858 { |
| 859 "cmd": [ | 859 "cmd": [ |
| 860 "python", | 860 "python", |
| 861 "-u", | 861 "-u", |
| 862 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 862 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 863 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client", | 863 "[BUILDER_CACHE]/linux/src/tools/swarming_client", |
| 864 "batcharchive", | 864 "batcharchive", |
| 865 "--dump-json", | 865 "--dump-json", |
| 866 "/path/to/tmp/json", | 866 "/path/to/tmp/json", |
| 867 "--isolate-server", | 867 "--isolate-server", |
| 868 "https://isolateserver.appspot.com", | 868 "https://isolateserver.appspot.com", |
| 869 "--verbose", | 869 "--verbose", |
| 870 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release/dummy_target_1.isol
ated.gen.json", | 870 "[BUILDER_CACHE]/linux/src/out/Release/dummy_target_1.isolated.gen.json", |
| 871 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/out/Release/dummy_target_2.isol
ated.gen.json" | 871 "[BUILDER_CACHE]/linux/src/out/Release/dummy_target_2.isolated.gen.json" |
| 872 ], | 872 ], |
| 873 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 873 "cwd": "[BUILDER_CACHE]/linux", |
| 874 "env": { | 874 "env": { |
| 875 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 875 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 876 }, | 876 }, |
| 877 "name": "isolate tests (2)", | 877 "name": "isolate tests (2)", |
| 878 "~followup_annotations": [ | 878 "~followup_annotations": [ |
| 879 "@@@STEP_LOG_LINE@json.output@{@@@", | 879 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 880 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 880 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 881 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 881 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 882 "@@@STEP_LOG_LINE@json.output@}@@@", | 882 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 883 "@@@STEP_LOG_END@json.output@@@", | 883 "@@@STEP_LOG_END@json.output@@@", |
| 884 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 884 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 885 ] | 885 ] |
| 886 }, | 886 }, |
| 887 { | 887 { |
| 888 "cmd": [ | 888 "cmd": [ |
| 889 "python", | 889 "python", |
| 890 "-u", | 890 "-u", |
| 891 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client/swarming.
py", | 891 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py", |
| 892 "trigger", | 892 "trigger", |
| 893 "--swarming", | 893 "--swarming", |
| 894 "https://chromium-swarm.appspot.com", | 894 "https://chromium-swarm.appspot.com", |
| 895 "--isolate-server", | 895 "--isolate-server", |
| 896 "https://isolateserver.appspot.com", | 896 "https://isolateserver.appspot.com", |
| 897 "--priority", | 897 "--priority", |
| 898 "30", | 898 "30", |
| 899 "--shards", | 899 "--shards", |
| 900 "1", | 900 "1", |
| 901 "--task-name", | 901 "--task-name", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 "--tag", | 947 "--tag", |
| 948 "stepname:gl_tests (without patch) on Ubuntu-12.04", | 948 "stepname:gl_tests (without patch) on Ubuntu-12.04", |
| 949 "--idempotent", | 949 "--idempotent", |
| 950 "--user", | 950 "--user", |
| 951 "commit-bot@chromium.org", | 951 "commit-bot@chromium.org", |
| 952 "[dummy hash for gl_tests]", | 952 "[dummy hash for gl_tests]", |
| 953 "--", | 953 "--", |
| 954 "--gtest_filter=Test.Two", | 954 "--gtest_filter=Test.Two", |
| 955 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 955 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 956 ], | 956 ], |
| 957 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 957 "cwd": "[BUILDER_CACHE]/linux", |
| 958 "env": { | 958 "env": { |
| 959 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 959 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 960 }, | 960 }, |
| 961 "name": "[trigger] gl_tests (without patch) on Ubuntu-12.04", | 961 "name": "[trigger] gl_tests (without patch) on Ubuntu-12.04", |
| 962 "~followup_annotations": [ | 962 "~followup_annotations": [ |
| 963 "@@@STEP_LOG_LINE@json.output@{@@@", | 963 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 964 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (without pa
tch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", | 964 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (without pa
tch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", |
| 965 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 965 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 966 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {@@@", | 966 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {@@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 967 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 968 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 969 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ }@@@", | 970 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ }@@@", | 971 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 972 "@@@STEP_LOG_LINE@json.output@}@@@", | 972 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 973 "@@@STEP_LOG_END@json.output@@@", | 973 "@@@STEP_LOG_END@json.output@@@", |
| 974 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 974 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 975 ] | 975 ] |
| 976 }, | 976 }, |
| 977 { | 977 { |
| 978 "allow_subannotations": true, | 978 "allow_subannotations": true, |
| 979 "cmd": [ | 979 "cmd": [ |
| 980 "python", | 980 "python", |
| 981 "-u", | 981 "-u", |
| 982 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 982 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 983 "python", | 983 "python", |
| 984 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 984 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
| 985 "--swarming-client-dir", | 985 "--swarming-client-dir", |
| 986 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client", | 986 "[BUILDER_CACHE]/linux/src/tools/swarming_client", |
| 987 "--temp-root-dir", | 987 "--temp-root-dir", |
| 988 "[TMP_BASE]", | 988 "[TMP_BASE]", |
| 989 "--merged-test-output", | 989 "--merged-test-output", |
| 990 "/path/to/tmp/json", | 990 "/path/to/tmp/json", |
| 991 "--", | 991 "--", |
| 992 "collect", | 992 "collect", |
| 993 "--swarming", | 993 "--swarming", |
| 994 "https://chromium-swarm.appspot.com", | 994 "https://chromium-swarm.appspot.com", |
| 995 "--decorate", | 995 "--decorate", |
| 996 "--print-status-updates", | 996 "--print-status-updates", |
| 997 "--json", | 997 "--json", |
| 998 "{\"base_task_name\": \"gl_tests (without patch)/Ubuntu-12.04/[dummy has/l
inux_chromium_rel_ng/571\", \"tasks\": {\"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {\"shard_index\": 0, \"task_id\": \"1000
0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" | 998 "{\"base_task_name\": \"gl_tests (without patch)/Ubuntu-12.04/[dummy has/l
inux_chromium_rel_ng/571\", \"tasks\": {\"gl_tests (without patch)/Ubuntu-12.04/
[dummy has/linux_chromium_rel_ng/571\": {\"shard_index\": 0, \"task_id\": \"1000
0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" |
| 999 ], | 999 ], |
| 1000 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 1000 "cwd": "[BUILDER_CACHE]/linux", |
| 1001 "env": { | 1001 "env": { |
| 1002 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1002 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1003 }, | 1003 }, |
| 1004 "name": "gl_tests (without patch) on Ubuntu-12.04", | 1004 "name": "gl_tests (without patch) on Ubuntu-12.04", |
| 1005 "~followup_annotations": [ | 1005 "~followup_annotations": [ |
| 1006 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1006 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1007 ] | 1007 ] |
| 1008 }, | 1008 }, |
| 1009 { | 1009 { |
| 1010 "cmd": [ | 1010 "cmd": [ |
| 1011 "python", | 1011 "python", |
| 1012 "-u", | 1012 "-u", |
| 1013 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 1013 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 1014 "--input-gtest-json", | 1014 "--input-gtest-json", |
| 1015 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 1015 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 1016 "--master-name", | 1016 "--master-name", |
| 1017 "tryserver.chromium.linux", | 1017 "tryserver.chromium.linux", |
| 1018 "--builder-name", | 1018 "--builder-name", |
| 1019 "linux_chromium_rel_ng", | 1019 "linux_chromium_rel_ng", |
| 1020 "--build-number", | 1020 "--build-number", |
| 1021 "571", | 1021 "571", |
| 1022 "--test-type", | 1022 "--test-type", |
| 1023 "gl_tests (without patch) on Ubuntu-12.04", | 1023 "gl_tests (without patch) on Ubuntu-12.04", |
| 1024 "--test-results-server", | 1024 "--test-results-server", |
| 1025 "test-results.appspot.com", | 1025 "test-results.appspot.com", |
| 1026 "--chrome-revision", | 1026 "--chrome-revision", |
| 1027 "170242" | 1027 "170242" |
| 1028 ], | 1028 ], |
| 1029 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 1029 "cwd": "[BUILDER_CACHE]/linux", |
| 1030 "env": { | 1030 "env": { |
| 1031 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1031 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1032 }, | 1032 }, |
| 1033 "name": "Upload to test-results [gl_tests (without patch) on Ubuntu-12.04]" | 1033 "name": "Upload to test-results [gl_tests (without patch) on Ubuntu-12.04]" |
| 1034 }, | 1034 }, |
| 1035 { | 1035 { |
| 1036 "cmd": [ | 1036 "cmd": [ |
| 1037 "python", | 1037 "python", |
| 1038 "-u", | 1038 "-u", |
| 1039 "import sys; sys.exit(1)" | 1039 "import sys; sys.exit(1)" |
| 1040 ], | 1040 ], |
| 1041 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", | 1041 "cwd": "[BUILDER_CACHE]/linux", |
| 1042 "env": { | 1042 "env": { |
| 1043 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1043 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1044 }, | 1044 }, |
| 1045 "name": "gl_tests (retry summary)", | 1045 "name": "gl_tests (retry summary)", |
| 1046 "~followup_annotations": [ | 1046 "~followup_annotations": [ |
| 1047 "step returned non-zero exit code: 1", | 1047 "step returned non-zero exit code: 1", |
| 1048 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 1048 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 1049 "@@@STEP_FAILURE@@@", | 1049 "@@@STEP_FAILURE@@@", |
| 1050 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 1050 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 1051 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 1051 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
| 1052 ] | 1052 ] |
| 1053 }, | 1053 }, |
| 1054 { | 1054 { |
| 1055 "name": "$result", | 1055 "name": "$result", |
| 1056 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 1056 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
| 1057 "recipe_result": null, | 1057 "recipe_result": null, |
| 1058 "status_code": 1 | 1058 "status_code": 1 |
| 1059 } | 1059 } |
| 1060 ] | 1060 ] |
| OLD | NEW |