8e0c2c9832
Bug: skia: Change-Id: I55641aa4bef5a7ac863e3aae3d2902ef408f0384 Reviewed-on: https://skia-review.googlesource.com/52121 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
301 lines
9.2 KiB
JSON
301 lines
9.2 KiB
JSON
[
|
|
{
|
|
"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",
|
|
"master",
|
|
"--progress"
|
|
],
|
|
"cwd": "[START_DIR]/swarming.client",
|
|
"env": {
|
|
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:<PATH>"
|
|
},
|
|
"infra_step": true,
|
|
"name": "git fetch (swarming_client)"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"git",
|
|
"checkout",
|
|
"-f",
|
|
"FETCH_HEAD"
|
|
],
|
|
"cwd": "[START_DIR]/swarming.client",
|
|
"infra_step": true,
|
|
"name": "git checkout (swarming_client)"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"git",
|
|
"rev-parse",
|
|
"HEAD"
|
|
],
|
|
"cwd": "[START_DIR]/swarming.client",
|
|
"infra_step": true,
|
|
"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",
|
|
"infra_step": true,
|
|
"name": "git clean (swarming_client)"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"git",
|
|
"submodule",
|
|
"sync"
|
|
],
|
|
"cwd": "[START_DIR]/swarming.client",
|
|
"infra_step": true,
|
|
"name": "submodule sync (swarming_client)"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"git",
|
|
"submodule",
|
|
"update",
|
|
"--init",
|
|
"--recursive"
|
|
],
|
|
"cwd": "[START_DIR]/swarming.client",
|
|
"infra_step": true,
|
|
"name": "submodule update (swarming_client)"
|
|
},
|
|
{
|
|
"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/isolate.py",
|
|
"archive",
|
|
"--isolate",
|
|
"[START_DIR]/swarming.client/example/payload/hello_world.isolate",
|
|
"--isolated",
|
|
"[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
|
|
"--isolate-server",
|
|
"https://isolateserver-dev.appspot.com",
|
|
"--config-variable",
|
|
"OS",
|
|
"win",
|
|
"--verbose"
|
|
],
|
|
"name": "archive for win",
|
|
"stdout": "/path/to/tmp/"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"-u",
|
|
"[START_DIR]/swarming.client/swarming.py",
|
|
"trigger",
|
|
"--swarming",
|
|
"https://chromium-swarm-dev.appspot.com",
|
|
"--isolate-server",
|
|
"https://isolateserver-dev.appspot.com",
|
|
"--priority",
|
|
"30",
|
|
"--shards",
|
|
"1",
|
|
"--task-name",
|
|
"hello_world/Windows-7-SP1/hash_for_w",
|
|
"--dump-json",
|
|
"/path/to/tmp/json",
|
|
"--expiration",
|
|
"3600",
|
|
"--io-timeout",
|
|
"1200",
|
|
"--hard-timeout",
|
|
"3600",
|
|
"--dimension",
|
|
"cpu",
|
|
"x86-64",
|
|
"--dimension",
|
|
"gpu",
|
|
"none",
|
|
"--dimension",
|
|
"os",
|
|
"Windows-7-SP1",
|
|
"--env",
|
|
"TESTING",
|
|
"1",
|
|
"--tag",
|
|
"data:hash_for_win",
|
|
"--tag",
|
|
"master:tryserver",
|
|
"--tag",
|
|
"name:hello_world",
|
|
"--tag",
|
|
"os:Windows-7-SP1",
|
|
"--tag",
|
|
"os:win",
|
|
"--tag",
|
|
"rietveld:https://codereview.chromium.org/123/#ps1001",
|
|
"--tag",
|
|
"stepname:hello_world on Windows-7-SP1",
|
|
"--verbose",
|
|
"--idempotent",
|
|
"--user",
|
|
"joe",
|
|
"--cipd-package",
|
|
"bin:super/awesome/pkg:git_revision:deadbeef",
|
|
"--isolated",
|
|
"hash_for_win"
|
|
],
|
|
"infra_step": true,
|
|
"name": "[trigger] hello_world on Windows-7-SP1",
|
|
"~followup_annotations": [
|
|
"@@@STEP_TEXT@Run on OS: 'Windows-7-SP1'@@@",
|
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", @@@",
|
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
|
"@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\": {@@@",
|
|
"@@@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-dev.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-dev.appspot.com/user/task/10000@@@"
|
|
]
|
|
},
|
|
{
|
|
"cmd": [
|
|
"echo",
|
|
"running something locally"
|
|
],
|
|
"name": "local step"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"-u",
|
|
"RECIPE_MODULE[skia::swarming]/resources/collect_task.py",
|
|
"-o",
|
|
"/path/to/tmp/json",
|
|
"--task-output-dir",
|
|
"[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir",
|
|
"--merge-script",
|
|
"RECIPE_MODULE[skia::swarming]/resources/noop_merge.py",
|
|
"--merge-additional-args",
|
|
"[]",
|
|
"--",
|
|
"python",
|
|
"-u",
|
|
"[START_DIR]/swarming.client/swarming.py",
|
|
"collect",
|
|
"--swarming",
|
|
"https://chromium-swarm-dev.appspot.com",
|
|
"--decorate",
|
|
"--print-status-updates",
|
|
"--verbose",
|
|
"--json",
|
|
"{\"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", \"tasks\": {\"hello_world/Windows-7-SP1/hash_for_w\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\"}}}",
|
|
"--task-summary-json",
|
|
"/path/to/tmp/json"
|
|
],
|
|
"name": "hello_world on Windows-7-SP1",
|
|
"~followup_annotations": [
|
|
"@@@STEP_TEXT@Run on OS: 'Windows-7-SP1'<br>swarming pending 71s@@@",
|
|
"@@@STEP_LOG_LINE@json.output@{}@@@",
|
|
"@@@STEP_LOG_END@json.output@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@{@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"shards\": [@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ {@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"abandoned_ts\": null, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"durations\": [@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ 5.7, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ 31.5@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ ], @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ 0, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ 0@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ ], @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0000\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": {@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"isolated\": \"abc123\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"namespace\": \"default-gzip\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ }, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"outputs\": [@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"Heart beat succeeded on win32.\\n\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"Foo\"@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ ], @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"outputs_ref\": {@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ }, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"state\": 112, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": 1, @@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ \"user\": \"unknown\"@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ }@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@ ]@@@",
|
|
"@@@STEP_LOG_LINE@swarming.summary@}@@@",
|
|
"@@@STEP_LOG_END@swarming.summary@@@",
|
|
"@@@STEP_LINK@shard #0 isolated out@blah@@@"
|
|
]
|
|
},
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"-u",
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
"--json-output",
|
|
"/path/to/tmp/json",
|
|
"rmtree",
|
|
"[TMP_BASE]/hello_isolated_world_tmp_1"
|
|
],
|
|
"infra_step": true,
|
|
"name": "remove temp dir"
|
|
},
|
|
{
|
|
"name": "$result",
|
|
"recipe_result": null,
|
|
"status_code": 0
|
|
}
|
|
] |