0ecd91695f
Reason for revert: Broke all nanobench uploads, eg. https://uberchromegw.corp.google.com/i/client.skia.android/builders/Perf-Android-Clang-Nexus6p-CPU-Snapdragon810-arm64-Release-GN_Android/builds/154/steps/Upload%20perf%20results/logs/stdio Original issue's description: > Skia recipe: Use [depot_tools]/gsutil.py instead of [depot_tools]/third_party/gsutil/gsutil > > The latter is being removed in https://codereview.chromium.org/2280023003/ > Is also pinned to 3.25, whereas the former is updated more often. > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2298293002 > > Committed: https://skia.googlesource.com/skia/+/f15590f803596f51d0950994b2aeb623d2d1fc24 TBR=hinoka@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Review-Url: https://codereview.chromium.org/2355943002
107 lines
3.0 KiB
JSON
107 lines
3.0 KiB
JSON
[
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"-u",
|
|
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
|
"[SLAVE_BUILD]/tmp",
|
|
"511"
|
|
],
|
|
"name": "makedirs tmp_dir",
|
|
"~followup_annotations": [
|
|
"@@@STEP_LOG_LINE@python.inline@@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
|
|
"@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
|
|
"@@@STEP_LOG_END@python.inline@@@"
|
|
]
|
|
},
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
|
|
],
|
|
"cwd": "[SLAVE_BUILD]/skia",
|
|
"env": {
|
|
"BUILDTYPE": "Release",
|
|
"CHROME_HEADLESS": "1",
|
|
"SKIA_OUT": "[SLAVE_BUILD]/out"
|
|
},
|
|
"name": "android platform self-tests"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py",
|
|
"[DEPOT_TOOLS]/third_party/gsutil/gsutil"
|
|
],
|
|
"cwd": "[SLAVE_BUILD]/skia",
|
|
"env": {
|
|
"BUILDTYPE": "Release",
|
|
"CHROME_HEADLESS": "1",
|
|
"SKIA_OUT": "[SLAVE_BUILD]/out"
|
|
},
|
|
"name": "generate and upload doxygen"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"python",
|
|
"RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
|
|
"--library",
|
|
"[SLAVE_BUILD]/out/Release/lib/libskia.so",
|
|
"--githash",
|
|
"abc123",
|
|
"--gsutil_path",
|
|
"[DEPOT_TOOLS]/third_party/gsutil/gsutil"
|
|
],
|
|
"cwd": "[SLAVE_BUILD]/skia",
|
|
"env": {
|
|
"BUILDTYPE": "Release",
|
|
"CHROME_HEADLESS": "1",
|
|
"SKIA_OUT": "[SLAVE_BUILD]/out"
|
|
},
|
|
"name": "generate and upload binary size data"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"[SLAVE_BUILD]/go/go/bin/go",
|
|
"get",
|
|
"go.skia.org/infra/comments/go/extract_comments"
|
|
],
|
|
"cwd": "[SLAVE_BUILD]/skia",
|
|
"env": {
|
|
"BUILDTYPE": "Release",
|
|
"CHROME_HEADLESS": "1",
|
|
"GOPATH": "[SLAVE_BUILD]/tmp/golib",
|
|
"SKIA_OUT": "[SLAVE_BUILD]/out"
|
|
},
|
|
"name": "compile extract_comments"
|
|
},
|
|
{
|
|
"cmd": [
|
|
"[SLAVE_BUILD]/tmp/golib/bin/extract_comments",
|
|
"--dir",
|
|
"gm",
|
|
"--dest",
|
|
"gs://skia-doc/gm/comments.json"
|
|
],
|
|
"cwd": "[SLAVE_BUILD]/skia",
|
|
"env": {
|
|
"BUILDTYPE": "Release",
|
|
"CHROME_HEADLESS": "1",
|
|
"GOPATH": "[SLAVE_BUILD]/tmp/golib",
|
|
"SKIA_OUT": "[SLAVE_BUILD]/out"
|
|
},
|
|
"name": "run extract_comments"
|
|
},
|
|
{
|
|
"name": "$result",
|
|
"recipe_result": null,
|
|
"status_code": 0
|
|
}
|
|
] |