blob: d01e69bbc785279f674aa9bdb852c9fcbdb60001 [file] [log] [blame]
[
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
"[START_DIR]/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": "[START_DIR]/swarming.client",
"env": {
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
},
"name": "git fetch (swarming_client)"
},
{
"cmd": [
"git",
"checkout",
"-f",
"FETCH_HEAD"
],
"cwd": "[START_DIR]/swarming.client",
"name": "git checkout (swarming_client)"
},
{
"cmd": [
"git",
"rev-parse",
"HEAD"
],
"cwd": "[START_DIR]/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": "[START_DIR]/swarming.client",
"name": "git clean (swarming_client)"
},
{
"cmd": [
"git",
"submodule",
"sync"
],
"cwd": "[START_DIR]/swarming.client",
"name": "submodule sync (swarming_client)"
},
{
"cmd": [
"git",
"submodule",
"update",
"--init",
"--recursive"
],
"cwd": "[START_DIR]/swarming.client",
"name": "submodule update (swarming_client)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@",
"@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#20123}\"@@@"
]
},
{
"cmd": [
"python",
"-u",
"[START_DIR]/swarming.client/swarming.py",
"--version"
],
"name": "swarming.py --version",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_TEXT@0.8.6@@@"
]
},
{
"cmd": [
"python",
"-u",
"[START_DIR]/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-14.04/[dummy has/V8 Linux64 - avx2/571",
"--dump-json",
"/path/to/tmp/json",
"--expiration",
"3600",
"--io-timeout",
"1200",
"--hard-timeout",
"2700",
"--dimension",
"cpu",
"x86-64",
"--dimension",
"gpu",
"102b",
"--dimension",
"os",
"Ubuntu-14.04",
"--dimension",
"pool",
"V8-AVX2",
"--tag",
"buildername:V8 Linux64 - avx2",
"--tag",
"buildnumber:571",
"--tag",
"data:[dummy hash for bot_default]",
"--tag",
"master:client.v8",
"--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",
"x64",
"--outdir",
"out",
"--buildbot",
"--timeout=200",
"--random-seed=1524778624",
"bot_default",
"--exhaustive-variants",
"--rerun-failures-count=2",
"--swarming",
"--json-test-results",
"${ISOLATED_OUTDIR}/output.json"
],
"name": "[trigger] Check on Ubuntu-14.04",
"~followup_annotations": [
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/571\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/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",
"[START_DIR]/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-14.04/[dummy has/V8 Linux64 - avx2/571",
"--dump-json",
"/path/to/tmp/json",
"--expiration",
"3600",
"--io-timeout",
"1200",
"--hard-timeout",
"2700",
"--dimension",
"cpu",
"x86-64",
"--dimension",
"gpu",
"102b",
"--dimension",
"os",
"Ubuntu-14.04",
"--dimension",
"pool",
"V8-AVX2",
"--tag",
"buildername:V8 Linux64 - avx2",
"--tag",
"buildnumber:571",
"--tag",
"data:[dummy hash for benchmarks]",
"--tag",
"master:client.v8",
"--tag",
"name:Benchmarks",
"--tag",
"os:Ubuntu-14.04",
"--tag",
"project:v8",
"--tag",
"purpose:CI",
"--tag",
"purpose:post-commit",
"--tag",
"slavename:TestSlavename",
"--tag",
"stepname:Benchmarks on Ubuntu-14.04",
"--idempotent",
"[dummy hash for benchmarks]",
"--",
"--progress=verbose",
"--mode",
"Release",
"--arch",
"x64",
"--outdir",
"out",
"--buildbot",
"--timeout=200",
"--random-seed=1524778624",
"benchmarks",
"--download-data",
"--exhaustive-variants",
"--rerun-failures-count=2",
"--swarming",
"--json-test-results",
"${ISOLATED_OUTDIR}/output.json"
],
"name": "[trigger] Benchmarks on Ubuntu-14.04",
"~followup_annotations": [
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/571\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/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",
"[START_DIR]/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-14.04/[dummy has/V8 Linux64 - avx2/571",
"--dump-json",
"/path/to/tmp/json",
"--expiration",
"3600",
"--io-timeout",
"1200",
"--hard-timeout",
"2700",
"--dimension",
"cpu",
"x86-64",
"--dimension",
"gpu",
"102b",
"--dimension",
"os",
"Ubuntu-14.04",
"--dimension",
"pool",
"V8-AVX2",
"--tag",
"buildername:V8 Linux64 - avx2",
"--tag",
"buildnumber:571",
"--tag",
"data:[dummy hash for mozilla]",
"--tag",
"master:client.v8",
"--tag",
"name:Mozilla",
"--tag",
"os:Ubuntu-14.04",
"--tag",
"project:v8",
"--tag",
"purpose:CI",
"--tag",
"purpose:post-commit",
"--tag",
"slavename:TestSlavename",
"--tag",
"stepname:Mozilla on Ubuntu-14.04",
"--idempotent",
"[dummy hash for mozilla]",
"--",
"--progress=verbose",
"--mode",
"Release",
"--arch",
"x64",
"--outdir",
"out",
"--buildbot",
"--timeout=200",
"--random-seed=1524778624",
"mozilla",
"--exhaustive-variants",
"--rerun-failures-count=2",
"--swarming",
"--json-test-results",
"${ISOLATED_OUTDIR}/output.json"
],
"name": "[trigger] Mozilla on Ubuntu-14.04",
"~followup_annotations": [
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/571\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/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",
"[START_DIR]/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 Linux64 - avx2/571\", \"tasks\": {\"Check/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
],
"name": "Check",
"~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",
"[START_DIR]/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-14.04/[dummy has/V8 Linux64 - avx2/571\", \"tasks\": {\"Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/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",
"[START_DIR]/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-14.04/[dummy has/V8 Linux64 - avx2/571\", \"tasks\": {\"Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - avx2/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@@@"
]
},
{
"name": "$result",
"recipe_result": null,
"status_code": 0
}
]