Index: scripts/slave/recipes/skia/ct_skps.expected/CT_BENCH_10k_SKPs.json |
diff --git a/scripts/slave/recipes/skia/ct_skps.expected/CT_BENCH_10k_SKPs.json b/scripts/slave/recipes/skia/ct_skps.expected/CT_BENCH_10k_SKPs.json |
deleted file mode 100644 |
index 146f1faf4d04156c4e02724468b0c6297491fa88..0000000000000000000000000000000000000000 |
--- a/scripts/slave/recipes/skia/ct_skps.expected/CT_BENCH_10k_SKPs.json |
+++ /dev/null |
@@ -1,1676 +0,0 @@ |
-[ |
- { |
- "cmd": [ |
- "git", |
- "remote", |
- "set-url", |
- "origin", |
- "https://skia.googlesource.com/skia.git" |
- ], |
- "cwd": "[SLAVE_BUILD]/skia", |
- "name": "git remote set-url" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "fetch" |
- ], |
- "cwd": "[SLAVE_BUILD]/skia", |
- "name": "git fetch" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "reset", |
- "--hard", |
- "abc123" |
- ], |
- "cwd": "[SLAVE_BUILD]/skia", |
- "name": "git reset" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "clean", |
- "-d", |
- "-f" |
- ], |
- "cwd": "[SLAVE_BUILD]/skia", |
- "name": "git clean" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "remote", |
- "set-url", |
- "origin", |
- "https://chromium.googlesource.com/chromium/src.git" |
- ], |
- "cwd": "[SLAVE_BUILD]/src", |
- "name": "git remote set-url (2)" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "fetch" |
- ], |
- "cwd": "[SLAVE_BUILD]/src", |
- "name": "git fetch (2)" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "reset", |
- "--hard", |
- "origin/master" |
- ], |
- "cwd": "[SLAVE_BUILD]/src", |
- "name": "git reset (2)" |
- }, |
- { |
- "cmd": [ |
- "git", |
- "clean", |
- "-d", |
- "-f" |
- ], |
- "cwd": "[SLAVE_BUILD]/src", |
- "name": "git clean (2)" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
- "config", |
- "--spec", |
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" |
- ], |
- "env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
- }, |
- "name": "gclient setup" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
- "sync", |
- "--nohooks", |
- "--force", |
- "--verbose", |
- "--delete_unversioned_trees", |
- "--revision", |
- "skia@abc123", |
- "--revision", |
- "src@origin/master", |
- "--output-json", |
- "/path/to/tmp/json" |
- ], |
- "env": { |
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
- }, |
- "name": "gclient sync", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "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", |
- "master" |
- ], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
- "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@<br/>checked out 'deadbeef'<br/>@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "git", |
- "clean", |
- "-f", |
- "-d", |
- "-x" |
- ], |
- "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)" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
- "--version" |
- ], |
- "name": "swarming.py --version", |
- "stdout": "/path/to/tmp/", |
- "~followup_annotations": [ |
- "@@@STEP_TEXT@0.4.10@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "download_from_google_storage", |
- "--no_resume", |
- "--platform=linux*", |
- "--no_auth", |
- "--bucket", |
- "chromium-luci", |
- "-d", |
- "[SLAVE_BUILD]/src/tools/luci-go/linux64" |
- ], |
- "name": "download luci-go linux" |
- }, |
- { |
- "cmd": [ |
- "download_from_google_storage", |
- "--no_resume", |
- "--platform=darwin", |
- "--no_auth", |
- "--bucket", |
- "chromium-luci", |
- "-d", |
- "[SLAVE_BUILD]/src/tools/luci-go/mac64" |
- ], |
- "name": "download luci-go mac" |
- }, |
- { |
- "cmd": [ |
- "download_from_google_storage", |
- "--no_resume", |
- "--platform=win32", |
- "--no_auth", |
- "--bucket", |
- "chromium-luci", |
- "-d", |
- "[SLAVE_BUILD]/src/tools/luci-go/win64" |
- ], |
- "name": "download luci-go win" |
- }, |
- { |
- "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]/luci-go" |
- ], |
- "name": "rmtree Go binary dir", |
- "~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@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], symlinks=bool(sys.argv[3]))\n", |
- "[SLAVE_BUILD]/src/tools/luci-go", |
- "[SLAVE_BUILD]/luci-go", |
- "0" |
- ], |
- "name": "Copy Go binary" |
- }, |
- { |
- "cmd": [ |
- "make", |
- "nanobench", |
- "BUILDTYPE=Release" |
- ], |
- "cwd": "[SLAVE_BUILD]/skia", |
- "name": "build nanobench", |
- "~followup_annotations": [ |
- "@@@SET_BUILD_PROPERTY@Location of SKPs@\"https://pantheon.corp.google.com/storage/browser/cluster-telemetry/skps/10k/57259e0-05dcb4c/\"@@@" |
- ] |
- }, |
- { |
- "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]/swarming_temp_dir" |
- ], |
- "name": "rmtree swarming temp dir", |
- "~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@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/skps/slave1", |
- "511" |
- ], |
- "name": "makedirs SKPs dir", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "-m", |
- "rsync", |
- "-d", |
- "-r", |
- "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave1", |
- "[SLAVE_BUILD]/skps/slave1" |
- ], |
- "name": "gsutil rsync" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir", |
- "511" |
- ], |
- "name": "makedirs swarming tmp dir", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json" |
- ], |
- "name": "Write ct-nanobench-1.isolated.gen.json" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/skps/slave2", |
- "511" |
- ], |
- "name": "makedirs SKPs dir (2)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "-m", |
- "rsync", |
- "-d", |
- "-r", |
- "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2", |
- "[SLAVE_BUILD]/skps/slave2" |
- ], |
- "name": "gsutil rsync (2)" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir", |
- "511" |
- ], |
- "name": "makedirs swarming tmp dir (2)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json" |
- ], |
- "name": "Write ct-nanobench-2.isolated.gen.json" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/skps/slave3", |
- "511" |
- ], |
- "name": "makedirs SKPs dir (3)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "-m", |
- "rsync", |
- "-d", |
- "-r", |
- "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3", |
- "[SLAVE_BUILD]/skps/slave3" |
- ], |
- "name": "gsutil rsync (3)" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir", |
- "511" |
- ], |
- "name": "makedirs swarming tmp dir (3)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json" |
- ], |
- "name": "Write ct-nanobench-3.isolated.gen.json" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/skps/slave4", |
- "511" |
- ], |
- "name": "makedirs SKPs dir (4)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "-m", |
- "rsync", |
- "-d", |
- "-r", |
- "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4", |
- "[SLAVE_BUILD]/skps/slave4" |
- ], |
- "name": "gsutil rsync (4)" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir", |
- "511" |
- ], |
- "name": "makedirs swarming tmp dir (4)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json" |
- ], |
- "name": "Write ct-nanobench-4.isolated.gen.json" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/skps/slave5", |
- "511" |
- ], |
- "name": "makedirs SKPs dir (5)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "-m", |
- "rsync", |
- "-d", |
- "-r", |
- "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5", |
- "[SLAVE_BUILD]/skps/slave5" |
- ], |
- "name": "gsutil rsync (5)" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir", |
- "511" |
- ], |
- "name": "makedirs swarming tmp dir (5)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
- "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
- "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
- "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", |
- "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
- "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/chrome/ct_skps.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\", \n \"version\": 1\n}", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json" |
- ], |
- "name": "Write ct-nanobench-5.isolated.gen.json" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
- "[SLAVE_BUILD]/swarming.client", |
- "batcharchive", |
- "--dump-json", |
- "/path/to/tmp/json", |
- "--isolate-server", |
- "https://isolateserver.appspot.com", |
- "--verbose", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json", |
- "[SLAVE_BUILD]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json" |
- ], |
- "name": "isolate tests", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1\": \"[dummy hash for ct-nanobench-1]\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2\": \"[dummy hash for ct-nanobench-2]\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3\": \"[dummy hash for ct-nanobench-3]\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4\": \"[dummy hash for ct-nanobench-4]\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5\": \"[dummy hash for ct-nanobench-5]\"@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-nanobench-1\": \"[dummy hash for ct-nanobench-1]\", \"ct-nanobench-2\": \"[dummy hash for ct-nanobench-2]\", \"ct-nanobench-3\": \"[dummy hash for ct-nanobench-3]\", \"ct-nanobench-4\": \"[dummy hash for ct-nanobench-4]\", \"ct-nanobench-5\": \"[dummy hash for ct-nanobench-5]\"}@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
- "trigger", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--isolate-server", |
- "https://isolateserver.appspot.com", |
- "--priority", |
- "90", |
- "--shards", |
- "1", |
- "--task-name", |
- "ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--dump-json", |
- "/path/to/tmp/json", |
- "--expiration", |
- "72000", |
- "--io-timeout", |
- "1200", |
- "--hard-timeout", |
- "14400", |
- "--dimension", |
- "cpu", |
- "x86-64", |
- "--dimension", |
- "gpu", |
- "10de:104a", |
- "--dimension", |
- "os", |
- "Ubuntu-14.04", |
- "--dimension", |
- "pool", |
- "Chrome", |
- "--tag", |
- "buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs", |
- "--tag", |
- "data:[dummy hash for ct-nanobench-1]", |
- "--tag", |
- "name:ct-nanobench-1", |
- "--tag", |
- "os:Ubuntu-14.04", |
- "--tag", |
- "stepname:ct-nanobench-1 on Ubuntu-14.04", |
- "[dummy hash for ct-nanobench-1]" |
- ], |
- "name": "[trigger] ct-nanobench-1 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@", |
- "@@@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]/swarming.client/swarming.py", |
- "trigger", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--isolate-server", |
- "https://isolateserver.appspot.com", |
- "--priority", |
- "90", |
- "--shards", |
- "1", |
- "--task-name", |
- "ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--dump-json", |
- "/path/to/tmp/json", |
- "--expiration", |
- "72000", |
- "--io-timeout", |
- "1200", |
- "--hard-timeout", |
- "14400", |
- "--dimension", |
- "cpu", |
- "x86-64", |
- "--dimension", |
- "gpu", |
- "10de:104a", |
- "--dimension", |
- "os", |
- "Ubuntu-14.04", |
- "--dimension", |
- "pool", |
- "Chrome", |
- "--tag", |
- "buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs", |
- "--tag", |
- "data:[dummy hash for ct-nanobench-2]", |
- "--tag", |
- "name:ct-nanobench-2", |
- "--tag", |
- "os:Ubuntu-14.04", |
- "--tag", |
- "stepname:ct-nanobench-2 on Ubuntu-14.04", |
- "[dummy hash for ct-nanobench-2]" |
- ], |
- "name": "[trigger] ct-nanobench-2 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@", |
- "@@@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]/swarming.client/swarming.py", |
- "trigger", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--isolate-server", |
- "https://isolateserver.appspot.com", |
- "--priority", |
- "90", |
- "--shards", |
- "1", |
- "--task-name", |
- "ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--dump-json", |
- "/path/to/tmp/json", |
- "--expiration", |
- "72000", |
- "--io-timeout", |
- "1200", |
- "--hard-timeout", |
- "14400", |
- "--dimension", |
- "cpu", |
- "x86-64", |
- "--dimension", |
- "gpu", |
- "10de:104a", |
- "--dimension", |
- "os", |
- "Ubuntu-14.04", |
- "--dimension", |
- "pool", |
- "Chrome", |
- "--tag", |
- "buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs", |
- "--tag", |
- "data:[dummy hash for ct-nanobench-3]", |
- "--tag", |
- "name:ct-nanobench-3", |
- "--tag", |
- "os:Ubuntu-14.04", |
- "--tag", |
- "stepname:ct-nanobench-3 on Ubuntu-14.04", |
- "[dummy hash for ct-nanobench-3]" |
- ], |
- "name": "[trigger] ct-nanobench-3 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@", |
- "@@@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]/swarming.client/swarming.py", |
- "trigger", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--isolate-server", |
- "https://isolateserver.appspot.com", |
- "--priority", |
- "90", |
- "--shards", |
- "1", |
- "--task-name", |
- "ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--dump-json", |
- "/path/to/tmp/json", |
- "--expiration", |
- "72000", |
- "--io-timeout", |
- "1200", |
- "--hard-timeout", |
- "14400", |
- "--dimension", |
- "cpu", |
- "x86-64", |
- "--dimension", |
- "gpu", |
- "10de:104a", |
- "--dimension", |
- "os", |
- "Ubuntu-14.04", |
- "--dimension", |
- "pool", |
- "Chrome", |
- "--tag", |
- "buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs", |
- "--tag", |
- "data:[dummy hash for ct-nanobench-4]", |
- "--tag", |
- "name:ct-nanobench-4", |
- "--tag", |
- "os:Ubuntu-14.04", |
- "--tag", |
- "stepname:ct-nanobench-4 on Ubuntu-14.04", |
- "[dummy hash for ct-nanobench-4]" |
- ], |
- "name": "[trigger] ct-nanobench-4 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@", |
- "@@@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]/swarming.client/swarming.py", |
- "trigger", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--isolate-server", |
- "https://isolateserver.appspot.com", |
- "--priority", |
- "90", |
- "--shards", |
- "1", |
- "--task-name", |
- "ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--dump-json", |
- "/path/to/tmp/json", |
- "--expiration", |
- "72000", |
- "--io-timeout", |
- "1200", |
- "--hard-timeout", |
- "14400", |
- "--dimension", |
- "cpu", |
- "x86-64", |
- "--dimension", |
- "gpu", |
- "10de:104a", |
- "--dimension", |
- "os", |
- "Ubuntu-14.04", |
- "--dimension", |
- "pool", |
- "Chrome", |
- "--tag", |
- "buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs", |
- "--tag", |
- "data:[dummy hash for ct-nanobench-5]", |
- "--tag", |
- "name:ct-nanobench-5", |
- "--tag", |
- "os:Ubuntu-14.04", |
- "--tag", |
- "stepname:ct-nanobench-5 on Ubuntu-14.04", |
- "[dummy hash for ct-nanobench-5]" |
- ], |
- "name": "[trigger] ct-nanobench-5 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@", |
- "@@@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]/swarming.client/swarming.py", |
- "collect", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--decorate", |
- "--print-status-updates", |
- "--shards", |
- "1", |
- "ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--task-summary-json", |
- "/path/to/tmp/json", |
- "--task-output-dir", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-1" |
- ], |
- "name": "ct-nanobench-1 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_TEXT@swarming pending 71s@@@", |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 0@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@ ]@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-1/0", |
- "/path/to/tmp/json" |
- ], |
- "name": "listdir output dir", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@[@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
- "@@@STEP_LOG_LINE@json.output@]@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
- "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
- "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-1/0/file 1", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-1/0/file 2", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (2)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
- "collect", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--decorate", |
- "--print-status-updates", |
- "--shards", |
- "1", |
- "ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--task-summary-json", |
- "/path/to/tmp/json", |
- "--task-output-dir", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-2" |
- ], |
- "name": "ct-nanobench-2 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_TEXT@swarming pending 71s@@@", |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 0@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@ ]@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-2/0", |
- "/path/to/tmp/json" |
- ], |
- "name": "listdir output dir (2)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@[@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
- "@@@STEP_LOG_LINE@json.output@]@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
- "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
- "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-2/0/file 1", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (3)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-2/0/file 2", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (4)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
- "collect", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--decorate", |
- "--print-status-updates", |
- "--shards", |
- "1", |
- "ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--task-summary-json", |
- "/path/to/tmp/json", |
- "--task-output-dir", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-3" |
- ], |
- "name": "ct-nanobench-3 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_TEXT@swarming pending 71s@@@", |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 0@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@ ]@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-3/0", |
- "/path/to/tmp/json" |
- ], |
- "name": "listdir output dir (3)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@[@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
- "@@@STEP_LOG_LINE@json.output@]@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
- "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
- "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-3/0/file 1", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (5)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-3/0/file 2", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (6)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
- "collect", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--decorate", |
- "--print-status-updates", |
- "--shards", |
- "1", |
- "ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--task-summary-json", |
- "/path/to/tmp/json", |
- "--task-output-dir", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-4" |
- ], |
- "name": "ct-nanobench-4 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_TEXT@swarming pending 71s@@@", |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 0@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@ ]@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-4/0", |
- "/path/to/tmp/json" |
- ], |
- "name": "listdir output dir (4)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@[@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
- "@@@STEP_LOG_LINE@json.output@]@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
- "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
- "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-4/0/file 1", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (7)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-4/0/file 2", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (8)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
- "collect", |
- "--swarming", |
- "https://chromium-swarm.appspot.com", |
- "--decorate", |
- "--print-status-updates", |
- "--shards", |
- "1", |
- "ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1", |
- "--task-summary-json", |
- "/path/to/tmp/json", |
- "--task-output-dir", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-5" |
- ], |
- "name": "ct-nanobench-5 on Ubuntu-14.04", |
- "~followup_annotations": [ |
- "@@@STEP_TEXT@swarming pending 71s@@@", |
- "@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
- "@@@STEP_LOG_LINE@json.output@ 0@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ ], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }@@@", |
- "@@@STEP_LOG_LINE@json.output@ ]@@@", |
- "@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-5/0", |
- "/path/to/tmp/json" |
- ], |
- "name": "listdir output dir (5)", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@json.output@[@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
- "@@@STEP_LOG_LINE@json.output@]@@@", |
- "@@@STEP_LOG_END@json.output@@@", |
- "@@@STEP_LOG_LINE@python.inline@@@@", |
- "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
- "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):@@@", |
- "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
- "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@@@", |
- "@@@STEP_LOG_END@python.inline@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-5/0/file 1", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (9)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
- "--", |
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
- "----", |
- "cp", |
- "-R", |
- "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-nanobench-5/0/file 2", |
- "gs://skia-perf/ct/10k/2012/05/14/12/" |
- ], |
- "env": { |
- "AWS_CREDENTIAL_FILE": null, |
- "BOTO_CONFIG": null |
- }, |
- "name": "gsutil upload json output (10)", |
- "~followup_annotations": [ |
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-perf/ct/10k/2012/05/14/12/@@@" |
- ] |
- }, |
- { |
- "name": "$result", |
- "recipe_result": null, |
- "status_code": 0 |
- } |
-] |