aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json
diff options
context:
space:
mode:
authorGravatar Robert Iannucci <iannucci@google.com>2017-06-01 14:59:27 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-02 11:40:36 +0000
commitdec4c0b29843d5de7d06c3998d919b3e3abecdf2 (patch)
tree1ac4f6d597681a783d145b91ffb9a48eded68f9b /infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json
parentd5bee5d50c60eedda697ac305658d3817125e147 (diff)
Rename example.py -> examples/full.py for all modules
`example.py` is going away; examples folder can now hold multiple example recipes. R=borenet@google.com Bug: skia: Change-Id: Ib28910987342217bc52040d4d966444174ce27a3 Reviewed-on: https://skia-review.googlesource.com/18432 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json')
-rw-r--r--infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json278
1 files changed, 0 insertions, 278 deletions
diff --git a/infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json b/infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json
deleted file mode 100644
index 46ca02c42d..0000000000
--- a/infra/bots/recipe_modules/swarming/example.expected/swarming_timeout_new.json
+++ /dev/null
@@ -1,278 +0,0 @@
-[
- {
- "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"
- ],
- "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",
- "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\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": null, @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"durations\": null, @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [], @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0100\", @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": null, @@@",
- "@@@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@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"state\": \"TIMED_OUT\", @@@",
- "@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": null, @@@",
- "@@@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@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[skia::file]/resources/fileutil.py",
- "rmtree",
- "[TMP_BASE]/hello_isolated_world_tmp_1"
- ],
- "infra_step": true,
- "name": "rmtree remove temp dir"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-] \ No newline at end of file