Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json

Issue 2366213005: V8: Reduce test expectations by whitelisting
Patch Set: updates Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« scripts/slave/recipes/v8.py ('K') | « scripts/slave/recipes/v8.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
index 8ddd3c216c942deefbb85d9ea1ceebc6bc555548..9d0f8bb6705d0f971f52caea42f990e3ac8b143d 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
@@ -1,3681 +1,5 @@
[
{
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
- "--path",
- "[SLAVE_BUILD]/swarming.client",
- "--url",
- "https://chromium.googlesource.com/external/swarming.client.git"
- ],
- "name": "git setup (swarming_client)"
- },
- {
- "cmd": [
- "git",
- "retry",
- "fetch",
- "origin",
- "[dummy swarming client hash]"
- ],
- "cwd": "[SLAVE_BUILD]/swarming.client",
- "env": {
- "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
- },
- "name": "git fetch (swarming_client)"
- },
- {
- "cmd": [
- "git",
- "checkout",
- "-f",
- "FETCH_HEAD"
- ],
- "cwd": "[SLAVE_BUILD]/swarming.client",
- "name": "git checkout (swarming_client)"
- },
- {
- "cmd": [
- "git",
- "rev-parse",
- "HEAD"
- ],
- "cwd": "[SLAVE_BUILD]/swarming.client",
- "name": "read revision",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
- ]
- },
- {
- "cmd": [
- "git",
- "clean",
- "-f",
- "-d",
- "-x"
- ],
- "cwd": "[SLAVE_BUILD]/swarming.client",
- "name": "git clean (swarming_client)"
- },
- {
- "cmd": [
- "git",
- "submodule",
- "sync"
- ],
- "cwd": "[SLAVE_BUILD]/swarming.client",
- "name": "submodule sync (swarming_client)"
- },
- {
- "cmd": [
- "git",
- "submodule",
- "update",
- "--init",
- "--recursive"
- ],
- "cwd": "[SLAVE_BUILD]/swarming.client",
- "name": "submodule update (swarming_client)",
- "~followup_annotations": [
- "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "--version"
- ],
- "name": "swarming.py --version",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_TEXT@0.8.6@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for check-static-initializers]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Static-Initializers",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Static-Initializers on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for check-static-initializers]",
- "--",
- "out/Release/d8"
- ],
- "name": "[trigger] Static-Initializers on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Check/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Check",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Check on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--exhaustive-variants",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Check on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Check - extra/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Check",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Check - extra on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--variants=extra",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Check - extra on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - extra/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Check - extra/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for optimize_for_size]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:OptimizeForSize",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:OptimizeForSize on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for optimize_for_size]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "optimize_for_size",
- "--extra-flags=--optimize-for-size",
- "--variants=default",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] OptimizeForSize on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for benchmarks]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Benchmarks",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Benchmarks on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for benchmarks]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "benchmarks",
- "--download-data",
- "--exhaustive-variants",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Benchmarks on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for simdjs]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:SimdJs",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:SimdJs - all on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for simdjs]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "simdjs",
- "--download-data",
- "--exhaustive-variants",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] SimdJs - all on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "2",
- "--task-name",
- "Test262/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for test262]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Test262",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Test262 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for test262]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "test262",
- "--download-data",
- "--exhaustive-variants",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Test262 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:0\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:1\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@",
- "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "2",
- "--task-name",
- "Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for test262]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Test262",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Test262 - extra on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for test262]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "test262",
- "--download-data",
- "--variants=extra",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Test262 - extra on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571:2:0\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571:2:1\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@",
- "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for mozilla]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Mozilla",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Mozilla on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for mozilla]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "mozilla",
- "--exhaustive-variants",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Mozilla on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Ignition",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Ignition - turbofan on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--variants=ignition_turbofan",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Ignition - turbofan on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for mjsunit]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Mjsunit",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Mjsunit - sp frame access on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for mjsunit]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "mjsunit",
- "--extra-flags=--turbo_sp_frame_access",
- "--variants=turbofan",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for test262]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Test262",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Test262 - ignition - turbofan on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for test262]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "test262",
- "--download-data",
- "--variants=ignition_turbofan",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for run-gcmole]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:GCMole",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:GCMole ia32 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for run-gcmole]",
- "--",
- "ia32"
- ],
- "name": "[trigger] GCMole ia32 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for run-gcmole]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:GCMole",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:GCMole x64 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for run-gcmole]",
- "--",
- "x64"
- ],
- "name": "[trigger] GCMole x64 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for run-gcmole]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:GCMole",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:GCMole arm on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for run-gcmole]",
- "--",
- "arm"
- ],
- "name": "[trigger] GCMole arm on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for run-gcmole]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:GCMole",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:GCMole arm64 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for run-gcmole]",
- "--",
- "arm64"
- ],
- "name": "[trigger] GCMole arm64 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Check",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Check - isolates on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--exhaustive-variants",
- "--isolates",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Check - isolates on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Check",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Check - nosse3 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--exhaustive-variants",
- "--extra-flags",
- "--noenable-sse3 --noenable-avx",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Check - nosse3 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for mozilla]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Mozilla",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Mozilla - nosse3 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for mozilla]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "mozilla",
- "--exhaustive-variants",
- "--extra-flags",
- "--noenable-sse3 --noenable-avx",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Mozilla - nosse3 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for simdjs]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:SimdJs",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:SimdJs - all - nosse3 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for simdjs]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "simdjs",
- "--download-data",
- "--exhaustive-variants",
- "--extra-flags",
- "--noenable-sse3 --noenable-avx",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] SimdJs - all - nosse3 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Check",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Check - nosse4 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--exhaustive-variants",
- "--extra-flags",
- "--noenable-sse4-1 --noenable-avx",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Check - nosse4 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for mozilla]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Mozilla",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Mozilla - nosse4 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for mozilla]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "mozilla",
- "--exhaustive-variants",
- "--extra-flags",
- "--noenable-sse4-1 --noenable-avx",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Mozilla - nosse4 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for simdjs]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:SimdJs",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:SimdJs - all - nosse4 on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for simdjs]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "simdjs",
- "--download-data",
- "--exhaustive-variants",
- "--extra-flags",
- "--noenable-sse4-1 --noenable-avx",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] SimdJs - all - nosse4 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for bot_default]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Check",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Check - deadcode on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for bot_default]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "bot_default",
- "--exhaustive-variants",
- "--extra-flags=--dead-code-elimination",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Check - deadcode on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for test262]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Test262",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Test262 - no variants - deadcode on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for test262]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "test262",
- "--download-data",
- "--variants=default",
- "--extra-flags=--dead-code-elimination",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Test262 - no variants - deadcode on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for mozilla]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:Mozilla",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:Mozilla - deadcode on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for mozilla]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "mozilla",
- "--exhaustive-variants",
- "--extra-flags=--dead-code-elimination",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] Mozilla - deadcode on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "trigger",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--isolate-server",
- "https://isolateserver.appspot.com",
- "--priority",
- "25",
- "--shards",
- "1",
- "--task-name",
- "SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571",
- "--dump-json",
- "/path/to/tmp/json",
- "--expiration",
- "3600",
- "--io-timeout",
- "1200",
- "--hard-timeout",
- "2700",
- "--dimension",
- "cpu",
- "x86-64",
- "--dimension",
- "gpu",
- "none",
- "--dimension",
- "os",
- "Ubuntu-12.04",
- "--dimension",
- "pool",
- "Chrome",
- "--tag",
- "buildername:V8 Linux",
- "--tag",
- "buildnumber:571",
- "--tag",
- "data:[dummy hash for simdjs]",
- "--tag",
- "master:client.v8",
- "--tag",
- "name:SimdJs",
- "--tag",
- "os:Ubuntu-12.04",
- "--tag",
- "project:v8",
- "--tag",
- "purpose:CI",
- "--tag",
- "purpose:post-commit",
- "--tag",
- "slavename:TestSlavename",
- "--tag",
- "stepname:SimdJs - all - deadcode on Ubuntu-12.04",
- "--idempotent",
- "[dummy hash for simdjs]",
- "--",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "ia32",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=837461545",
- "simdjs",
- "--download-data",
- "--exhaustive-variants",
- "--extra-flags=--dead-code-elimination",
- "--rerun-failures-count=2",
- "--swarming",
- "--json-test-results",
- "${ISOLATED_OUTDIR}/output.json"
- ],
- "name": "[trigger] SimdJs - all - deadcode on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
- "--task-summary-json",
- "/path/to/tmp/json"
- ],
- "name": "Static-Initializers on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_TEXT@swarming pending 71s@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ 0@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0 isolated out@blah@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Check",
- "~followup_annotations": [
- "step returned non-zero exit code: 1",
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@",
- "@@@STEP_EXCEPTION@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Check - extra/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check - extra/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Check - extra",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "OptimizeForSize",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Benchmarks",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "SimdJs - all",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}, \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}}}"
- ],
- "name": "Test262",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}, \"Test262 - extra/Ubuntu-12.04/[dummy has/V8 Linux/571:2:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}}}"
- ],
- "name": "Test262 - extra",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Mozilla",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Ignition - turbofan",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Mjsunit - sp frame access",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Test262 - ignition - turbofan",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
- "--task-summary-json",
- "/path/to/tmp/json"
- ],
- "name": "GCMole ia32 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_TEXT@swarming pending 71s@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ 0@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0 isolated out@blah@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
- "--task-summary-json",
- "/path/to/tmp/json"
- ],
- "name": "GCMole x64 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_TEXT@swarming pending 71s@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ 0@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0 isolated out@blah@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
- "--task-summary-json",
- "/path/to/tmp/json"
- ],
- "name": "GCMole arm on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_TEXT@swarming pending 71s@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ 0@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0 isolated out@blah@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/swarming.client/swarming.py",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
- "--task-summary-json",
- "/path/to/tmp/json"
- ],
- "name": "GCMole arm64 on Ubuntu-12.04",
- "~followup_annotations": [
- "@@@STEP_TEXT@swarming pending 71s@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 0, @@@",
- "@@@STEP_LOG_LINE@json.output@ 0@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LINK@shard #0 isolated out@blah@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Check - isolates",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Check - nosse3",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Mozilla - nosse3",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "SimdJs - all - nosse3",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Check - nosse4",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Mozilla - nosse4",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "SimdJs - all - nosse4",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Check - deadcode",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
- "--swarming-client-dir",
- "[SLAVE_BUILD]/swarming.client",
- "--temp-root-dir",
- "[TMP_BASE]",
- "--merged-test-output",
- "/path/to/tmp/json",
- "--",
- "collect",
- "--swarming",
- "https://chromium-swarm.appspot.com",
- "--decorate",
- "--print-status-updates",
- "--json",
- "{\"base_task_name\": \"Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
- ],
- "name": "Test262 - no variants - deadcode",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Details:@@@",
- "@@@STEP_LOG_LINE@durations@@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
- "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
- "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
- "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
- ]
- },
- {
"allow_subannotations": true,
"cmd": [
"python",
@@ -3694,10 +18,11 @@
"--decorate",
"--print-status-updates",
"--json",
- "{\"base_task_name\": \"Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
+ "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
],
- "name": "Mozilla - deadcode",
+ "name": "Check",
"~followup_annotations": [
+ "step returned non-zero exit code: 1",
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
"@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
"@@@STEP_LOG_LINE@durations@@@@",
@@ -3711,7 +36,8 @@
"@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
"@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
"@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
+ "@@@STEP_LOG_END@durations@@@",
+ "@@@STEP_EXCEPTION@@@"
]
},
{
@@ -3733,9 +59,9 @@
"--decorate",
"--print-status-updates",
"--json",
- "{\"base_task_name\": \"SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
+ "{\"base_task_name\": \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}, \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}}}"
],
- "name": "SimdJs - all - deadcode",
+ "name": "Test262",
"~followup_annotations": [
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
"@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
« scripts/slave/recipes/v8.py ('K') | « scripts/slave/recipes/v8.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698