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

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

Issue 2472073002: V8: Switch some port builders to swarming (Closed)
Patch Set: Review 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
Index: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mipsel___sim.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mipsel___sim.json b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mipsel___sim.json
index 9074e6cfd0898f1656056e82fd3013c2ede6ac29..edea41291534ec7e20b0aab2328220084cda540f 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mipsel___sim.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mipsel___sim.json
@@ -3,127 +3,354 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
- "--spec",
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
- "--patch_root",
- "v8",
- "--revision_mapping_file",
- "{\"v8\": \"got_revision\"}",
- "--git-cache-dir",
- "[GIT_CACHE]",
- "--output_json",
- "/path/to/tmp/json",
- "--revision",
- "v8@54321",
- "--no_shallow",
- "--output_manifest"
+ "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": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
},
- "name": "bot_update",
+ "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@Some step text@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"v8\": \"54321\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.git\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777bb78a1f5bd0241f64c\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f2cbea7e89a45f46819777bb78a1f5bd0241f64c\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#50110}\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241f64c\"@@@",
- "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
+ "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
]
},
{
"cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
- "runhooks"
+ "git",
+ "clean",
+ "-f",
+ "-d",
+ "-x"
],
- "cwd": "[SLAVE_BUILD]/v8",
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
- "GYP_CHROMIUM_NO_ACTION": "0",
- "GYP_DEFINES": "target_arch=ia32 v8_target_arch=mipsel",
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
- },
- "name": "gclient runhooks"
+ "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",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "--version"
],
- "name": "cleanup_temp"
+ "name": "swarming.py --version",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@0.8.6@@@"
+ ]
},
{
"cmd": [
"python",
"-u",
- "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
- "[SLAVE_BUILD]/v8/out/Release"
+ "[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",
+ "Check/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/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-14.04",
+ "--dimension",
+ "pool",
+ "Chrome",
+ "--tag",
+ "buildername:V8 Linux - mipsel - sim",
+ "--tag",
+ "buildnumber:571",
+ "--tag",
+ "data:[dummy hash for bot_default]",
+ "--tag",
+ "master:client.v8.ports",
+ "--tag",
+ "name:Check",
+ "--tag",
+ "os:Ubuntu-14.04",
+ "--tag",
+ "project:v8",
+ "--tag",
+ "purpose:CI",
+ "--tag",
+ "purpose:post-commit",
+ "--tag",
+ "slavename:TestSlavename",
+ "--tag",
+ "stepname:Check on Ubuntu-14.04",
+ "--idempotent",
+ "[dummy hash for bot_default]",
+ "--",
+ "--progress=verbose",
+ "--mode",
+ "Release",
+ "--arch",
+ "mipsel",
+ "--outdir",
+ "out",
+ "--buildbot",
+ "--timeout=200",
+ "--random-seed=-174999116",
+ "bot_default",
+ "--exhaustive-variants",
+ "--rerun-failures-count=2",
+ "--swarming",
+ "--json-test-results",
+ "${ISOLATED_OUTDIR}/output.json"
],
- "name": "rmtree build directory",
+ "name": "[trigger] Check on Ubuntu-14.04",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@python.inline@@@@",
- "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
- "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
- "@@@STEP_LOG_LINE@python.inline@@@@",
- "@@@STEP_LOG_LINE@python.inline@@@@",
- "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
- "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@",
- "@@@STEP_LOG_END@python.inline@@@"
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/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@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/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",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
- "--gsutil-py-path",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
- "--target",
+ "[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/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/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-14.04",
+ "--dimension",
+ "pool",
+ "Chrome",
+ "--tag",
+ "buildername:V8 Linux - mipsel - sim",
+ "--tag",
+ "buildnumber:571",
+ "--tag",
+ "data:[dummy hash for test262]",
+ "--tag",
+ "master:client.v8.ports",
+ "--tag",
+ "name:Test262",
+ "--tag",
+ "os:Ubuntu-14.04",
+ "--tag",
+ "project:v8",
+ "--tag",
+ "purpose:CI",
+ "--tag",
+ "purpose:post-commit",
+ "--tag",
+ "slavename:TestSlavename",
+ "--tag",
+ "stepname:Test262 - no variants on Ubuntu-14.04",
+ "--idempotent",
+ "[dummy hash for test262]",
+ "--",
+ "--progress=verbose",
+ "--mode",
"Release",
- "--src-dir",
- "v8",
- "--build-url",
- "gs://chromium-v8/v8-mipsel-sim-rel",
- "--master-name",
- "client.v8.ports",
- "--build-number",
- "571"
+ "--arch",
+ "mipsel",
+ "--outdir",
+ "out",
+ "--buildbot",
+ "--timeout=200",
+ "--random-seed=-174999116",
+ "test262",
+ "--download-data",
+ "--variants=default",
+ "--rerun-failures-count=2",
+ "--swarming",
+ "--json-test-results",
+ "${ISOLATED_OUTDIR}/output.json"
],
- "name": "extract build"
+ "name": "[trigger] Test262 - no variants on Ubuntu-14.04",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/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]/v8/tools/run-tests.py",
+ "[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-14.04/[dummy has/V8 Linux - mipsel - sim/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-14.04",
+ "--dimension",
+ "pool",
+ "Chrome",
+ "--tag",
+ "buildername:V8 Linux - mipsel - sim",
+ "--tag",
+ "buildnumber:571",
+ "--tag",
+ "data:[dummy hash for simdjs]",
+ "--tag",
+ "master:client.v8.ports",
+ "--tag",
+ "name:SimdJs",
+ "--tag",
+ "os:Ubuntu-14.04",
+ "--tag",
+ "project:v8",
+ "--tag",
+ "purpose:CI",
+ "--tag",
+ "purpose:post-commit",
+ "--tag",
+ "slavename:TestSlavename",
+ "--tag",
+ "stepname:SimdJs - all on Ubuntu-14.04",
+ "--idempotent",
+ "[dummy hash for simdjs]",
+ "--",
"--progress=verbose",
"--mode",
"Release",
@@ -133,14 +360,52 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=-358114921",
- "bot_default",
+ "--random-seed=-174999116",
+ "simdjs",
+ "--download-data",
"--exhaustive-variants",
"--rerun-failures-count=2",
+ "--swarming",
"--json-test-results",
- "/path/to/tmp/json"
+ "${ISOLATED_OUTDIR}/output.json"
+ ],
+ "name": "[trigger] SimdJs - all on Ubuntu-14.04",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/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@@@"
+ ]
+ },
+ {
+ "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-14.04/[dummy has/V8 Linux - mipsel - sim/571\", \"tasks\": {\"Check/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}, \"Check/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571:2:1\": {\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}}}"
],
- "cwd": "[SLAVE_BUILD]/v8",
"name": "Check",
"~followup_annotations": [
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
@@ -160,28 +425,26 @@
]
},
{
+ "allow_subannotations": true,
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/v8/tools/run-tests.py",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "mipsel",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=-358114921",
- "test262",
- "--download-data",
- "--variants=default",
- "--rerun-failures-count=2",
- "--json-test-results",
- "/path/to/tmp/json"
+ "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/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571\", \"tasks\": {\"Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
],
- "cwd": "[SLAVE_BUILD]/v8",
"name": "Test262 - no variants",
"~followup_annotations": [
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
@@ -201,28 +464,26 @@
]
},
{
+ "allow_subannotations": true,
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/v8/tools/run-tests.py",
- "--progress=verbose",
- "--mode",
- "Release",
- "--arch",
- "mipsel",
- "--outdir",
- "out",
- "--buildbot",
- "--timeout=200",
- "--random-seed=-358114921",
- "simdjs",
- "--download-data",
- "--exhaustive-variants",
- "--rerun-failures-count=2",
- "--json-test-results",
- "/path/to/tmp/json"
+ "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-14.04/[dummy has/V8 Linux - mipsel - sim/571\", \"tasks\": {\"SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux - mipsel - sim/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
],
- "cwd": "[SLAVE_BUILD]/v8",
"name": "SimdJs - all",
"~followup_annotations": [
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",

Powered by Google App Engine
This is Rietveld 408576698