[vello] remove vello tryjobs and tasks Begin removal of vello from skia by removing tryjobs and tasks. Change-Id: I6d4a7b5b59d5c4a9fdd2d7fe94cd841f1f5e87ec Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1141779 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Thomas Smith <thomsmit@google.com>
diff --git a/infra/bots/gen_tasks_logic/task_builder.go b/infra/bots/gen_tasks_logic/task_builder.go index a627a14..c40988e 100644 --- a/infra/bots/gen_tasks_logic/task_builder.go +++ b/infra/bots/gen_tasks_logic/task_builder.go
@@ -253,7 +253,7 @@ // shellsOutToBazel returns true if this task normally uses GN but some step // shells out to Bazel to build stuff, e.g. rust code. func (b *TaskBuilder) shellsOutToBazel() bool { - return b.ExtraConfig("Vello", "Fontations", "RustPNG") + return b.ExtraConfig("Fontations", "RustPNG") } func (b *TaskBuilder) usesCMake() {
diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json index 58b6b6b..9b3074b 100644 --- a/infra/bots/jobs.json +++ b/infra/bots/jobs.json
@@ -151,9 +151,6 @@ "name": "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_NoPrecompile" }, { - "name": "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_Vello" - }, - { "name": "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal" }, { @@ -169,9 +166,6 @@ "name": "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_NoPrecompile" }, { - "name": "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_Vello" - }, - { "name": "Build-Mac-Clang-arm64-Debug-Metal" }, { @@ -269,15 +263,9 @@ } }, { - "name": "Build-Mac-Clang-x86_64-Debug-Graphite_Dawn_Metal_Vello" - }, - { "name": "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal" }, { - "name": "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal_Vello" - }, - { "name": "Build-Mac-Clang-x86_64-Debug-Metal", "cq_config": {} }, @@ -292,15 +280,9 @@ "name": "Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal" }, { - "name": "Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal_Vello" - }, - { "name": "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal" }, { - "name": "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello" - }, - { "name": "Build-Mac-Clang-x86_64-Release-Metal" }, { @@ -479,9 +461,6 @@ "name": "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan" }, { - "name": "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan_Vello" - }, - { "name": "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Native_Vulkan", "cq_config": {} }, @@ -565,9 +544,6 @@ "name": "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan" }, { - "name": "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan_Vello" - }, - { "name": "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Native_Vulkan" }, { @@ -1701,16 +1677,10 @@ "name": "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_FakeWGPU" }, { - "name": "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_Vello" - }, - { "name": "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal", "cq_config": {} }, { - "name": "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal_Vello" - }, - { "name": "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Metal" }, {
diff --git a/infra/bots/recipe_modules/build/default.py b/infra/bots/recipe_modules/build/default.py index daa5913..6971814 100644 --- a/infra/bots/recipe_modules/build/default.py +++ b/infra/bots/recipe_modules/build/default.py
@@ -228,8 +228,6 @@ args['skia_enable_precompile'] = 'false' if 'Graphite' in extra_tokens: args['skia_enable_graphite'] = 'true' - if 'Vello' in extra_tokens: - args['skia_enable_vello_shaders'] = 'true' if 'Fontations' in extra_tokens: args['skia_use_fontations'] = 'true' args['skia_use_freetype'] = 'true' # we compare with freetype in tests
diff --git a/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello.json b/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello.json deleted file mode 100644 index bb8eb35..0000000 --- a/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello.json +++ /dev/null
@@ -1,254 +0,0 @@ -[ - { - "cmd": [ - "python3", - "[START_DIR]/cache/work/skia/bin/fetch-gn" - ], - "cwd": "[START_DIR]/cache/work/skia", - "env": { - "CHROME_HEADLESS": "1", - "PATH": "<PATH>:RECIPE_REPO[depot_tools]" - }, - "infra_step": true, - "name": "fetch-gn" - }, - { - "cmd": [ - "python3", - "[START_DIR]/cache/work/skia/bin/fetch-ninja" - ], - "cwd": "[START_DIR]/cache/work/skia", - "env": { - "CHROME_HEADLESS": "1", - "PATH": "<PATH>:RECIPE_REPO[depot_tools]" - }, - "infra_step": true, - "name": "fetch-ninja" - }, - { - "cmd": [], - "name": "ensure xcode", - "~followup_annotations": [ - "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 16a242d in [START_DIR]/cache/Xcode.app@@@" - ] - }, - { - "cmd": [], - "name": "ensure xcode.install infra/tools/mac_toolchain", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "ensure-directory", - "--mode", - "0o777", - "[START_DIR]/cipd_tool/infra/tools/mac_toolchain/066a48b36c73b8e8bb0048e40c54a55c86195561cf17d85788968b1a97fabe0a" - ], - "infra_step": true, - "name": "ensure xcode.install infra/tools/mac_toolchain.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/infra/tools/mac_toolchain/066a48b36c73b8e8bb0048e40c54a55c86195561cf17d85788968b1a97fabe0a", - "-ensure-file", - "infra/tools/mac_toolchain/${platform} git_revision:0cb1e51344de158f72524c384f324465aebbcef2", - "-max-threads", - "0", - "-json-output", - "/path/to/tmp/json" - ], - "infra_step": true, - "name": "ensure xcode.install infra/tools/mac_toolchain.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:0cb\",@@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/mac_toolchain/resolved-platform\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[START_DIR]/cipd_tool/infra/tools/mac_toolchain" - ], - "infra_step": true, - "name": "ensure xcode.locate mac_toolchain", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@listdir@[START_DIR]/cipd_tool/infra/tools/mac_toolchain/abc123@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "ls", - "-R", - "[START_DIR]/cipd_tool" - ], - "name": "ensure xcode.ls -R cipd_tool", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "ls", - "-R", - "[START_DIR]/cipd_tool/infra/tools/mac_toolchain" - ], - "name": "ensure xcode.ls -R cipd_tool (2)", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "ls", - "-alh", - "[START_DIR]/cipd_tool/infra/tools/mac_toolchain/abc123/mac_toolchain" - ], - "name": "ensure xcode.ls -alh mac_toolchain", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/infra/tools/mac_toolchain/abc123/mac_toolchain", - "install", - "-kind", - "ios", - "-xcode-version", - "16a242d", - "-output-dir", - "[START_DIR]/cache/Xcode.app" - ], - "name": "ensure xcode.install xcode", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "sudo", - "xcode-select", - "-switch", - "[START_DIR]/cache/Xcode.app" - ], - "name": "ensure xcode.select xcode", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/ccache_mac/bin/ccache", - "-s" - ], - "cwd": "[START_DIR]/cache/work/skia", - "env": { - "CCACHE_COMPILERCHECK": "content", - "CCACHE_DIR": "[START_DIR]/cache/ccache", - "CCACHE_MAXFILES": "0", - "CCACHE_MAXSIZE": "50G", - "CHROME_HEADLESS": "1", - "MACOSX_DEPLOYMENT_TARGET": "11.0", - "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/cache/work/skia/third_party/ninja" - }, - "name": "ccache stats-start" - }, - { - "cmd": [ - "[START_DIR]/cache/work/skia/bin/gn", - "gen", - "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello/Release", - "--args=cc=\"clang\" cc_wrapper=\"[START_DIR]/ccache_mac/bin/ccache\" cxx=\"clang++\" extra_cflags=[\"-DREBUILD_IF_CHANGED_xcode_build_version=16a242d\"] is_debug=false is_trivial_abi=true link_pool_depth=2 skia_enable_graphite=true skia_enable_vello_shaders=true skia_use_client_icu=true skia_use_gl=false skia_use_libgrapheme=true skia_use_metal=true target_cpu=\"x86_64\" werror=true" - ], - "cwd": "[START_DIR]/cache/work/skia", - "env": { - "CCACHE_COMPILERCHECK": "content", - "CCACHE_DIR": "[START_DIR]/cache/ccache", - "CCACHE_MAXFILES": "0", - "CCACHE_MAXSIZE": "50G", - "CHROME_HEADLESS": "1", - "MACOSX_DEPLOYMENT_TARGET": "11.0", - "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/cache/work/skia/third_party/ninja" - }, - "name": "gn gen" - }, - { - "cmd": [ - "[START_DIR]/cache/work/skia/third_party/ninja/ninja", - "-C", - "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello/Release" - ], - "cwd": "[START_DIR]/cache/work/skia", - "env": { - "CCACHE_COMPILERCHECK": "content", - "CCACHE_DIR": "[START_DIR]/cache/ccache", - "CCACHE_MAXFILES": "0", - "CCACHE_MAXSIZE": "50G", - "CHROME_HEADLESS": "1", - "MACOSX_DEPLOYMENT_TARGET": "11.0", - "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/cache/work/skia/third_party/ninja" - }, - "name": "ninja" - }, - { - "cmd": [ - "[START_DIR]/ccache_mac/bin/ccache", - "-s" - ], - "cwd": "[START_DIR]/cache/work/skia", - "env": { - "CCACHE_COMPILERCHECK": "content", - "CCACHE_DIR": "[START_DIR]/cache/ccache", - "CCACHE_MAXFILES": "0", - "CCACHE_MAXSIZE": "50G", - "CHROME_HEADLESS": "1", - "MACOSX_DEPLOYMENT_TARGET": "11.0", - "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/cache/work/skia/third_party/ninja" - }, - "name": "ccache stats-end" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[skia::build]/resources/copy_build_products.py", - "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello/Release", - "[START_DIR]/[SWARM_OUT_DIR]/out/Release", - "dm,dm.exe,dm.app,nanobench.app,get_images_from_skps,get_images_from_skps.exe,nanobench,nanobench.exe,*.so,*.dll,*.dylib,skottie_tool,lib/*.so,run_testlab" - ], - "infra_step": true, - "name": "copy build products" - }, - { - "name": "$result" - } -] \ No newline at end of file
diff --git a/infra/bots/recipe_modules/build/examples/full.py b/infra/bots/recipe_modules/build/examples/full.py index 9e41da5..ee263b9 100644 --- a/infra/bots/recipe_modules/build/examples/full.py +++ b/infra/bots/recipe_modules/build/examples/full.py
@@ -81,7 +81,6 @@ 'Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_NoPrecompile', 'Build-Mac-Clang-arm64-Release-Graphite_Native_Metal', 'Build-Mac-Clang-arm64-Release-Graphite_Native_Dawn_Metal', - 'Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello', 'Build-Mac-Clang-x86_64-Debug-ASAN', 'Build-Mac-Clang-x86_64-Debug-Metal', 'Build-Mac-Clang-arm64-Release-iOS18_Metal',
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 0bfbf4d..52363e6 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json
@@ -235,11 +235,6 @@ "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_NoPrecompile" ] }, - "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_Vello": { - "tasks": [ - "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_Vello" - ] - }, "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal": { "tasks": [ "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal" @@ -255,11 +250,6 @@ "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_NoPrecompile" ] }, - "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_Vello": { - "tasks": [ - "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_Vello" - ] - }, "Build-Mac-Clang-arm64-Debug-Metal": { "tasks": [ "Build-Mac-Clang-arm64-Debug-Metal" @@ -395,21 +385,11 @@ "Build-Mac-Clang-x86_64-Debug-Graphite_Dawn_Metal" ] }, - "Build-Mac-Clang-x86_64-Debug-Graphite_Dawn_Metal_Vello": { - "tasks": [ - "Build-Mac-Clang-x86_64-Debug-Graphite_Dawn_Metal_Vello" - ] - }, "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal": { "tasks": [ "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal" ] }, - "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal_Vello": { - "tasks": [ - "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal_Vello" - ] - }, "Build-Mac-Clang-x86_64-Debug-Metal": { "tasks": [ "Build-Mac-Clang-x86_64-Debug-Metal" @@ -430,21 +410,11 @@ "Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal" ] }, - "Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal_Vello": { - "tasks": [ - "Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal_Vello" - ] - }, "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal": { "tasks": [ "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal" ] }, - "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello": { - "tasks": [ - "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello" - ] - }, "Build-Mac-Clang-x86_64-Release-Metal": { "tasks": [ "Build-Mac-Clang-x86_64-Release-Metal" @@ -715,11 +685,6 @@ "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan" ] }, - "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan_Vello": { - "tasks": [ - "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan_Vello" - ] - }, "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Native_Vulkan": { "tasks": [ "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Native_Vulkan" @@ -845,11 +810,6 @@ "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan" ] }, - "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan_Vello": { - "tasks": [ - "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan_Vello" - ] - }, "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Native_Vulkan": { "tasks": [ "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Native_Vulkan" @@ -2678,21 +2638,11 @@ "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_FakeWGPU" ] }, - "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_Vello": { - "tasks": [ - "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_Vello" - ] - }, "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal": { "tasks": [ "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal" ] }, - "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal_Vello": { - "tasks": [ - "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal_Vello" - ] - }, "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Metal": { "tasks": [ "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Metal" @@ -7713,141 +7663,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - }, - { - "name": "xcode", - "path": "cache/Xcode.app" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/mac_toolchain/${platform}", - "path": "mac_toolchain", - "version": "git_revision:0cb1e51344de158f72524c384f324465aebbcef2" - }, - { - "name": "skia/bots/bazelisk_mac_amd64", - "path": "bazelisk_mac_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_mac", - "path": "ccache_mac", - "version": "version:1" - }, - { - "name": "skia/bots/cmake_mac", - "path": "cmake_mac", - "version": "version:3" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cores:12", - "cpu:x86-64", - "os:Mac-14.5", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "cmake_mac/bin", - "bazelisk_mac_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal": { "caches": [ { @@ -8136,135 +7951,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - }, - { - "name": "xcode", - "path": "cache/Xcode.app" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/mac_toolchain/${platform}", - "path": "mac_toolchain", - "version": "git_revision:0cb1e51344de158f72524c384f324465aebbcef2" - }, - { - "name": "skia/bots/bazelisk_mac_amd64", - "path": "bazelisk_mac_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_mac", - "path": "ccache_mac", - "version": "version:1" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cores:12", - "cpu:x86-64", - "os:Mac-14.5", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "bazelisk_mac_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Mac-Clang-arm64-Debug-Metal": { "caches": [ { @@ -11061,141 +10747,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Mac-Clang-x86_64-Debug-Graphite_Dawn_Metal_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - }, - { - "name": "xcode", - "path": "cache/Xcode.app" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/mac_toolchain/${platform}", - "path": "mac_toolchain", - "version": "git_revision:0cb1e51344de158f72524c384f324465aebbcef2" - }, - { - "name": "skia/bots/bazelisk_mac_amd64", - "path": "bazelisk_mac_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_mac", - "path": "ccache_mac", - "version": "version:1" - }, - { - "name": "skia/bots/cmake_mac", - "path": "cmake_mac", - "version": "version:3" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Mac-Clang-x86_64-Debug-Graphite_Dawn_Metal_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cores:12", - "cpu:x86-64", - "os:Mac-14.5", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "cmake_mac/bin", - "bazelisk_mac_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal": { "caches": [ { @@ -11292,135 +10843,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - }, - { - "name": "xcode", - "path": "cache/Xcode.app" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/mac_toolchain/${platform}", - "path": "mac_toolchain", - "version": "git_revision:0cb1e51344de158f72524c384f324465aebbcef2" - }, - { - "name": "skia/bots/bazelisk_mac_amd64", - "path": "bazelisk_mac_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_mac", - "path": "ccache_mac", - "version": "version:1" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Mac-Clang-x86_64-Debug-Graphite_Native_Metal_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cores:12", - "cpu:x86-64", - "os:Mac-14.5", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "bazelisk_mac_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Mac-Clang-x86_64-Debug-Metal": { "caches": [ { @@ -11834,141 +11256,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - }, - { - "name": "xcode", - "path": "cache/Xcode.app" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/mac_toolchain/${platform}", - "path": "mac_toolchain", - "version": "git_revision:0cb1e51344de158f72524c384f324465aebbcef2" - }, - { - "name": "skia/bots/bazelisk_mac_amd64", - "path": "bazelisk_mac_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_mac", - "path": "ccache_mac", - "version": "version:1" - }, - { - "name": "skia/bots/cmake_mac", - "path": "cmake_mac", - "version": "version:3" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Mac-Clang-x86_64-Release-Graphite_Dawn_Metal_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cores:12", - "cpu:x86-64", - "os:Mac-14.5", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "cmake_mac/bin", - "bazelisk_mac_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal": { "caches": [ { @@ -12065,135 +11352,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - }, - { - "name": "xcode", - "path": "cache/Xcode.app" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/mac_toolchain/${platform}", - "path": "mac_toolchain", - "version": "git_revision:0cb1e51344de158f72524c384f324465aebbcef2" - }, - { - "name": "skia/bots/bazelisk_mac_amd64", - "path": "bazelisk_mac_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_mac", - "path": "ccache_mac", - "version": "version:1" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cores:12", - "cpu:x86-64", - "os:Mac-14.5", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "bazelisk_mac_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Mac-Clang-x86_64-Release-Metal": { "caches": [ { @@ -17208,138 +16366,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "skia/bots/bazelisk_linux_amd64", - "path": "bazelisk_linux_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_linux", - "path": "ccache_linux", - "version": "version:1" - }, - { - "name": "skia/bots/clang_linux", - "path": "clang_linux", - "version": "version:32" - }, - { - "name": "skia/bots/cmake_linux", - "path": "cmake_linux", - "version": "version:5" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cpu:x86-64-Haswell_GCE", - "gpu:none", - "machine_type:n1-highcpu-64", - "os:Ubuntu-24.04", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "cmake_linux/bin", - "bazelisk_linux_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Native_Vulkan": { "caches": [ { @@ -19833,138 +18859,6 @@ ], "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" }, - "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan_Vello": { - "caches": [ - { - "name": "ccache", - "path": "cache/ccache" - }, - { - "name": "git", - "path": "cache/git" - }, - { - "name": "git_cache", - "path": "cache/git_cache" - }, - { - "name": "vpython3", - "path": "cache/vpython3" - }, - { - "name": "work", - "path": "cache/work" - } - ], - "casSpec": "run-recipe", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/3pp/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "version:3@2.51.2.chromium.11" - }, - { - "name": "infra/tools/git/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/git-credential-luci/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "skia/bots/bazelisk_linux_amd64", - "path": "bazelisk_linux_amd64", - "version": "version:1" - }, - { - "name": "skia/bots/ccache_linux", - "path": "ccache_linux", - "version": "version:1" - }, - { - "name": "skia/bots/clang_linux", - "path": "clang_linux", - "version": "version:32" - }, - { - "name": "skia/bots/cmake_linux", - "path": "cmake_linux", - "version": "version:5" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "sync_and_compile", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Dawn_Vulkan_Vello\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"build\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cpu:x86-64-Haswell_GCE", - "gpu:none", - "machine_type:n1-highcpu-64", - "os:Ubuntu-24.04", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "USE_BAZEL_FALLBACK_VERSION": "error", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin", - "cmake_linux/bin", - "bazelisk_linux_amd64" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 3600000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 3600000000000, - "max_attempts": 1, - "outputs": [ - "build" - ], - "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com" - }, "Build-Ubuntu24.04-Clang-x86_64-Release-Graphite_Native_Vulkan": { "caches": [ { @@ -52207,106 +51101,6 @@ ], "service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com" }, - "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_Vello": { - "caches": [ - { - "name": "vpython3", - "path": "cache/vpython3" - } - ], - "casSpec": "test", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "skia/bots/gsutil", - "path": "gsutil", - "version": "version:0" - }, - { - "name": "skia/bots/skimage", - "path": "skimage", - "version": "version:47" - }, - { - "name": "skia/bots/skp", - "path": "skp", - "version": "version:548" - }, - { - "name": "skia/bots/svg", - "path": "svg", - "version": "version:14" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "test", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_Vello\",\"dm_flags\":\"[\\\"dm\\\",\\\"--nameByHash\\\",\\\"--key\\\",\\\"arch\\\",\\\"arm64\\\",\\\"compiler\\\",\\\"Clang\\\",\\\"configuration\\\",\\\"Debug\\\",\\\"cpu_or_gpu\\\",\\\"GPU\\\",\\\"cpu_or_gpu_value\\\",\\\"AppleM1\\\",\\\"extra_config\\\",\\\"Graphite_Dawn_Metal_Vello\\\",\\\"model\\\",\\\"MacMini9.1\\\",\\\"os\\\",\\\"Mac14\\\",\\\"style\\\",\\\"default\\\",\\\"--randomProcessorTest\\\",\\\"--nocpu\\\",\\\"--nogpu\\\",\\\"--config\\\",\\\"grdawn_mtl\\\",\\\"--src\\\",\\\"tests\\\",\\\"gm\\\",\\\"--skip\\\",\\\"_\\\",\\\"test\\\",\\\"_\\\",\\\"PaintParamsKeyTestReduced\\\",\\\"_\\\",\\\"gm\\\",\\\"_\\\",\\\"runtime_intrinsics_matrix\\\",\\\"_\\\",\\\"test\\\",\\\"_\\\",\\\"BackendTextureTest\\\",\\\"_\\\",\\\"svg\\\",\\\"_\\\",\\\"svgparse_\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgba32abf.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgb24prof.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgb24lprof.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"8bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"4bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"32bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"24bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"frame_larger_than_image.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc0.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc1.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc2.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc3.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc4.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc5.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc6.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc7.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc8.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc9.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc10.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc11.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc12.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc13.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc14.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"incInterlaced.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"incInterlaced.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc1.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc0.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"butterfly.gif\\\",\\\"_\\\",\\\"test\\\",\\\"_\\\",\\\"BigImageTest_Ganesh\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"testimgari.jpg\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rle8-height-negative.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rle4-height-negative.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgb24largepal.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"pal8oversizepal.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"error\\\",\\\"_\\\",\\\"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\\\",\\\"--match\\\",\\\"~^verylarge_picture_image$\\\",\\\"~^verylargebitmap$\\\",\\\"~^path_huge_aa$\\\",\\\"~^fast_constraint_red_is_allowed$\\\",\\\"~^strict_constraint_batch_no_red_allowed$\\\",\\\"~^strict_constraint_no_red_allowed$\\\",\\\"~async_rescale_and_read\\\",\\\"--nonativeFonts\\\",\\\"--verbose\\\"]\",\"dm_properties\":\"{\\\"buildbucket_build_id\\\":\\\"<(BUILDBUCKET_BUILD_ID)\\\",\\\"builder\\\":\\\"Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal_Vello\\\",\\\"gitHash\\\":\\\"<(REVISION)\\\",\\\"issue\\\":\\\"<(ISSUE)\\\",\\\"patch_storage\\\":\\\"<(PATCH_STORAGE)\\\",\\\"patchset\\\":\\\"<(PATCHSET)\\\",\\\"swarming_bot_id\\\":\\\"${SWARMING_BOT_ID}\\\",\\\"swarming_task_id\\\":\\\"${SWARMING_TASK_ID}\\\",\\\"task_id\\\":\\\"<(TASK_ID)\\\"}\",\"do_upload\":\"true\",\"gold_hashes_url\":\"https://gold.skia.org/json/v1/hashes\",\"gs_bucket\":\"skia-infra-gm\",\"images\":\"true\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"resources\":\"true\",\"revision\":\"<(REVISION)\",\"skps\":\"true\",\"svgs\":\"true\",\"swarm_out_dir\":\"test\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_Vello", - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cpu:arm64-64-Apple_M1", - "mac_model:Macmini9,1", - "os:Mac-14.7", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "gsutil/gsutil", - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 1800000000000, - "expiration_ns": 72000000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 1800000000000, - "max_attempts": 2, - "outputs": [ - "test" - ], - "service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com" - }, "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal": { "caches": [ { @@ -52407,106 +51201,6 @@ ], "service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com" }, - "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal_Vello": { - "caches": [ - { - "name": "vpython3", - "path": "cache/vpython3" - } - ], - "casSpec": "test", - "cipd_packages": [ - { - "name": "infra/3pp/tools/cpython3/${platform}", - "path": "cipd_bin_packages/cpython3", - "version": "version:3@3.11.9.chromium.36" - }, - { - "name": "infra/tools/luci-auth/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/kitchen/${platform}", - "path": ".", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "infra/tools/luci/vpython3/${platform}", - "path": "cipd_bin_packages", - "version": "git_revision:808a00437f24bb404c09608ad8bf3847a78de369" - }, - { - "name": "skia/bots/gsutil", - "path": "gsutil", - "version": "version:0" - }, - { - "name": "skia/bots/skimage", - "path": "skimage", - "version": "version:47" - }, - { - "name": "skia/bots/skp", - "path": "skp", - "version": "version:548" - }, - { - "name": "skia/bots/svg", - "path": "svg", - "version": "version:14" - } - ], - "command": [ - "cipd_bin_packages/vpython3${EXECUTABLE_SUFFIX}", - "-u", - "skia/infra/bots/run_recipe.py", - "${ISOLATED_OUTDIR}", - "test", - "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal_Vello\",\"dm_flags\":\"[\\\"dm\\\",\\\"--nameByHash\\\",\\\"--key\\\",\\\"arch\\\",\\\"arm64\\\",\\\"compiler\\\",\\\"Clang\\\",\\\"configuration\\\",\\\"Debug\\\",\\\"cpu_or_gpu\\\",\\\"GPU\\\",\\\"cpu_or_gpu_value\\\",\\\"AppleM1\\\",\\\"extra_config\\\",\\\"Graphite_Native_Metal_Vello\\\",\\\"model\\\",\\\"MacMini9.1\\\",\\\"os\\\",\\\"Mac14\\\",\\\"style\\\",\\\"default\\\",\\\"--randomProcessorTest\\\",\\\"--nocpu\\\",\\\"--nogpu\\\",\\\"--config\\\",\\\"grmtl\\\",\\\"--src\\\",\\\"tests\\\",\\\"gm\\\",\\\"--skip\\\",\\\"_\\\",\\\"test\\\",\\\"_\\\",\\\"PaintParamsKeyTestReduced\\\",\\\"_\\\",\\\"svg\\\",\\\"_\\\",\\\"svgparse_\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgba32abf.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgb24prof.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgb24lprof.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"8bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"4bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"32bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"24bpp-pixeldata-cropped.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"frame_larger_than_image.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc0.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc1.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc2.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc3.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc4.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc5.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc6.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc7.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc8.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc9.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc10.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc11.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc12.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc13.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc14.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"incInterlaced.png\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"incInterlaced.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc1.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"inc0.gif\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"butterfly.gif\\\",\\\"_\\\",\\\"test\\\",\\\"_\\\",\\\"BigImageTest_Ganesh\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"testimgari.jpg\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rle8-height-negative.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rle4-height-negative.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"rgb24largepal.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"pal8oversizepal.bmp\\\",\\\"_\\\",\\\"image\\\",\\\"gen_platf\\\",\\\"error\\\",\\\"_\\\",\\\"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\\\",\\\"--match\\\",\\\"~^verylarge_picture_image$\\\",\\\"~^verylargebitmap$\\\",\\\"~^path_huge_aa$\\\",\\\"~^fast_constraint_red_is_allowed$\\\",\\\"~^strict_constraint_batch_no_red_allowed$\\\",\\\"~^strict_constraint_no_red_allowed$\\\",\\\"~async_rescale_and_read\\\",\\\"--nonativeFonts\\\",\\\"--verbose\\\"]\",\"dm_properties\":\"{\\\"buildbucket_build_id\\\":\\\"<(BUILDBUCKET_BUILD_ID)\\\",\\\"builder\\\":\\\"Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Native_Metal_Vello\\\",\\\"gitHash\\\":\\\"<(REVISION)\\\",\\\"issue\\\":\\\"<(ISSUE)\\\",\\\"patch_storage\\\":\\\"<(PATCH_STORAGE)\\\",\\\"patchset\\\":\\\"<(PATCHSET)\\\",\\\"swarming_bot_id\\\":\\\"${SWARMING_BOT_ID}\\\",\\\"swarming_task_id\\\":\\\"${SWARMING_TASK_ID}\\\",\\\"task_id\\\":\\\"<(TASK_ID)\\\"}\",\"do_upload\":\"true\",\"gold_hashes_url\":\"https://gold.skia.org/json/v1/hashes\",\"gs_bucket\":\"skia-infra-gm\",\"images\":\"true\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"resources\":\"true\",\"revision\":\"<(REVISION)\",\"skps\":\"true\",\"svgs\":\"true\",\"swarm_out_dir\":\"test\",\"task_id\":\"<(TASK_ID)\"}", - "skia" - ], - "dependencies": [ - "Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_Vello", - "Housekeeper-PerCommit-BundleRecipes" - ], - "dimensions": [ - "cpu:arm64-64-Apple_M1", - "mac_model:Macmini9,1", - "os:Mac-14.7", - "pool:Skia" - ], - "environment": { - "RECIPES_USE_PY3": "true", - "VPYTHON_LOG_TRACE": "1" - }, - "env_prefixes": { - "PATH": [ - "gsutil/gsutil", - "cipd_bin_packages", - "cipd_bin_packages/bin", - "cipd_bin_packages/cpython3", - "cipd_bin_packages/cpython3/bin" - ], - "VPYTHON_DEFAULT_SPEC": [ - "skia/.vpython3" - ], - "VPYTHON_VIRTUALENV_ROOT": [ - "cache/vpython3" - ] - }, - "execution_timeout_ns": 1800000000000, - "expiration_ns": 72000000000000, - "extra_tags": { - "log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations" - }, - "io_timeout_ns": 1800000000000, - "max_attempts": 2, - "outputs": [ - "test" - ], - "service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com" - }, "Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Metal": { "caches": [ {