| Index: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json
|
| index 97f56433e995f58510f489dc839544c74d6bad54..f99fbbaf42dbca21bcd91cd520f9916cea884d13 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_swarming_staging.json
|
| @@ -3,16 +3,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]\\scripts\\slave\\kill_processes.py"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "taskkill"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]\\scripts\\slave\\bot_update.py",
|
| + "[BUILD]/scripts/slave/bot_update.py",
|
| "--master",
|
| "tryserver.v8",
|
| "--builder",
|
| @@ -76,7 +67,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
|
| + "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
|
| "--version"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| @@ -90,12 +81,12 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[DEPOT_TOOLS]\\gclient.py",
|
| + "[DEPOT_TOOLS]/gclient.py",
|
| "runhooks"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_on=0 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false",
|
| + "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
|
| "GYP_GENERATORS": "ninja"
|
| },
|
| "name": "gclient runhooks"
|
| @@ -104,28 +95,48 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]\\scripts\\slave\\cleanup_temp.py"
|
| + "[BUILD]/scripts/slave/cleanup_temp.py"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "cleanup_temp"
|
| },
|
| {
|
| + "allow_subannotations": true,
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]\\scripts\\slave\\compile.py",
|
| + "[BUILD]/scripts/slave/clang_revision.py",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/v8",
|
| + "--output-json",
|
| + "/path/to/tmp/json"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "clang_revision",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]/scripts/slave/compile.py",
|
| "--target",
|
| "Release",
|
| "--src-dir",
|
| - "[SLAVE_BUILD]\\v8",
|
| + "[SLAVE_BUILD]/v8",
|
| "--build-tool",
|
| "ninja",
|
| "--compiler",
|
| - "goma",
|
| + "goma-clang",
|
| "--goma-jsonstatus",
|
| "/path/to/tmp/json",
|
| "--goma-dir",
|
| - "[BUILD]\\goma",
|
| + "[BUILD]/goma",
|
| "--goma-fail-fast",
|
| "--goma-disable-local-fallback",
|
| "--"
|
| @@ -141,21 +152,27 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[isolate]\\resources\\isolate.py",
|
| - "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
|
| + "RECIPE_MODULE[isolate]/resources/isolate.py",
|
| + "[SLAVE_BUILD]/v8/tools/swarming_client",
|
| "batcharchive",
|
| "--dump-json",
|
| "/path/to/tmp/json",
|
| "--isolate-server",
|
| "https://isolateserver.appspot.com",
|
| "--verbose",
|
| - "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json"
|
| + "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "isolate tests",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@@@",
|
| "@@@STEP_LOG_LINE@json.output@}@@@",
|
| "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| @@ -164,7 +181,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
|
| + "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
|
| "trigger",
|
| "--swarming",
|
| "https://chromium-swarm.appspot.com",
|
| @@ -175,7 +192,7 @@
|
| "--shards",
|
| "1",
|
| "--task-name",
|
| - "Check/Windows-7-SP1/[dummy has/v8_swarming_staging/571",
|
| + "Check/Mac-10.9/[dummy has/v8_swarming_staging/571",
|
| "--dump-json",
|
| "/path/to/tmp/json",
|
| "--expiration",
|
| @@ -192,7 +209,7 @@
|
| "none",
|
| "--dimension",
|
| "os",
|
| - "Windows-7-SP1",
|
| + "Mac-10.9",
|
| "--dimension",
|
| "pool",
|
| "Chrome",
|
| @@ -207,7 +224,7 @@
|
| "--tag",
|
| "name:Check",
|
| "--tag",
|
| - "os:Windows-7-SP1",
|
| + "os:Mac-10.9",
|
| "--tag",
|
| "patch_project:v8",
|
| "--tag",
|
| @@ -221,7 +238,7 @@
|
| "--tag",
|
| "slavename:TestSlavename",
|
| "--tag",
|
| - "stepname:Check",
|
| + "stepname:Check on Mac-10.9",
|
| "--user",
|
| "commit-bot@chromium.org",
|
| "[dummy hash for bot_default]",
|
| @@ -237,19 +254,322 @@
|
| "--timeout=200",
|
| "bot_default",
|
| "--exhaustive-variants",
|
| - "--no-snap",
|
| + "--dcheck-always-on",
|
| "--rerun-failures-count=2",
|
| "--swarming",
|
| "--json-test-results",
|
| "${ISOLATED_OUTDIR}/output.json"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "[trigger] Check",
|
| + "name": "[trigger] Check on Mac-10.9",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/[dummy has/v8_swarming_staging/571\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dummy has/v8_swarming_staging/571\", @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_swarming_staging/571\": {@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_swarming_staging/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/swarming_client/swarming.py",
|
| + "trigger",
|
| + "--swarming",
|
| + "https://chromium-swarm.appspot.com",
|
| + "--isolate-server",
|
| + "https://isolateserver.appspot.com",
|
| + "--priority",
|
| + "30",
|
| + "--shards",
|
| + "1",
|
| + "--task-name",
|
| + "Test262 - no variants/Mac-10.9/[dummy has/v8_swarming_staging/571",
|
| + "--dump-json",
|
| + "/path/to/tmp/json",
|
| + "--expiration",
|
| + "3600",
|
| + "--io-timeout",
|
| + "1200",
|
| + "--hard-timeout",
|
| + "2700",
|
| + "--dimension",
|
| + "cpu",
|
| + "x86-64",
|
| + "--dimension",
|
| + "gpu",
|
| + "none",
|
| + "--dimension",
|
| + "os",
|
| + "Mac-10.9",
|
| + "--dimension",
|
| + "pool",
|
| + "Chrome",
|
| + "--tag",
|
| + "buildername:v8_swarming_staging",
|
| + "--tag",
|
| + "buildnumber:571",
|
| + "--tag",
|
| + "data:[dummy hash for test262]",
|
| + "--tag",
|
| + "master:tryserver.v8",
|
| + "--tag",
|
| + "name:Test262 - no variants",
|
| + "--tag",
|
| + "os:Mac-10.9",
|
| + "--tag",
|
| + "patch_project:v8",
|
| + "--tag",
|
| + "project:v8",
|
| + "--tag",
|
| + "purpose:CQ",
|
| + "--tag",
|
| + "purpose:pre-commit",
|
| + "--tag",
|
| + "rietveld:https://codereview.chromium.org/12853011/#ps1",
|
| + "--tag",
|
| + "slavename:TestSlavename",
|
| + "--tag",
|
| + "stepname:Test262 - no variants on Mac-10.9",
|
| + "--user",
|
| + "commit-bot@chromium.org",
|
| + "[dummy hash for test262]",
|
| + "--",
|
| + "--progress=verbose",
|
| + "--mode",
|
| + "Release",
|
| + "--arch",
|
| + "ia32",
|
| + "--outdir",
|
| + "out",
|
| + "--buildbot",
|
| + "--timeout=200",
|
| + "test262",
|
| + "--no-variants",
|
| + "--download-data",
|
| + "--exhaustive-variants",
|
| + "--dcheck-always-on",
|
| + "--rerun-failures-count=2",
|
| + "--swarming",
|
| + "--json-test-results",
|
| + "${ISOLATED_OUTDIR}/output.json"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "[trigger] Test262 - no variants on Mac-10.9",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variants/Mac-10.9/[dummy has/v8_swarming_staging/571\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy has/v8_swarming_staging/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/swarming_client/swarming.py",
|
| + "trigger",
|
| + "--swarming",
|
| + "https://chromium-swarm.appspot.com",
|
| + "--isolate-server",
|
| + "https://isolateserver.appspot.com",
|
| + "--priority",
|
| + "30",
|
| + "--shards",
|
| + "1",
|
| + "--task-name",
|
| + "Mozilla/Mac-10.9/[dummy has/v8_swarming_staging/571",
|
| + "--dump-json",
|
| + "/path/to/tmp/json",
|
| + "--expiration",
|
| + "3600",
|
| + "--io-timeout",
|
| + "1200",
|
| + "--hard-timeout",
|
| + "2700",
|
| + "--dimension",
|
| + "cpu",
|
| + "x86-64",
|
| + "--dimension",
|
| + "gpu",
|
| + "none",
|
| + "--dimension",
|
| + "os",
|
| + "Mac-10.9",
|
| + "--dimension",
|
| + "pool",
|
| + "Chrome",
|
| + "--tag",
|
| + "buildername:v8_swarming_staging",
|
| + "--tag",
|
| + "buildnumber:571",
|
| + "--tag",
|
| + "data:[dummy hash for mozilla]",
|
| + "--tag",
|
| + "master:tryserver.v8",
|
| + "--tag",
|
| + "name:Mozilla",
|
| + "--tag",
|
| + "os:Mac-10.9",
|
| + "--tag",
|
| + "patch_project:v8",
|
| + "--tag",
|
| + "project:v8",
|
| + "--tag",
|
| + "purpose:CQ",
|
| + "--tag",
|
| + "purpose:pre-commit",
|
| + "--tag",
|
| + "rietveld:https://codereview.chromium.org/12853011/#ps1",
|
| + "--tag",
|
| + "slavename:TestSlavename",
|
| + "--tag",
|
| + "stepname:Mozilla on Mac-10.9",
|
| + "--user",
|
| + "commit-bot@chromium.org",
|
| + "[dummy hash for mozilla]",
|
| + "--",
|
| + "--progress=verbose",
|
| + "--mode",
|
| + "Release",
|
| + "--arch",
|
| + "ia32",
|
| + "--outdir",
|
| + "out",
|
| + "--buildbot",
|
| + "--timeout=200",
|
| + "mozilla",
|
| + "--exhaustive-variants",
|
| + "--dcheck-always-on",
|
| + "--rerun-failures-count=2",
|
| + "--swarming",
|
| + "--json-test-results",
|
| + "${ISOLATED_OUTDIR}/output.json"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "[trigger] Mozilla on Mac-10.9",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[dummy has/v8_swarming_staging/571\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_swarming_staging/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/swarming_client/swarming.py",
|
| + "trigger",
|
| + "--swarming",
|
| + "https://chromium-swarm.appspot.com",
|
| + "--isolate-server",
|
| + "https://isolateserver.appspot.com",
|
| + "--priority",
|
| + "30",
|
| + "--shards",
|
| + "1",
|
| + "--task-name",
|
| + "SimdJs - all/Mac-10.9/[dummy has/v8_swarming_staging/571",
|
| + "--dump-json",
|
| + "/path/to/tmp/json",
|
| + "--expiration",
|
| + "3600",
|
| + "--io-timeout",
|
| + "1200",
|
| + "--hard-timeout",
|
| + "2700",
|
| + "--dimension",
|
| + "cpu",
|
| + "x86-64",
|
| + "--dimension",
|
| + "gpu",
|
| + "none",
|
| + "--dimension",
|
| + "os",
|
| + "Mac-10.9",
|
| + "--dimension",
|
| + "pool",
|
| + "Chrome",
|
| + "--tag",
|
| + "buildername:v8_swarming_staging",
|
| + "--tag",
|
| + "buildnumber:571",
|
| + "--tag",
|
| + "data:[dummy hash for simdjs]",
|
| + "--tag",
|
| + "master:tryserver.v8",
|
| + "--tag",
|
| + "name:SimdJs - all",
|
| + "--tag",
|
| + "os:Mac-10.9",
|
| + "--tag",
|
| + "patch_project:v8",
|
| + "--tag",
|
| + "project:v8",
|
| + "--tag",
|
| + "purpose:CQ",
|
| + "--tag",
|
| + "purpose:pre-commit",
|
| + "--tag",
|
| + "rietveld:https://codereview.chromium.org/12853011/#ps1",
|
| + "--tag",
|
| + "slavename:TestSlavename",
|
| + "--tag",
|
| + "stepname:SimdJs - all on Mac-10.9",
|
| + "--user",
|
| + "commit-bot@chromium.org",
|
| + "[dummy hash for simdjs]",
|
| + "--",
|
| + "--progress=verbose",
|
| + "--mode",
|
| + "Release",
|
| + "--arch",
|
| + "ia32",
|
| + "--outdir",
|
| + "out",
|
| + "--buildbot",
|
| + "--timeout=200",
|
| + "simdjs",
|
| + "--download-data",
|
| + "--exhaustive-variants",
|
| + "--dcheck-always-on",
|
| + "--rerun-failures-count=2",
|
| + "--swarming",
|
| + "--json-test-results",
|
| + "${ISOLATED_OUTDIR}/output.json"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "[trigger] SimdJs - all on Mac-10.9",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.9/[dummy has/v8_swarming_staging/571\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_swarming_staging/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\"@@@",
|
| @@ -265,9 +585,9 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[v8]\\resources\\collect_v8_task.py",
|
| + "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
|
| "--swarming-client-dir",
|
| - "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
|
| + "[SLAVE_BUILD]/v8/tools/swarming_client",
|
| "--temp-root-dir",
|
| "[TMP_BASE]",
|
| "--merged-test-output",
|
| @@ -280,7 +600,7 @@
|
| "--print-status-updates",
|
| "--shards",
|
| "1",
|
| - "Check/Windows-7-SP1/[dummy has/v8_swarming_staging/571"
|
| + "Check/Mac-10.9/[dummy has/v8_swarming_staging/571"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "Check",
|
| @@ -302,6 +622,129 @@
|
| ]
|
| },
|
| {
|
| + "allow_subannotations": true,
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
|
| + "--swarming-client-dir",
|
| + "[SLAVE_BUILD]/v8/tools/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",
|
| + "--shards",
|
| + "1",
|
| + "Test262 - no variants/Mac-10.9/[dummy has/v8_swarming_staging/571"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Test262 - no variants",
|
| + "~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[v8]/resources/collect_v8_task.py",
|
| + "--swarming-client-dir",
|
| + "[SLAVE_BUILD]/v8/tools/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",
|
| + "--shards",
|
| + "1",
|
| + "Mozilla/Mac-10.9/[dummy has/v8_swarming_staging/571"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "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[v8]/resources/collect_v8_task.py",
|
| + "--swarming-client-dir",
|
| + "[SLAVE_BUILD]/v8/tools/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",
|
| + "--shards",
|
| + "1",
|
| + "SimdJs - all/Mac-10.9/[dummy has/v8_swarming_staging/571"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "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@@@"
|
| + ]
|
| + },
|
| + {
|
| "name": "$result",
|
| "recipe_result": null,
|
| "status_code": 0
|
|
|