2017-10-10 14:51:40 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"[START_DIR]/skia/infra/bots/assets/skp/VERSION",
|
|
|
|
"/path/to/tmp/"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "Get downloaded SKP VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"42",
|
|
|
|
"[START_DIR]/tmp/SKP_VERSION"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "write SKP_VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
|
|
|
|
"/path/to/tmp/"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "Get downloaded skimage VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"42",
|
|
|
|
"[START_DIR]/tmp/SK_IMAGE_VERSION"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "write SK_IMAGE_VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"[START_DIR]/skia/infra/bots/assets/svg/VERSION",
|
|
|
|
"/path/to/tmp/"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "Get downloaded SVG VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
|
|
|
"--json-output",
|
|
|
|
"/path/to/tmp/json",
|
|
|
|
"copy",
|
|
|
|
"42",
|
|
|
|
"[START_DIR]/tmp/SVG_VERSION"
|
|
|
|
],
|
|
|
|
"infra_step": true,
|
|
|
|
"name": "write SVG_VERSION"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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@@@"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
|
|
|
"-u",
|
|
|
|
"RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
|
|
|
|
"[START_DIR]",
|
|
|
|
"catchsegv",
|
|
|
|
"[START_DIR]/out/Debug/dm",
|
|
|
|
"--resourcePath",
|
|
|
|
"[START_DIR]/skia/resources",
|
|
|
|
"--skps",
|
|
|
|
"[START_DIR]/skp",
|
|
|
|
"--images",
|
|
|
|
"[START_DIR]/skimage/dm",
|
|
|
|
"--colorImages",
|
|
|
|
"[START_DIR]/skimage/colorspace",
|
|
|
|
"--nameByHash",
|
|
|
|
"--properties",
|
|
|
|
"gitHash",
|
|
|
|
"abc123",
|
|
|
|
"builder",
|
2017-11-28 03:18:12 +00:00
|
|
|
"Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan_Coverage",
|
2017-11-29 17:33:22 +00:00
|
|
|
"buildbucket_build_id",
|
|
|
|
"123454321",
|
2017-10-10 14:51:40 +00:00
|
|
|
"swarming_bot_id",
|
|
|
|
"skia-bot-123",
|
|
|
|
"swarming_task_id",
|
|
|
|
"123456",
|
|
|
|
"--svgs",
|
|
|
|
"[START_DIR]/svg",
|
|
|
|
"--key",
|
|
|
|
"arch",
|
|
|
|
"x86_64",
|
|
|
|
"compiler",
|
|
|
|
"Clang",
|
|
|
|
"configuration",
|
|
|
|
"Debug",
|
|
|
|
"cpu_or_gpu",
|
|
|
|
"GPU",
|
|
|
|
"cpu_or_gpu_value",
|
2017-11-28 03:18:12 +00:00
|
|
|
"QuadroP400",
|
2017-10-10 14:51:40 +00:00
|
|
|
"extra_config",
|
|
|
|
"Vulkan_Coverage",
|
|
|
|
"model",
|
2017-11-28 03:18:12 +00:00
|
|
|
"Golo",
|
2017-10-10 14:51:40 +00:00
|
|
|
"os",
|
2017-11-28 03:18:12 +00:00
|
|
|
"Ubuntu17",
|
2017-10-10 14:51:40 +00:00
|
|
|
"--dont_write",
|
|
|
|
"pdf",
|
|
|
|
"--randomProcessorTest",
|
|
|
|
"--nocpu",
|
|
|
|
"--config",
|
|
|
|
"vk",
|
2018-03-02 16:01:10 +00:00
|
|
|
"vk1010102",
|
2017-10-10 14:51:40 +00:00
|
|
|
"--src",
|
|
|
|
"tests",
|
|
|
|
"gm",
|
|
|
|
"image",
|
|
|
|
"colorImage",
|
|
|
|
"svg",
|
|
|
|
"--blacklist",
|
|
|
|
"_",
|
|
|
|
"svg",
|
|
|
|
"_",
|
|
|
|
"svgparse_",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
"interlaced1.png",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
"interlaced2.png",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
"interlaced3.png",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".arw",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".cr2",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".dng",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".nef",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".nrw",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".orf",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".raf",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".rw2",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".pef",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".srw",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".ARW",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".CR2",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".DNG",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".NEF",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".NRW",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".ORF",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".RAF",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".RW2",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".PEF",
|
|
|
|
"_",
|
|
|
|
"image",
|
|
|
|
"_",
|
|
|
|
".SRW",
|
2017-11-10 19:24:34 +00:00
|
|
|
"--nonativeFonts",
|
2017-10-10 14:51:40 +00:00
|
|
|
"--verbose"
|
|
|
|
],
|
|
|
|
"cwd": "[START_DIR]/skia",
|
|
|
|
"env": {
|
|
|
|
"BUILDTYPE": "Debug",
|
|
|
|
"CHROME_HEADLESS": "1",
|
2017-11-28 03:18:12 +00:00
|
|
|
"LD_LIBRARY_PATH": "[START_DIR]/linux_vulkan_sdk/lib",
|
2017-10-17 17:40:52 +00:00
|
|
|
"LLVM_PROFILE_FILE": "[CUSTOM_[SWARM_OUT_DIR]]/All.profraw",
|
2017-10-10 14:51:40 +00:00
|
|
|
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/linux_vulkan_sdk/bin",
|
2017-11-28 03:18:12 +00:00
|
|
|
"SKIA_OUT": "[START_DIR]/out"
|
2017-10-10 14:51:40 +00:00
|
|
|
},
|
|
|
|
"name": "symbolized dm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "$result",
|
|
|
|
"recipe_result": null,
|
|
|
|
"status_code": 0
|
|
|
|
}
|
|
|
|
]
|