Manually roll skia recipe deps.
This includes: recipes-py:f5e47cfc28..554e8878ac
depot_tools:109907e6a9..1e71b8bdf0
tools/build:f7b41106d6..dcca7cbe7e
The ranges include my generic postprocess/merge change in tools/build that had been failing to roll over in https://skia-review.googlesource.com/c/13920/ along with a few corresponding fixes. Change-Id: I7e328bdb3acfc9b4c219e408c226f181f3b05f3d Reviewed-on: https://skia-review.googlesource.com/14678 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
a754378ef6
commit
74be2f2095
@ -135,7 +135,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"parent_repo\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"parent_repo\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"src/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"src/flutter\": \"got_flutter_revision\", \"src/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_flutter_revision\": \"src/flutter\", \"got_revision\": \"src/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"pdfium/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"pdfium\": \"got_pdfium_revision\", \"pdfium/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_pdfium_revision\": \"pdfium\", \"got_revision\": \"pdfium/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -1,54 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[CUSTOM_/_B_WORK]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-arm64-Debug-Android"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||
"gen",
|
||||
"[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-arm64-Debug-Android/Debug",
|
||||
"--args=extra_cflags=[\"-O1\"] ndk=\"[START_DIR]/android_ndk_darwin\" target_cpu=\"arm64\""
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-arm64-Debug-Android"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja",
|
||||
"-C",
|
||||
"[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-arm64-Debug-Android/Debug"
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-arm64-Debug-Android"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,54 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[CUSTOM_C:\\_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Release",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-arm64-Release-Android"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/bin/gn.exe",
|
||||
"gen",
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-arm64-Release-Android/Release",
|
||||
"--args=is_debug=false ndk=\"[START_DIR]/n\" target_cpu=\"arm64\""
|
||||
],
|
||||
"cwd": "[CUSTOM_C:\\_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Release",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-arm64-Release-Android"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja.exe",
|
||||
"-C",
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-arm64-Release-Android/Release"
|
||||
],
|
||||
"cwd": "[CUSTOM_C:\\_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Release",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-arm64-Release-Android"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,856 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[START_DIR]/skia/bin/gn",
|
||||
"gen",
|
||||
"[START_DIR]/out/Debug",
|
||||
"--args=ar=\"[START_DIR]/cast_toolchain/bin/armv7a-cros-linux-gnueabi-ar\" cc=\"[START_DIR]/cast_toolchain/bin/armv7a-cros-linux-gnueabi-gcc\" cxx=\"[START_DIR]/cast_toolchain/bin/armv7a-cros-linux-gnueabi-g++\" extra_cflags=[\"-g0\"] extra_ldflags=[\"-static-libstdc++\", \"-static-libgcc\"] skia_enable_gpu=false skia_use_fontconfig=false skia_use_icu=false skia_use_system_freetype2=false target_cpu=\"None\""
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja",
|
||||
"-C",
|
||||
"[START_DIR]/out/Debug",
|
||||
"nanobench"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport os\nCHROMECAST_IP_FILE = os.path.expanduser('~/chromecast.txt')\nwith open(CHROMECAST_IP_FILE, 'r') as f:\n print f.read()\n"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "read chromecast ip",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@CHROMECAST_IP_FILE = os.path.expanduser('~/chromecast.txt')@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@with open(CHROMECAST_IP_FILE, 'r') as f:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print f.read()@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"connect",
|
||||
""
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "adb connect "
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"push",
|
||||
"file.txt",
|
||||
"file.txt"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push file.txt file.txt"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_MODULE[build::file]/resources/fileutil.py",
|
||||
"rmtree",
|
||||
"results_dir"
|
||||
],
|
||||
"env": {
|
||||
"PYTHONPATH": "[START_DIR]/skia/infra/bots/.recipe_deps/build/scripts"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rmtree results_dir"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"results_dir",
|
||||
"511"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "makedirs results_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": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-r",
|
||||
"device_results_dir"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm device_results_dir"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"mkdir",
|
||||
"-p",
|
||||
"device_results_dir"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "mkdir device_results_dir"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/cache/skia/resources"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "mkdir /cache/skia/resources"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport os\nimport subprocess\nimport sys\nhost = sys.argv[1]\ndevice = sys.argv[2]\nfor d, _, fs in os.walk(host):\n p = os.path.relpath(d, host)\n if p != '.' and p.startswith('.'):\n continue\n for f in fs:\n print os.path.join(p,f)\n hp = os.path.realpath(os.path.join(host, p, f))\n if os.stat(hp).st_size > (3 * 1024 * 1024):\n print \"Skipping because it is too big\"\n else:\n subprocess.check_call(['adb', 'push',\n hp, os.path.join(device, p, f)])\n",
|
||||
"[START_DIR]/skia/resources",
|
||||
"/cache/skia/resources"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/skia/resources/* /cache/skia/resources",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@host = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@device = sys.argv[2]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@for d, _, fs in os.walk(host):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ p = os.path.relpath(d, host)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if p != '.' and p.startswith('.'):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ continue@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ for f in fs:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print os.path.join(p,f)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp = os.path.realpath(os.path.join(host, p, f))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if os.stat(hp).st_size > (3 * 1024 * 1024):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print \"Skipping because it is too big\"@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ else:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ subprocess.check_call(['adb', 'push',@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp, os.path.join(device, p, f)])@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/skp/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded SKP VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SKP_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SKP_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"cat",
|
||||
"/cache/skia/SKP_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "read /cache/skia/SKP_VERSION",
|
||||
"stdout": "/path/to/tmp/"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-f",
|
||||
"/cache/skia/SKP_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm /cache/skia/SKP_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-r",
|
||||
"/cache/skia/skps"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm /cache/skia/skps"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/cache/skia/skps"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "mkdir /cache/skia/skps"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport os\nimport subprocess\nimport sys\nhost = sys.argv[1]\ndevice = sys.argv[2]\nfor d, _, fs in os.walk(host):\n p = os.path.relpath(d, host)\n if p != '.' and p.startswith('.'):\n continue\n for f in fs:\n print os.path.join(p,f)\n hp = os.path.realpath(os.path.join(host, p, f))\n if os.stat(hp).st_size > (3 * 1024 * 1024):\n print \"Skipping because it is too big\"\n else:\n subprocess.check_call(['adb', 'push',\n hp, os.path.join(device, p, f)])\n",
|
||||
"[START_DIR]/skp",
|
||||
"/cache/skia/skps"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/skp/* /cache/skia/skps",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@host = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@device = sys.argv[2]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@for d, _, fs in os.walk(host):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ p = os.path.relpath(d, host)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if p != '.' and p.startswith('.'):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ continue@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ for f in fs:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print os.path.join(p,f)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp = os.path.realpath(os.path.join(host, p, f))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if os.stat(hp).st_size > (3 * 1024 * 1024):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print \"Skipping because it is too big\"@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ else:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ subprocess.check_call(['adb', 'push',@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp, os.path.join(device, p, f)])@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"push",
|
||||
"[START_DIR]/tmp/SKP_VERSION",
|
||||
"/cache/skia/SKP_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/tmp/SKP_VERSION /cache/skia/SKP_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded skimage VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SK_IMAGE_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SK_IMAGE_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"cat",
|
||||
"/cache/skia/SK_IMAGE_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "read /cache/skia/SK_IMAGE_VERSION",
|
||||
"stdout": "/path/to/tmp/"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-f",
|
||||
"/cache/skia/SK_IMAGE_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm /cache/skia/SK_IMAGE_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-r",
|
||||
"/cache/skia/images"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm /cache/skia/images"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/cache/skia/images"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "mkdir /cache/skia/images"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport os\nimport subprocess\nimport sys\nhost = sys.argv[1]\ndevice = sys.argv[2]\nfor d, _, fs in os.walk(host):\n p = os.path.relpath(d, host)\n if p != '.' and p.startswith('.'):\n continue\n for f in fs:\n print os.path.join(p,f)\n hp = os.path.realpath(os.path.join(host, p, f))\n if os.stat(hp).st_size > (3 * 1024 * 1024):\n print \"Skipping because it is too big\"\n else:\n subprocess.check_call(['adb', 'push',\n hp, os.path.join(device, p, f)])\n",
|
||||
"[START_DIR]/skimage",
|
||||
"/cache/skia/images"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/skimage/* /cache/skia/images",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@host = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@device = sys.argv[2]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@for d, _, fs in os.walk(host):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ p = os.path.relpath(d, host)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if p != '.' and p.startswith('.'):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ continue@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ for f in fs:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print os.path.join(p,f)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp = os.path.realpath(os.path.join(host, p, f))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if os.stat(hp).st_size > (3 * 1024 * 1024):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print \"Skipping because it is too big\"@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ else:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ subprocess.check_call(['adb', 'push',@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp, os.path.join(device, p, f)])@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"push",
|
||||
"[START_DIR]/tmp/SK_IMAGE_VERSION",
|
||||
"/cache/skia/SK_IMAGE_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/tmp/SK_IMAGE_VERSION /cache/skia/SK_IMAGE_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/svg/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded SVG VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SVG_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SVG_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"cat",
|
||||
"/cache/skia/SVG_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "read /cache/skia/SVG_VERSION",
|
||||
"stdout": "/path/to/tmp/"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-f",
|
||||
"/cache/skia/SVG_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm /cache/skia/SVG_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"rm",
|
||||
"-r",
|
||||
"/cache/skia/svgs"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rm /cache/skia/svgs"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"shell",
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/cache/skia/svgs"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "mkdir /cache/skia/svgs"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport os\nimport subprocess\nimport sys\nhost = sys.argv[1]\ndevice = sys.argv[2]\nfor d, _, fs in os.walk(host):\n p = os.path.relpath(d, host)\n if p != '.' and p.startswith('.'):\n continue\n for f in fs:\n print os.path.join(p,f)\n hp = os.path.realpath(os.path.join(host, p, f))\n if os.stat(hp).st_size > (3 * 1024 * 1024):\n print \"Skipping because it is too big\"\n else:\n subprocess.check_call(['adb', 'push',\n hp, os.path.join(device, p, f)])\n",
|
||||
"[START_DIR]/svg",
|
||||
"/cache/skia/svgs"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/svg/* /cache/skia/svgs",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@host = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@device = sys.argv[2]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@for d, _, fs in os.walk(host):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ p = os.path.relpath(d, host)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if p != '.' and p.startswith('.'):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ continue@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ for f in fs:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print os.path.join(p,f)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp = os.path.realpath(os.path.join(host, p, f))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if os.stat(hp).st_size > (3 * 1024 * 1024):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print \"Skipping because it is too big\"@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ else:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ subprocess.check_call(['adb', 'push',@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ hp, os.path.join(device, p, f)])@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"push",
|
||||
"[START_DIR]/tmp/SVG_VERSION",
|
||||
"/cache/skia/SVG_VERSION"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push [START_DIR]/tmp/SVG_VERSION /cache/skia/SVG_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"push",
|
||||
"[START_DIR]/out/Debug/dm",
|
||||
"/cache/skia/"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push dm"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"set -x; /cache/skia/dm --some-flag; echo $? >/cache/skia/rc",
|
||||
"[START_DIR]/tmp/dm.sh"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write dm.sh"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"push",
|
||||
"[START_DIR]/tmp/dm.sh",
|
||||
"/cache/skia/"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "push dm.sh"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"logcat",
|
||||
"-c"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "clear log"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport subprocess\nimport sys\nbin_dir = sys.argv[1]\nsh = sys.argv[2]\nsubprocess.check_call(['adb', 'shell', 'sh', bin_dir + sh])\ntry:\n sys.exit(int(subprocess.check_output(['adb', 'shell', 'cat',\n bin_dir + 'rc'])))\nexcept ValueError:\n print \"Couldn't read the return code. Probably killed for OOM.\"\n sys.exit(1)\n",
|
||||
"/cache/skia/",
|
||||
"dm.sh"
|
||||
],
|
||||
"name": "dm",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@bin_dir = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@sh = sys.argv[2]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@subprocess.check_call(['adb', 'shell', 'sh', bin_dir + sh])@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@try:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ sys.exit(int(subprocess.check_output(['adb', 'shell', 'cat',@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ bin_dir + 'rc'])))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@except ValueError:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print \"Couldn't read the return code. Probably killed for OOM.\"@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"pull",
|
||||
"/cache/skia/dm_out",
|
||||
"[CUSTOM_[SWARM_OUT_DIR]]/dm"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "pull /cache/skia/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"pull",
|
||||
"/cache/skia/perf",
|
||||
"[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug/data"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "pull /cache/skia/perf [CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug/data"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport os\nimport subprocess\nimport sys\nout = sys.argv[1]\nlog = subprocess.check_output(['adb', 'logcat', '-d'])\nfor line in log.split('\\n'):\n tokens = line.split()\n if len(tokens) == 11 and tokens[-7] == 'F' and tokens[-3] == 'pc':\n addr, path = tokens[-2:]\n local = os.path.join(out, os.path.basename(path))\n if os.path.exists(local):\n sym = subprocess.check_output(['addr2line', '-Cfpe', local, addr])\n line = line.replace(addr, addr + ' ' + sym.strip())\n print line\n",
|
||||
"[START_DIR]/out/Debug"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "dump log",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@out = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@log = subprocess.check_output(['adb', 'logcat', '-d'])@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@for line in log.split('\\n'):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ tokens = line.split()@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if len(tokens) == 11 and tokens[-7] == 'F' and tokens[-3] == 'pc':@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ addr, path = tokens[-2:]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ local = os.path.join(out, os.path.basename(path))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr2line', '-Cfpe', local, addr])@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print line@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"adb",
|
||||
"kill-server"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "kill adb server"
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,74 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[CUSTOM_/_B_WORK]/skia/tools/build_command_buffer.py",
|
||||
"--chrome-dir",
|
||||
"[CUSTOM_/_B_WORK]",
|
||||
"--output-dir",
|
||||
"[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
|
||||
"--no-sync",
|
||||
"--make-output-dir"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
|
||||
},
|
||||
"name": "build command_buffer"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[CUSTOM_/_B_WORK]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||
"gen",
|
||||
"[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
|
||||
"--args=cc=\"clang\" cxx=\"clang++\" extra_cflags=[\"-O1\"] target_cpu=\"x86_64\""
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja",
|
||||
"-C",
|
||||
"[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug"
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,207 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[START_DIR]/skia/bin/gn.exe",
|
||||
"gen",
|
||||
"[START_DIR]/out/Debug_x64",
|
||||
"--args=windk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/d3cb0e37bdd120ad0ac4650b674b09e81be45616\""
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja.exe",
|
||||
"-C",
|
||||
"[START_DIR]/out/Debug_x64"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_MODULE[build::file]/resources/fileutil.py",
|
||||
"rmtree",
|
||||
"results_dir"
|
||||
],
|
||||
"env": {
|
||||
"PYTHONPATH": "[START_DIR]/skia/infra/bots/.recipe_deps/build/scripts"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rmtree results_dir"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"results_dir",
|
||||
"511"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "makedirs results_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::file]/resources/fileutil.py",
|
||||
"rmtree",
|
||||
"device_results_dir"
|
||||
],
|
||||
"env": {
|
||||
"PYTHONPATH": "[START_DIR]/skia/infra/bots/.recipe_deps/build/scripts"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rmtree device_results_dir"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"device_results_dir",
|
||||
"511"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "makedirs device_results_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",
|
||||
"[START_DIR]/skia/infra/bots/assets/skp/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded SKP VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SKP_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SKP_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded skimage VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SK_IMAGE_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SK_IMAGE_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/svg/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded SVG VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SVG_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SVG_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[START_DIR]/out/Debug_x64/dm",
|
||||
"--some-flag"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "dm"
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,92 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[CUSTOM_C:\\_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Release_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86_64-Release-Vulkan"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/bin/gn.exe",
|
||||
"gen",
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86_64-Release-Vulkan/Release_x64",
|
||||
"--args=is_debug=false skia_enable_vulkan_debug_layers=false skia_vulkan_sdk=\"[START_DIR]/win_vulkan_sdk\" target_cpu=\"x86_64\" windk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/d3cb0e37bdd120ad0ac4650b674b09e81be45616\""
|
||||
],
|
||||
"cwd": "[CUSTOM_C:\\_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Release_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86_64-Release-Vulkan"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja.exe",
|
||||
"-C",
|
||||
"[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86_64-Release-Vulkan/Release_x64"
|
||||
],
|
||||
"cwd": "[CUSTOM_C:\\_B_WORK]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Release_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86_64-Release-Vulkan"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'dm.app', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
|
||||
"[START_DIR]/win_vulkan_sdk",
|
||||
"[CUSTOM_[SWARM_OUT_DIR]]/out/Release_x64"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "copy build products",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import errno@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import glob@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import shutil@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@build_products_whitelist = ['dm', 'dm.exe', 'dm.app', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@try:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ os.makedirs(dst)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@except OSError as e:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if e.errno != errno.EEXIST:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ raise@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@for pattern in build_products_whitelist:@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ for f in glob.glob(path):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ if not os.path.isdir(os.path.dirname(dst_path)):@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ os.makedirs(os.path.dirname(dst_path))@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ print 'Copying build product %s to %s' % (f, dst_path)@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,207 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/skia/bin/fetch-gn"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "fetch-gn"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[START_DIR]/skia/bin/gn.exe",
|
||||
"gen",
|
||||
"[START_DIR]/out/Debug_x64",
|
||||
"--args=windk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/d3cb0e37bdd120ad0ac4650b674b09e81be45616\""
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "gn gen"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"ninja.exe",
|
||||
"-C",
|
||||
"[START_DIR]/out/Debug_x64"
|
||||
],
|
||||
"cwd": "[START_DIR]/skia",
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "ninja"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_MODULE[build::file]/resources/fileutil.py",
|
||||
"rmtree",
|
||||
"results_dir"
|
||||
],
|
||||
"env": {
|
||||
"PYTHONPATH": "[START_DIR]/skia/infra/bots/.recipe_deps/build/scripts"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rmtree results_dir"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"results_dir",
|
||||
"511"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "makedirs results_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::file]/resources/fileutil.py",
|
||||
"rmtree",
|
||||
"device_results_dir"
|
||||
],
|
||||
"env": {
|
||||
"PYTHONPATH": "[START_DIR]/skia/infra/bots/.recipe_deps/build/scripts"
|
||||
},
|
||||
"infra_step": true,
|
||||
"name": "rmtree device_results_dir"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"device_results_dir",
|
||||
"511"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "makedirs device_results_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",
|
||||
"[START_DIR]/skia/infra/bots/assets/skp/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded SKP VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SKP_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SKP_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded skimage VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SK_IMAGE_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SK_IMAGE_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"[START_DIR]/skia/infra/bots/assets/svg/VERSION",
|
||||
"/path/to/tmp/"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "Get downloaded SVG VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
||||
"42",
|
||||
"[START_DIR]/tmp/SVG_VERSION"
|
||||
],
|
||||
"infra_step": true,
|
||||
"name": "write SVG_VERSION"
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"[START_DIR]/out/Debug_x64/dm",
|
||||
"--some-flag"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug_x64",
|
||||
"CHROME_HEADLESS": "1",
|
||||
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||
"SKIA_OUT": "[START_DIR]/out"
|
||||
},
|
||||
"name": "dm"
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -36,7 +36,7 @@ def RunSteps(api):
|
||||
|
||||
api.flavor.compile('dm')
|
||||
api.flavor.copy_extra_build_products(api.vars.swarming_out_dir)
|
||||
assert api.flavor.out_dir != ''
|
||||
assert str(api.flavor.out_dir) != ''
|
||||
if 'Build' not in api.properties['buildername']:
|
||||
try:
|
||||
api.flavor.copy_file_to_device('file.txt', 'file.txt')
|
||||
|
@ -542,6 +542,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -553,13 +569,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"task-4/Linux/[dummy has\", \"tasks\": {\"task-4/Linux/[dummy has\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "task-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Linux'<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@ {@@@",
|
||||
@ -607,6 +624,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -618,13 +651,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"task-2/Linux/[dummy has\", \"tasks\": {\"task-2/Linux/[dummy has\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "task-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Linux'<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@ {@@@",
|
||||
@ -672,6 +706,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -683,13 +733,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"task-3/Linux/[dummy has\", \"tasks\": {\"task-3/Linux/[dummy has\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "task-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Linux'<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@ {@@@",
|
||||
@ -737,6 +788,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-0",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -748,13 +815,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"task-0/Linux/[dummy has\", \"tasks\": {\"task-0/Linux/[dummy has\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-0"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "task-0",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Linux'<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@ {@@@",
|
||||
@ -802,6 +870,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -813,13 +897,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"task-1/Linux/[dummy has\", \"tasks\": {\"task-1/Linux/[dummy has\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/task-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "task-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Linux'<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@ {@@@",
|
||||
|
@ -1,35 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming bot id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming task id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,35 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming bot id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming task id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,7 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,35 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming bot id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming task id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,7 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -1,35 +0,0 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming bot id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
|
||||
],
|
||||
"name": "get swarming task id",
|
||||
"stdout": "/path/to/tmp/",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_LOG_LINE@python.inline@import os@@@",
|
||||
"@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
|
||||
"@@@STEP_LOG_END@python.inline@@@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "$result",
|
||||
"recipe_result": null,
|
||||
"status_code": 0
|
||||
}
|
||||
]
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -135,7 +135,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"src/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"src/flutter\": \"got_flutter_revision\", \"src/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_flutter_revision\": \"src/flutter\", \"got_revision\": \"src/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"pdfium/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"pdfium\": \"got_pdfium_revision\", \"pdfium/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_pdfium_revision\": \"pdfium\", \"got_revision\": \"pdfium/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"pdfium/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"pdfium\": \"got_pdfium_revision\", \"pdfium/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_pdfium_revision\": \"pdfium\", \"got_revision\": \"pdfium/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"other_repo",
|
||||
"--revision_mapping_file",
|
||||
"{\"other_repo\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"other_repo\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"src/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"src/flutter\": \"got_flutter_revision\", \"src/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_flutter_revision\": \"src/flutter\", \"got_revision\": \"src/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"pdfium/third_party/skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"pdfium\": \"got_pdfium_revision\", \"pdfium/third_party/skia\": \"got_revision\"}",
|
||||
"{\"got_pdfium_revision\": \"pdfium\", \"got_revision\": \"pdfium/third_party/skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_C:\\_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"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\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1403,6 +1420,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1414,13 +1447,14 @@
|
||||
"--json",
|
||||
"{\"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\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1537,6 +1571,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1548,13 +1598,14 @@
|
||||
"--json",
|
||||
"{\"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\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1671,6 +1722,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1682,13 +1749,14 @@
|
||||
"--json",
|
||||
"{\"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\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1805,6 +1873,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1816,13 +1900,14 @@
|
||||
"--json",
|
||||
"{\"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\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1334,6 +1351,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1345,13 +1378,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1399,6 +1433,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1410,13 +1460,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1464,6 +1515,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1475,13 +1542,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1529,6 +1597,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1540,13 +1624,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1334,6 +1351,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1345,13 +1378,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1399,6 +1433,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1410,13 +1460,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1464,6 +1515,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1475,13 +1542,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1529,6 +1597,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1540,13 +1624,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
@ -1293,6 +1293,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1304,13 +1320,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1358,6 +1375,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1369,13 +1402,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1423,6 +1457,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1434,13 +1484,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1488,6 +1539,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1499,13 +1566,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1553,6 +1621,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1564,13 +1648,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1334,6 +1351,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1345,13 +1378,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1399,6 +1433,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1410,13 +1460,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1464,6 +1515,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1475,13 +1542,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1529,6 +1597,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1540,13 +1624,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,14 +1296,15 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-1",
|
||||
"~followup_annotations": [
|
||||
"step returned non-zero exit code: 1",
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1338,6 +1355,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1349,13 +1382,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1403,6 +1437,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1414,14 +1464,15 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-3",
|
||||
"~followup_annotations": [
|
||||
"step returned non-zero exit code: 1",
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1472,6 +1523,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1483,13 +1550,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1537,6 +1605,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1548,13 +1632,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1334,6 +1351,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1345,13 +1378,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1399,6 +1433,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1410,14 +1460,15 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-3",
|
||||
"~followup_annotations": [
|
||||
"step returned non-zero exit code: 1",
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1468,6 +1519,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1479,13 +1546,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1533,6 +1601,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1544,13 +1628,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-dm-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-dm-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1284,6 +1284,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1295,13 +1311,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1418,6 +1435,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1429,13 +1462,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1552,6 +1586,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1563,13 +1613,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1686,6 +1737,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1697,13 +1764,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1820,6 +1888,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1831,13 +1915,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1284,6 +1284,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1295,13 +1311,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1418,6 +1435,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1429,13 +1462,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1552,6 +1586,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1563,13 +1613,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1686,6 +1737,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1697,13 +1764,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1820,6 +1888,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1831,13 +1915,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-nanobench-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1334,6 +1351,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1345,13 +1378,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1399,6 +1433,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1410,13 +1460,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1464,6 +1515,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1475,13 +1542,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1529,6 +1597,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1540,13 +1624,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
@ -1269,6 +1269,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1280,13 +1296,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1334,6 +1351,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1345,13 +1378,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1399,6 +1433,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1410,13 +1460,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1464,6 +1515,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1475,13 +1542,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1529,6 +1597,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1540,13 +1624,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
@ -1303,6 +1303,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-1",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1314,13 +1330,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-1"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-1",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1368,6 +1385,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-2",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1379,13 +1412,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-2"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-2",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1433,6 +1467,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-3",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1444,13 +1494,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-3"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-3",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1498,6 +1549,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-4",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1509,13 +1576,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-4"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-4",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
@ -1563,6 +1631,22 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
||||
"--show-path",
|
||||
"--",
|
||||
"python",
|
||||
"RECIPE_MODULE[build::swarming]/resources/collect_task.py",
|
||||
"-o",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-5",
|
||||
"--merge-script",
|
||||
"RECIPE_MODULE[build::swarming]/resources/noop_merge.py",
|
||||
"--merge-additional-args",
|
||||
"[]",
|
||||
"--",
|
||||
"python",
|
||||
"-u",
|
||||
"[START_DIR]/swarming.client/swarming.py",
|
||||
@ -1574,13 +1658,14 @@
|
||||
"--json",
|
||||
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||
"--task-summary-json",
|
||||
"/path/to/tmp/json",
|
||||
"--task-output-dir",
|
||||
"[START_DIR]/swarming_temp_dir/outputs/ct-get_images_from_skps-5"
|
||||
"/path/to/tmp/json"
|
||||
],
|
||||
"cwd": "[START_DIR]",
|
||||
"name": "ct-get_images_from_skps-5",
|
||||
"~followup_annotations": [
|
||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'<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@ {@@@",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--gerrit_repo",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -92,7 +92,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -135,7 +135,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -135,7 +135,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -135,7 +135,7 @@
|
||||
"--patch_root",
|
||||
"skia",
|
||||
"--revision_mapping_file",
|
||||
"{\"skia\": \"got_revision\"}",
|
||||
"{\"got_revision\": \"skia\"}",
|
||||
"--git-cache-dir",
|
||||
"[CUSTOM_/_B_CACHE]",
|
||||
"--output_json",
|
||||
|
@ -15,22 +15,22 @@
|
||||
{
|
||||
"branch": "master",
|
||||
"project_id": "build",
|
||||
"revision": "f7b41106d64b6517c67343f2cfb03f4a9d62afc2",
|
||||
"revision": "dcca7cbe7ecda2c4d511f38c6f3eab29cad08cf7",
|
||||
"url": "https://chromium.googlesource.com/chromium/tools/build.git"
|
||||
},
|
||||
{
|
||||
"branch": "master",
|
||||
"project_id": "depot_tools",
|
||||
"revision": "109907e6a95ae0301b1564c76c4a3e9d15e19366",
|
||||
"revision": "1e71b8bdf0913b306b28141192272350cf68cdc2",
|
||||
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
|
||||
},
|
||||
{
|
||||
"branch": "master",
|
||||
"project_id": "recipe_engine",
|
||||
"revision": "f5e47cfc28b5964701572db12f96c7a5a3f1821a",
|
||||
"revision": "554e8878ac6395262dc3c90bbb8a100ee844f766",
|
||||
"url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
|
||||
}
|
||||
],
|
||||
"project_id": "skia",
|
||||
"recipes_path": "infra/bots"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user