| Index: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json
|
| diff --git a/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json b/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json
|
| deleted file mode 100644
|
| index d0422731b578d40d2c37c8137bd81fd7a0b29f72..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json
|
| +++ /dev/null
|
| @@ -1,615 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/cleanup_temp.py"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "cleanup temp"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[DEPOT_TOOLS]/gclient.py",
|
| - "runhooks"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 component=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1"
|
| - },
|
| - "name": "gclient runhooks"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
|
| - "--build-dir",
|
| - "[SLAVE_BUILD]/src/out/Release",
|
| - "--clean-isolated-files"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "clean isolated files"
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/clang_revision.py",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--output-json",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "clang_revision",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/compile.py",
|
| - "--target",
|
| - "Release",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--build-tool",
|
| - "ninja",
|
| - "--compiler",
|
| - "goma-clang",
|
| - "--goma-jsonstatus",
|
| - "/path/to/tmp/json",
|
| - "--goma-dir",
|
| - "[BUILD]/goma",
|
| - "--",
|
| - "angle_unittests_run",
|
| - "content_gl_tests_run",
|
| - "gl_tests_run",
|
| - "gl_unittests_run",
|
| - "gpu_unittests_run",
|
| - "tab_capture_end2end_tests_run",
|
| - "telemetry_gpu_test_run"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| - "@@@STEP_LOG_END@json.output (invalid)@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::isolate]/resources/isolate.py",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client",
|
| - "batcharchive",
|
| - "--dump-json",
|
| - "/path/to/tmp/json",
|
| - "--isolate-server",
|
| - "https://isolateserver.appspot.com",
|
| - "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
|
| - "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
|
| - "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
|
| - "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json",
|
| - "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json",
|
| - "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json",
|
| - "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "isolate tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for angle_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@",
|
| - "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash for angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@"
|
| - ]
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/runtest.py",
|
| - "--target",
|
| - "Release",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--annotate=gtest",
|
| - "--test-type=content_gl_tests",
|
| - "--step-name=content_gl_tests",
|
| - "--generate-json-file",
|
| - "--results-directory=[SLAVE_BUILD]/gtest-results/content_gl_tests",
|
| - "--test-launcher-summary-output",
|
| - "/path/to/tmp/json",
|
| - "--builder-name=TestBuilder",
|
| - "--slave-name=TestSlavename",
|
| - "--build-number=571",
|
| - "--run-python-script",
|
| - "--revision=10000",
|
| - "--webkit-revision=10000",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for content_gl_tests]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--",
|
| - "--use-gpu-in-tests"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "content_gl_tests"
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/runtest.py",
|
| - "--target",
|
| - "Release",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--annotate=gtest",
|
| - "--test-type=gl_tests",
|
| - "--step-name=gl_tests",
|
| - "--generate-json-file",
|
| - "--results-directory=[SLAVE_BUILD]/gtest-results/gl_tests",
|
| - "--test-launcher-summary-output",
|
| - "/path/to/tmp/json",
|
| - "--builder-name=TestBuilder",
|
| - "--slave-name=TestSlavename",
|
| - "--build-number=571",
|
| - "--run-python-script",
|
| - "--revision=10000",
|
| - "--webkit-revision=10000",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for gl_tests]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--",
|
| - "--use-gpu-in-tests"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gl_tests"
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/runtest.py",
|
| - "--target",
|
| - "Release",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--annotate=gtest",
|
| - "--test-type=angle_unittests",
|
| - "--step-name=angle_unittests",
|
| - "--generate-json-file",
|
| - "--results-directory=[SLAVE_BUILD]/gtest-results/angle_unittests",
|
| - "--test-launcher-summary-output",
|
| - "/path/to/tmp/json",
|
| - "--builder-name=TestBuilder",
|
| - "--slave-name=TestSlavename",
|
| - "--build-number=571",
|
| - "--run-python-script",
|
| - "--revision=10000",
|
| - "--webkit-revision=10000",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for angle_unittests]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--",
|
| - "--use-gpu-in-tests"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "angle_unittests"
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/runtest.py",
|
| - "--target",
|
| - "Release",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--annotate=gtest",
|
| - "--test-type=gl_unittests",
|
| - "--step-name=gl_unittests",
|
| - "--generate-json-file",
|
| - "--results-directory=[SLAVE_BUILD]/gtest-results/gl_unittests",
|
| - "--test-launcher-summary-output",
|
| - "/path/to/tmp/json",
|
| - "--builder-name=TestBuilder",
|
| - "--slave-name=TestSlavename",
|
| - "--build-number=571",
|
| - "--run-python-script",
|
| - "--revision=10000",
|
| - "--webkit-revision=10000",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for gl_unittests]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--",
|
| - "--use-gpu-in-tests"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gl_unittests"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "maps",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--build-revision",
|
| - "10000",
|
| - "--test-machine-name",
|
| - "TestBuilder",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "maps_pixel_test",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "pixel",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--build-revision",
|
| - "10000",
|
| - "--upload-refimg-to-cloud-storage",
|
| - "--refimg-cloud-storage-bucket",
|
| - "chromium-gpu-archive/reference-images",
|
| - "--os-type",
|
| - "mac",
|
| - "--test-machine-name",
|
| - "TestBuilder",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "pixel_test",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "webgl_conformance",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "webgl_conformance_tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "context_lost",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "context_lost_tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "memory_test",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "memory_test",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "trace_test",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "trace_test",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "screenshot_sync",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "screenshot_sync_tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "hardware_accelerated_feature",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "hardware_accelerated_feature_tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "gpu_process",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gpu_process_launch_tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for telemetry_gpu_test]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--verbose",
|
| - "--",
|
| - "gpu_rasterization",
|
| - "--show-stdout",
|
| - "--browser=release",
|
| - "-v",
|
| - "--build-revision",
|
| - "10000",
|
| - "--test-machine-name",
|
| - "TestBuilder",
|
| - "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmodule=startup_browser_creator=2",
|
| - "--isolated-script-test-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gpu_rasterization_tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/runtest.py",
|
| - "--target",
|
| - "Release",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"parent_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googlesource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--annotate=gtest",
|
| - "--test-type=tab_capture_end2end_tests",
|
| - "--step-name=tab_capture_end2end_tests",
|
| - "--generate-json-file",
|
| - "--results-directory=[SLAVE_BUILD]/gtest-results/tab_capture_end2end_tests",
|
| - "--test-launcher-summary-output",
|
| - "/path/to/tmp/json",
|
| - "--builder-name=TestBuilder",
|
| - "--slave-name=TestSlavename",
|
| - "--build-number=571",
|
| - "--run-python-script",
|
| - "--revision=10000",
|
| - "--webkit-revision=10000",
|
| - "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
|
| - "--isolated",
|
| - "[dummy hash for tab_capture_end2end_tests]",
|
| - "-I",
|
| - "https://isolateserver.appspot.com",
|
| - "--"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "tab_capture_end2end_tests"
|
| - },
|
| - {
|
| - "name": "$result",
|
| - "recipe_result": null,
|
| - "status_code": 0
|
| - }
|
| -]
|
|
|