Index: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..50b95354697dee91ce558cd25df46c457e7680b2 |
--- /dev/null |
+++ b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
@@ -0,0 +1,266 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
+ "/path/to/tmp/json", |
+ "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" |
+ ], |
+ "cwd": "[SLAVE_BUILD]/skia", |
+ "name": "exec buildbot_spec.py", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@json.output@{@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
+ "@@@STEP_LOG_LINE@json.output@ ], @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu\": \"GPU\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"GTX550Ti\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Valgrind\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"model\": \"ShuttleA\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"role\": \"Test\"@@@", |
+ "@@@STEP_LOG_LINE@json.output@ }, @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
+ "@@@STEP_LOG_LINE@json.output@ ], @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": true, @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": true, @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=0\"@@@", |
+ "@@@STEP_LOG_LINE@json.output@ }, @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
+ "@@@STEP_LOG_LINE@json.output@ ], @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
+ "@@@STEP_LOG_LINE@json.output@}@@@", |
+ "@@@STEP_LOG_END@json.output@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "Get downloaded SKP VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "42", |
+ "[SLAVE_BUILD]/tmp/SKP_VERSION" |
+ ], |
+ "name": "write SKP_VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "Get downloaded skimage VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "42", |
+ "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
+ ], |
+ "name": "write SK_IMAGE_VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "valgrind", |
+ "--gen-suppressions=all", |
+ "--leak-check=full", |
+ "--track-origins=yes", |
+ "--error-exitcode=1", |
+ "--num-callers=40", |
+ "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
+ "[SLAVE_BUILD]/out/Release/dm", |
+ "--undefok", |
+ "--resourcePath", |
+ "[SLAVE_BUILD]/skia/resources", |
+ "--skps", |
+ "[SLAVE_BUILD]/skp", |
+ "--images", |
+ "[SLAVE_BUILD]/skimage/dm", |
+ "--colorImages", |
+ "[SLAVE_BUILD]/skimage/colorspace", |
+ "--nameByHash", |
+ "--properties", |
+ "gitHash", |
+ "abc123", |
+ "master", |
+ "client.skia", |
+ "builder", |
+ "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
+ "build_number", |
+ "5", |
+ "--key", |
+ "arch", |
+ "x86_64", |
+ "compiler", |
+ "GCC", |
+ "configuration", |
+ "Release", |
+ "cpu_or_gpu", |
+ "GPU", |
+ "cpu_or_gpu_value", |
+ "GTX550Ti", |
+ "extra_config", |
+ "Valgrind", |
+ "model", |
+ "ShuttleA", |
+ "os", |
+ "Ubuntu", |
+ "--nocpu", |
+ "--dummy-flags" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Release", |
+ "CHROME_HEADLESS": "1", |
+ "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=0", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out" |
+ }, |
+ "name": "dm" |
+ }, |
+ { |
+ "cmd": [ |
+ "valgrind", |
+ "--gen-suppressions=all", |
+ "--leak-check=full", |
+ "--track-origins=yes", |
+ "--error-exitcode=1", |
+ "--num-callers=40", |
+ "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
+ "[SLAVE_BUILD]/out/Release/dm", |
+ "--undefok", |
+ "--resourcePath", |
+ "[SLAVE_BUILD]/skia/resources", |
+ "--skps", |
+ "[SLAVE_BUILD]/skp", |
+ "--images", |
+ "[SLAVE_BUILD]/skimage/dm", |
+ "--colorImages", |
+ "[SLAVE_BUILD]/skimage/colorspace", |
+ "--nameByHash", |
+ "--properties", |
+ "gitHash", |
+ "abc123", |
+ "master", |
+ "client.skia", |
+ "builder", |
+ "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
+ "build_number", |
+ "5", |
+ "--key", |
+ "arch", |
+ "x86_64", |
+ "compiler", |
+ "GCC", |
+ "configuration", |
+ "Release", |
+ "cpu_or_gpu", |
+ "GPU", |
+ "cpu_or_gpu_value", |
+ "GTX550Ti", |
+ "extra_config", |
+ "Valgrind", |
+ "model", |
+ "ShuttleA", |
+ "os", |
+ "Ubuntu", |
+ "--nocpu", |
+ "--dummy-flags", |
+ "--abandonGpuContext" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Release", |
+ "CHROME_HEADLESS": "1", |
+ "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=0", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out" |
+ }, |
+ "name": "dm --abandonGpuContext" |
+ }, |
+ { |
+ "cmd": [ |
+ "valgrind", |
+ "--gen-suppressions=all", |
+ "--leak-check=full", |
+ "--track-origins=yes", |
+ "--error-exitcode=1", |
+ "--num-callers=40", |
+ "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
+ "[SLAVE_BUILD]/out/Release/dm", |
+ "--undefok", |
+ "--resourcePath", |
+ "[SLAVE_BUILD]/skia/resources", |
+ "--skps", |
+ "[SLAVE_BUILD]/skp", |
+ "--images", |
+ "[SLAVE_BUILD]/skimage/dm", |
+ "--colorImages", |
+ "[SLAVE_BUILD]/skimage/colorspace", |
+ "--nameByHash", |
+ "--properties", |
+ "gitHash", |
+ "abc123", |
+ "master", |
+ "client.skia", |
+ "builder", |
+ "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
+ "build_number", |
+ "5", |
+ "--key", |
+ "arch", |
+ "x86_64", |
+ "compiler", |
+ "GCC", |
+ "configuration", |
+ "Release", |
+ "cpu_or_gpu", |
+ "GPU", |
+ "cpu_or_gpu_value", |
+ "GTX550Ti", |
+ "extra_config", |
+ "Valgrind", |
+ "model", |
+ "ShuttleA", |
+ "os", |
+ "Ubuntu", |
+ "--nocpu", |
+ "--dummy-flags", |
+ "--preAbandonGpuContext" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Release", |
+ "CHROME_HEADLESS": "1", |
+ "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=0", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out" |
+ }, |
+ "name": "dm --preAbandonGpuContext" |
+ }, |
+ { |
+ "name": "$result", |
+ "recipe_result": null, |
+ "status_code": 0 |
+ } |
+] |