aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeston Tracey <westont@google.com>2020-04-16 12:20:05 -0400
committerWeston Tracey <westont@google.com>2020-04-16 17:55:23 +0000
commit7eb1d296c06bebe557bd8b641a398c754af2bc5b (patch)
treeeaa02b375c06c0daaa2ad9142b62b985bfc6e74b
parent3e4e9ab7c20e16e3d632c6769126a73ccf1aaa4c (diff)
downloadskia-7eb1d296c06bebe557bd8b641a398c754af2bc5b.tar.gz
[infra] Upgrade to Debian 10 for GCE tasks - android/next-release branch.
Bug: skia:9438 Change-Id: I1326f55fa8546d141c43ef4c6fcee6f65ed0e600 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/281016 Reviewed-by: Eric Boren <borenet@google.com>
-rw-r--r--infra/bots/gen_tasks_logic/gen_tasks_logic.go18
-rw-r--r--infra/bots/jobs.json314
-rwxr-xr-xinfra/bots/tasks.json5142
3 files changed, 2738 insertions, 2736 deletions
diff --git a/infra/bots/gen_tasks_logic/gen_tasks_logic.go b/infra/bots/gen_tasks_logic/gen_tasks_logic.go
index 0ebcc45510..ad6bafa305 100644
--- a/infra/bots/gen_tasks_logic/gen_tasks_logic.go
+++ b/infra/bots/gen_tasks_logic/gen_tasks_logic.go
@@ -38,8 +38,9 @@ const (
ISOLATE_SDK_LINUX_NAME = "Housekeeper-PerCommit-IsolateAndroidSDKLinux"
ISOLATE_WIN_TOOLCHAIN_NAME = "Housekeeper-PerCommit-IsolateWinToolchain"
- DEFAULT_OS_DEBIAN = "Debian-9.4"
- DEFAULT_OS_LINUX_GCE = "Debian-9.8"
+ DEFAULT_OS_DEBIAN = "Debian-10.3"
+ DEFAULT_OS_LINUX_GCE = "Debian-10.3"
+ COMPILE_TASK_NAME_OS_LINUX = "Debian10"
DEFAULT_OS_MAC = "Mac-10.14.6"
DEFAULT_OS_WIN = "Windows-Server-17763"
@@ -177,8 +178,8 @@ var (
// BUILD_STATS_NO_UPLOAD indicates which BuildStats tasks should not
// have their results uploaded.
BUILD_STATS_NO_UPLOAD = []string{
- "BuildStats-Debian9-Clang-x86_64-Release",
- "BuildStats-Debian9-Clang-x86_64-Release-Vulkan",
+ "BuildStats-Debian10-Clang-x86_64-Release",
+ "BuildStats-Debian10-Clang-x86_64-Release-Vulkan",
}
)
@@ -486,10 +487,10 @@ func (b *builder) deriveCompileTaskName(jobName string, parts map[string]string)
if !In("Android", ec) {
ec = append([]string{"Android"}, ec...)
}
- task_os = "Debian9"
+ task_os = COMPILE_TASK_NAME_OS_LINUX
} else if strings.Contains(task_os, "ChromeOS") {
ec = append([]string{"Chromebook", "GLES"}, ec...)
- task_os = "Debian9"
+ task_os = COMPILE_TASK_NAME_OS_LINUX
} else if task_os == "iOS" {
ec = append([]string{task_os}, ec...)
task_os = "Mac"
@@ -500,7 +501,7 @@ func (b *builder) deriveCompileTaskName(jobName string, parts map[string]string)
// version to compile as to test.
ec = append(ec, "Docker")
} else if strings.Contains(task_os, "Ubuntu") || strings.Contains(task_os, "Debian") {
- task_os = "Debian9"
+ task_os = COMPILE_TASK_NAME_OS_LINUX
} else if strings.Contains(task_os, "Mac") {
task_os = "Mac"
}
@@ -561,6 +562,7 @@ func (b *builder) defaultSwarmDimensions(parts map[string]string) []string {
"Android": "Android",
"ChromeOS": "ChromeOS",
"Debian9": DEFAULT_OS_DEBIAN,
+ "Debian10": DEFAULT_OS_LINUX_GCE,
"Mac": DEFAULT_OS_MAC,
"Mac10.13": "Mac-10.13.6",
"Mac10.14": "Mac-10.14.3",
@@ -754,7 +756,7 @@ func (b *builder) defaultSwarmDimensions(parts map[string]string) []string {
}
} else {
d["gpu"] = "none"
- if d["os"] == DEFAULT_OS_DEBIAN {
+ if d["os"] == DEFAULT_OS_LINUX_GCE {
if strings.Contains(parts["extra_config"], "PathKit") || strings.Contains(parts["extra_config"], "CanvasKit") || strings.Contains(parts["extra_config"], "CMake") {
return b.dockerGceDimensions()
}
diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json
index 0c9ca4fc82..00efa19fbb 100644
--- a/infra/bots/jobs.json
+++ b/infra/bots/jobs.json
@@ -10,77 +10,77 @@
"Build-Debian10-GCC-x86_64-Release-Docker",
"Build-Debian10-GCC-x86_64-Release-NoGPU_Docker",
"Build-Debian10-GCC-x86_64-Release-Shared_Docker",
- "Build-Debian9-Clang-TAP-Presubmit-G3_Framework",
- "Build-Debian9-Clang-arm-Debug-Android",
- "Build-Debian9-Clang-arm-Debug-Android_ASAN",
- "Build-Debian9-Clang-arm-Debug-Android_ASAN_Vulkan",
- "Build-Debian9-Clang-arm-Debug-Android_Vulkan",
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
- "Build-Debian9-Clang-arm-Release-Android",
- "Build-Debian9-Clang-arm-Release-Android_API26",
- "Build-Debian9-Clang-arm-Release-Android_Vulkan",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
- "Build-Debian9-Clang-arm-Release-Flutter_Android",
- "Build-Debian9-Clang-arm64-Debug-Android",
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN",
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN_Vulkan",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
- "Build-Debian9-Clang-arm64-Release-Android",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
- "Build-Debian9-Clang-arm64-Release-Android_Wuffs",
- "Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework",
- "Build-Debian9-Clang-host-sdk-Android_Framework",
- "Build-Debian9-Clang-x64-Debug-Android",
- "Build-Debian9-Clang-x64-Release-Android",
- "Build-Debian9-Clang-x86-Debug",
- "Build-Debian9-Clang-x86-Debug-Android",
- "Build-Debian9-Clang-x86-Debug-Android_Vulkan",
- "Build-Debian9-Clang-x86-Release-Android",
- "Build-Debian9-Clang-x86-Release-Android_Vulkan",
- "Build-Debian9-Clang-x86-devrel-Android_SKQP",
- "Build-Debian9-Clang-x86_64-Debug",
- "Build-Debian9-Clang-x86_64-Debug-ASAN",
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan",
- "Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES",
- "Build-Debian9-Clang-x86_64-Debug-OpenCL",
- "Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
- "Build-Debian9-Clang-x86_64-Debug-SafeStack",
- "Build-Debian9-Clang-x86_64-Debug-SkVM",
- "Build-Debian9-Clang-x86_64-Debug-SkVM_ASAN",
- "Build-Debian9-Clang-x86_64-Debug-Static",
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader",
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader_MSAN",
- "Build-Debian9-Clang-x86_64-Debug-Tidy",
- "Build-Debian9-Clang-x86_64-Debug-Vulkan",
- "Build-Debian9-Clang-x86_64-Debug-Wuffs",
- "Build-Debian9-Clang-x86_64-Release",
- "Build-Debian9-Clang-x86_64-Release-ANGLE",
- "Build-Debian9-Clang-x86_64-Release-ASAN",
- "Build-Debian9-Clang-x86_64-Release-CMake",
- "Build-Debian9-Clang-x86_64-Release-Chromebook_GLES",
- "Build-Debian9-Clang-x86_64-Release-Fast",
- "Build-Debian9-Clang-x86_64-Release-MSAN",
- "Build-Debian9-Clang-x86_64-Release-NoDEPS",
- "Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41",
- "Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER",
- "Build-Debian9-Clang-x86_64-Release-SkVM",
- "Build-Debian9-Clang-x86_64-Release-SkVM_MSAN",
- "Build-Debian9-Clang-x86_64-Release-Static",
- "Build-Debian9-Clang-x86_64-Release-SwiftShader",
- "Build-Debian9-Clang-x86_64-Release-TSAN",
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan",
- "Build-Debian9-Clang-x86_64-Release-Vulkan",
- "Build-Debian9-Clang-x86_64-Release-Wuffs",
- "Build-Debian9-EMCC-asmjs-Debug-PathKit",
- "Build-Debian9-EMCC-asmjs-Release-PathKit",
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit",
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit_CPU",
- "Build-Debian9-EMCC-wasm-Debug-PathKit",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU",
- "Build-Debian9-EMCC-wasm-Release-PathKit",
+ "Build-Debian10-Clang-TAP-Presubmit-G3_Framework",
+ "Build-Debian10-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN",
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN_Vulkan",
+ "Build-Debian10-Clang-arm-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android_API26",
+ "Build-Debian10-Clang-arm-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Flutter_Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN",
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Wuffs",
+ "Build-Debian10-Clang-cf_x86_phone-eng-Android_Framework",
+ "Build-Debian10-Clang-host-sdk-Android_Framework",
+ "Build-Debian10-Clang-x64-Debug-Android",
+ "Build-Debian10-Clang-x64-Release-Android",
+ "Build-Debian10-Clang-x86-Debug",
+ "Build-Debian10-Clang-x86-Debug-Android",
+ "Build-Debian10-Clang-x86-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-x86-Release-Android",
+ "Build-Debian10-Clang-x86-Release-Android_Vulkan",
+ "Build-Debian10-Clang-x86-devrel-Android_SKQP",
+ "Build-Debian10-Clang-x86_64-Debug",
+ "Build-Debian10-Clang-x86_64-Debug-ASAN",
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan",
+ "Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-x86_64-Debug-OpenCL",
+ "Build-Debian10-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
+ "Build-Debian10-Clang-x86_64-Debug-SafeStack",
+ "Build-Debian10-Clang-x86_64-Debug-SkVM",
+ "Build-Debian10-Clang-x86_64-Debug-SkVM_ASAN",
+ "Build-Debian10-Clang-x86_64-Debug-Static",
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader",
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN",
+ "Build-Debian10-Clang-x86_64-Debug-Tidy",
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan",
+ "Build-Debian10-Clang-x86_64-Debug-Wuffs",
+ "Build-Debian10-Clang-x86_64-Release",
+ "Build-Debian10-Clang-x86_64-Release-ANGLE",
+ "Build-Debian10-Clang-x86_64-Release-ASAN",
+ "Build-Debian10-Clang-x86_64-Release-CMake",
+ "Build-Debian10-Clang-x86_64-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-x86_64-Release-Fast",
+ "Build-Debian10-Clang-x86_64-Release-MSAN",
+ "Build-Debian10-Clang-x86_64-Release-NoDEPS",
+ "Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD",
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2",
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41",
+ "Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER",
+ "Build-Debian10-Clang-x86_64-Release-SkVM",
+ "Build-Debian10-Clang-x86_64-Release-SkVM_MSAN",
+ "Build-Debian10-Clang-x86_64-Release-Static",
+ "Build-Debian10-Clang-x86_64-Release-SwiftShader",
+ "Build-Debian10-Clang-x86_64-Release-TSAN",
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan",
+ "Build-Debian10-Clang-x86_64-Release-Vulkan",
+ "Build-Debian10-Clang-x86_64-Release-Wuffs",
+ "Build-Debian10-EMCC-asmjs-Debug-PathKit",
+ "Build-Debian10-EMCC-asmjs-Release-PathKit",
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit",
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit_CPU",
+ "Build-Debian10-EMCC-wasm-Debug-PathKit",
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit",
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU",
+ "Build-Debian10-EMCC-wasm-Release-PathKit",
"Build-Mac-Clang-arm-Debug-iOS",
"Build-Mac-Clang-arm-Release-iOS",
"Build-Mac-Clang-arm64-Debug-Android",
@@ -130,15 +130,15 @@
"Build-Win-MSVC-x86_64-Release",
"Build-Win-MSVC-x86_64-Release-Shared",
"Build-Win-MSVC-x86_64-Release-Vulkan",
- "BuildStats-Debian9-Clang-arm-Release-Flutter_Android",
- "BuildStats-Debian9-Clang-x86_64-Release",
- "BuildStats-Debian9-Clang-x86_64-Release-Vulkan",
- "BuildStats-Debian9-EMCC-asmjs-Release-PathKit",
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit",
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit_CPU",
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit",
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU",
- "BuildStats-Debian9-EMCC-wasm-Release-PathKit",
+ "BuildStats-Debian10-Clang-arm-Release-Flutter_Android",
+ "BuildStats-Debian10-Clang-x86_64-Release",
+ "BuildStats-Debian10-Clang-x86_64-Release-Vulkan",
+ "BuildStats-Debian10-EMCC-asmjs-Release-PathKit",
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit",
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit_CPU",
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit",
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU",
+ "BuildStats-Debian10-EMCC-wasm-Release-PathKit",
"Housekeeper-Nightly-RecreateSKPs_Canary",
"Housekeeper-Nightly-UpdateGoDeps",
"Housekeeper-OnDemand-Presubmit",
@@ -202,29 +202,29 @@
"Perf-ChromeOS-Clang-Pixelbook-GPU-IntelHDGraphics615-x86_64-Release-All",
"Perf-ChromeOS-Clang-SamsungChromebook2012-GPU-MaliT604-arm-Release-All",
"Perf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs",
- "Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All",
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All",
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan",
- "Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All",
- "Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM",
- "Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit",
- "Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing",
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs",
+ "Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All",
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All",
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan",
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan",
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All",
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing",
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan",
+ "Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All",
+ "Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All",
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit",
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit",
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit",
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM",
+ "Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit",
+ "Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb",
"Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All",
"Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All-CommandBuffer",
"Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All-Metal",
@@ -381,60 +381,60 @@
"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker",
"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker",
"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs",
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All",
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All",
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader",
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN",
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan",
- "Test-Debian9-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan",
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All",
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All",
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All",
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All",
- "Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit",
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit",
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit",
- "Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN",
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs",
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All",
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All",
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader",
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN",
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader",
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All",
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan",
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All",
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan",
+ "Test-Debian10-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN",
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan",
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All",
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All",
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All",
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All",
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit",
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit",
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit",
+ "Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit",
"Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All",
"Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All-CommandBuffer",
"Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All-DDL1_Metal",
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index d7f0cd5556..c1b6f69af4 100755
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -1,417 +1,417 @@
{
"jobs": {
- "Build-Debian10-GCC-loongson3a-Debug-Docker": {
- "tasks": [
- "Build-Debian10-GCC-loongson3a-Debug-Docker"
- ]
- },
- "Build-Debian10-GCC-loongson3a-Release-Docker": {
+ "Build-Debian10-Clang-TAP-Presubmit-G3_Framework": {
"tasks": [
- "Build-Debian10-GCC-loongson3a-Release-Docker"
- ]
+ "Build-Debian10-Clang-TAP-Presubmit-G3_Framework"
+ ],
+ "trigger": "on demand"
},
- "Build-Debian10-GCC-mips64el-Debug-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android": {
"tasks": [
- "Build-Debian10-GCC-mips64el-Debug-Docker"
+ "Build-Debian10-Clang-arm-Debug-Android"
]
},
- "Build-Debian10-GCC-mips64el-Release-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN": {
"tasks": [
- "Build-Debian10-GCC-mips64el-Release-Docker"
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN"
]
},
- "Build-Debian10-GCC-x86-Debug-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN_Vulkan": {
"tasks": [
- "Build-Debian10-GCC-x86-Debug-Docker"
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN_Vulkan"
]
},
- "Build-Debian10-GCC-x86-Release-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
"tasks": [
- "Build-Debian10-GCC-x86-Release-Docker"
+ "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
]
},
- "Build-Debian10-GCC-x86_64-Debug-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
"tasks": [
- "Build-Debian10-GCC-x86_64-Debug-Docker"
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
]
},
- "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker": {
+ "Build-Debian10-Clang-arm-Release-Android": {
"tasks": [
- "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker"
+ "Build-Debian10-Clang-arm-Release-Android"
]
},
- "Build-Debian10-GCC-x86_64-Release-Docker": {
+ "Build-Debian10-Clang-arm-Release-Android_API26": {
"tasks": [
- "Build-Debian10-GCC-x86_64-Release-Docker"
+ "Build-Debian10-Clang-arm-Release-Android_API26"
]
},
- "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker": {
+ "Build-Debian10-Clang-arm-Release-Android_Vulkan": {
"tasks": [
- "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker"
+ "Build-Debian10-Clang-arm-Release-Android_Vulkan"
]
},
- "Build-Debian10-GCC-x86_64-Release-Shared_Docker": {
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES": {
"tasks": [
- "Build-Debian10-GCC-x86_64-Release-Shared_Docker"
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES"
]
},
- "Build-Debian9-Clang-TAP-Presubmit-G3_Framework": {
+ "Build-Debian10-Clang-arm-Release-Flutter_Android": {
"tasks": [
- "Build-Debian9-Clang-TAP-Presubmit-G3_Framework"
+ "Build-Debian10-Clang-arm-Release-Flutter_Android"
],
- "trigger": "on demand"
+ "trigger": "master"
},
- "Build-Debian9-Clang-arm-Debug-Android": {
+ "Build-Debian10-Clang-arm64-Debug-Android": {
"tasks": [
- "Build-Debian9-Clang-arm-Debug-Android"
+ "Build-Debian10-Clang-arm64-Debug-Android"
]
},
- "Build-Debian9-Clang-arm-Debug-Android_ASAN": {
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN": {
"tasks": [
- "Build-Debian9-Clang-arm-Debug-Android_ASAN"
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN"
]
},
- "Build-Debian9-Clang-arm-Debug-Android_ASAN_Vulkan": {
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-arm-Debug-Android_ASAN_Vulkan"
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN_Vulkan"
]
},
- "Build-Debian9-Clang-arm-Debug-Android_Vulkan": {
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-arm-Debug-Android_Vulkan"
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan"
]
},
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES": {
+ "Build-Debian10-Clang-arm64-Release-Android": {
"tasks": [
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES"
+ "Build-Debian10-Clang-arm64-Release-Android"
]
},
- "Build-Debian9-Clang-arm-Release-Android": {
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-arm-Release-Android"
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan"
]
},
- "Build-Debian9-Clang-arm-Release-Android_API26": {
+ "Build-Debian10-Clang-arm64-Release-Android_Wuffs": {
"tasks": [
- "Build-Debian9-Clang-arm-Release-Android_API26"
+ "Build-Debian10-Clang-arm64-Release-Android_Wuffs"
]
},
- "Build-Debian9-Clang-arm-Release-Android_Vulkan": {
+ "Build-Debian10-Clang-cf_x86_phone-eng-Android_Framework": {
"tasks": [
- "Build-Debian9-Clang-arm-Release-Android_Vulkan"
- ]
+ "Build-Debian10-Clang-cf_x86_phone-eng-Android_Framework"
+ ],
+ "trigger": "on demand"
+ },
+ "Build-Debian10-Clang-host-sdk-Android_Framework": {
+ "tasks": [
+ "Build-Debian10-Clang-host-sdk-Android_Framework"
+ ],
+ "trigger": "on demand"
},
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES": {
+ "Build-Debian10-Clang-x64-Debug-Android": {
"tasks": [
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES"
+ "Build-Debian10-Clang-x64-Debug-Android"
]
},
- "Build-Debian9-Clang-arm-Release-Flutter_Android": {
+ "Build-Debian10-Clang-x64-Release-Android": {
"tasks": [
- "Build-Debian9-Clang-arm-Release-Flutter_Android"
- ],
- "trigger": "master"
+ "Build-Debian10-Clang-x64-Release-Android"
+ ]
},
- "Build-Debian9-Clang-arm64-Debug-Android": {
+ "Build-Debian10-Clang-x86-Debug": {
"tasks": [
- "Build-Debian9-Clang-arm64-Debug-Android"
+ "Build-Debian10-Clang-x86-Debug"
]
},
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN": {
+ "Build-Debian10-Clang-x86-Debug-Android": {
"tasks": [
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN"
+ "Build-Debian10-Clang-x86-Debug-Android"
]
},
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN_Vulkan": {
+ "Build-Debian10-Clang-x86-Debug-Android_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN_Vulkan"
+ "Build-Debian10-Clang-x86-Debug-Android_Vulkan"
]
},
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan": {
+ "Build-Debian10-Clang-x86-Release-Android": {
"tasks": [
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan"
+ "Build-Debian10-Clang-x86-Release-Android"
]
},
- "Build-Debian9-Clang-arm64-Release-Android": {
+ "Build-Debian10-Clang-x86-Release-Android_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-arm64-Release-Android"
+ "Build-Debian10-Clang-x86-Release-Android_Vulkan"
]
},
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan": {
+ "Build-Debian10-Clang-x86-devrel-Android_SKQP": {
"tasks": [
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan"
+ "Build-Debian10-Clang-x86-devrel-Android_SKQP"
]
},
- "Build-Debian9-Clang-arm64-Release-Android_Wuffs": {
+ "Build-Debian10-Clang-x86_64-Debug": {
"tasks": [
- "Build-Debian9-Clang-arm64-Release-Android_Wuffs"
+ "Build-Debian10-Clang-x86_64-Debug"
]
},
- "Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework": {
+ "Build-Debian10-Clang-x86_64-Debug-ASAN": {
"tasks": [
- "Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework"
- ],
- "trigger": "on demand"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
+ ]
},
- "Build-Debian9-Clang-host-sdk-Android_Framework": {
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-host-sdk-Android_Framework"
- ],
- "trigger": "on demand"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan"
+ ]
},
- "Build-Debian9-Clang-x64-Debug-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES": {
"tasks": [
- "Build-Debian9-Clang-x64-Debug-Android"
+ "Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES"
]
},
- "Build-Debian9-Clang-x64-Release-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-OpenCL": {
"tasks": [
- "Build-Debian9-Clang-x64-Release-Android"
+ "Build-Debian10-Clang-x86_64-Debug-OpenCL"
]
},
- "Build-Debian9-Clang-x86-Debug": {
+ "Build-Debian10-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
"tasks": [
- "Build-Debian9-Clang-x86-Debug"
+ "Build-Debian10-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
]
},
- "Build-Debian9-Clang-x86-Debug-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-SafeStack": {
"tasks": [
- "Build-Debian9-Clang-x86-Debug-Android"
+ "Build-Debian10-Clang-x86_64-Debug-SafeStack"
]
},
- "Build-Debian9-Clang-x86-Debug-Android_Vulkan": {
+ "Build-Debian10-Clang-x86_64-Debug-SkVM": {
"tasks": [
- "Build-Debian9-Clang-x86-Debug-Android_Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-SkVM"
]
},
- "Build-Debian9-Clang-x86-Release-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-SkVM_ASAN": {
"tasks": [
- "Build-Debian9-Clang-x86-Release-Android"
+ "Build-Debian10-Clang-x86_64-Debug-SkVM_ASAN"
]
},
- "Build-Debian9-Clang-x86-Release-Android_Vulkan": {
+ "Build-Debian10-Clang-x86_64-Debug-Static": {
"tasks": [
- "Build-Debian9-Clang-x86-Release-Android_Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-Static"
]
},
- "Build-Debian9-Clang-x86-devrel-Android_SKQP": {
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader": {
"tasks": [
- "Build-Debian9-Clang-x86-devrel-Android_SKQP"
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader"
]
},
- "Build-Debian9-Clang-x86_64-Debug": {
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN"
]
},
- "Build-Debian9-Clang-x86_64-Debug-ASAN": {
+ "Build-Debian10-Clang-x86_64-Debug-Tidy": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-Tidy"
]
},
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan": {
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan"
]
},
- "Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES": {
+ "Build-Debian10-Clang-x86_64-Debug-Wuffs": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES"
+ "Build-Debian10-Clang-x86_64-Debug-Wuffs"
]
},
- "Build-Debian9-Clang-x86_64-Debug-OpenCL": {
+ "Build-Debian10-Clang-x86_64-Release": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-OpenCL"
+ "Build-Debian10-Clang-x86_64-Release"
]
},
- "Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
+ "Build-Debian10-Clang-x86_64-Release-ANGLE": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
+ "Build-Debian10-Clang-x86_64-Release-ANGLE"
]
},
- "Build-Debian9-Clang-x86_64-Debug-SafeStack": {
+ "Build-Debian10-Clang-x86_64-Release-ASAN": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-SafeStack"
+ "Build-Debian10-Clang-x86_64-Release-ASAN"
]
},
- "Build-Debian9-Clang-x86_64-Debug-SkVM": {
+ "Build-Debian10-Clang-x86_64-Release-CMake": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-SkVM"
+ "Build-Debian10-Clang-x86_64-Release-CMake"
]
},
- "Build-Debian9-Clang-x86_64-Debug-SkVM_ASAN": {
+ "Build-Debian10-Clang-x86_64-Release-Chromebook_GLES": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-SkVM_ASAN"
+ "Build-Debian10-Clang-x86_64-Release-Chromebook_GLES"
]
},
- "Build-Debian9-Clang-x86_64-Debug-Static": {
+ "Build-Debian10-Clang-x86_64-Release-Fast": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-Static"
+ "Build-Debian10-Clang-x86_64-Release-Fast"
]
},
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader": {
+ "Build-Debian10-Clang-x86_64-Release-MSAN": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader"
+ "Build-Debian10-Clang-x86_64-Release-MSAN"
]
},
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader_MSAN": {
+ "Build-Debian10-Clang-x86_64-Release-NoDEPS": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader_MSAN"
+ "Build-Debian10-Clang-x86_64-Release-NoDEPS"
]
},
- "Build-Debian9-Clang-x86_64-Debug-Tidy": {
+ "Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-Tidy"
+ "Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD"
]
},
- "Build-Debian9-Clang-x86_64-Debug-Vulkan": {
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2"
]
},
- "Build-Debian9-Clang-x86_64-Debug-Wuffs": {
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Debug-Wuffs"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
]
},
- "Build-Debian9-Clang-x86_64-Release": {
+ "Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER"
]
},
- "Build-Debian9-Clang-x86_64-Release-ANGLE": {
+ "Build-Debian10-Clang-x86_64-Release-SkVM": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-ANGLE"
+ "Build-Debian10-Clang-x86_64-Release-SkVM"
]
},
- "Build-Debian9-Clang-x86_64-Release-ASAN": {
+ "Build-Debian10-Clang-x86_64-Release-SkVM_MSAN": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-ASAN"
+ "Build-Debian10-Clang-x86_64-Release-SkVM_MSAN"
]
},
- "Build-Debian9-Clang-x86_64-Release-CMake": {
+ "Build-Debian10-Clang-x86_64-Release-Static": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-CMake"
+ "Build-Debian10-Clang-x86_64-Release-Static"
]
},
- "Build-Debian9-Clang-x86_64-Release-Chromebook_GLES": {
+ "Build-Debian10-Clang-x86_64-Release-SwiftShader": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-Chromebook_GLES"
+ "Build-Debian10-Clang-x86_64-Release-SwiftShader"
]
},
- "Build-Debian9-Clang-x86_64-Release-Fast": {
+ "Build-Debian10-Clang-x86_64-Release-TSAN": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-Fast"
+ "Build-Debian10-Clang-x86_64-Release-TSAN"
]
},
- "Build-Debian9-Clang-x86_64-Release-MSAN": {
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-MSAN"
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan"
]
},
- "Build-Debian9-Clang-x86_64-Release-NoDEPS": {
+ "Build-Debian10-Clang-x86_64-Release-Vulkan": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-NoDEPS"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
]
},
- "Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD": {
+ "Build-Debian10-Clang-x86_64-Release-Wuffs": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD"
+ "Build-Debian10-Clang-x86_64-Release-Wuffs"
]
},
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2": {
+ "Build-Debian10-EMCC-asmjs-Debug-PathKit": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2"
+ "Build-Debian10-EMCC-asmjs-Debug-PathKit"
]
},
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41": {
+ "Build-Debian10-EMCC-asmjs-Release-PathKit": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
+ "Build-Debian10-EMCC-asmjs-Release-PathKit"
]
},
- "Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit"
]
},
- "Build-Debian9-Clang-x86_64-Release-SkVM": {
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit_CPU": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SkVM"
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit_CPU"
]
},
- "Build-Debian9-Clang-x86_64-Release-SkVM_MSAN": {
+ "Build-Debian10-EMCC-wasm-Debug-PathKit": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SkVM_MSAN"
+ "Build-Debian10-EMCC-wasm-Debug-PathKit"
]
},
- "Build-Debian9-Clang-x86_64-Release-Static": {
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-Static"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit"
]
},
- "Build-Debian9-Clang-x86_64-Release-SwiftShader": {
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-SwiftShader"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
]
},
- "Build-Debian9-Clang-x86_64-Release-TSAN": {
+ "Build-Debian10-EMCC-wasm-Release-PathKit": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-TSAN"
+ "Build-Debian10-EMCC-wasm-Release-PathKit"
]
},
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan": {
+ "Build-Debian10-GCC-loongson3a-Debug-Docker": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan"
+ "Build-Debian10-GCC-loongson3a-Debug-Docker"
]
},
- "Build-Debian9-Clang-x86_64-Release-Vulkan": {
+ "Build-Debian10-GCC-loongson3a-Release-Docker": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-GCC-loongson3a-Release-Docker"
]
},
- "Build-Debian9-Clang-x86_64-Release-Wuffs": {
+ "Build-Debian10-GCC-mips64el-Debug-Docker": {
"tasks": [
- "Build-Debian9-Clang-x86_64-Release-Wuffs"
+ "Build-Debian10-GCC-mips64el-Debug-Docker"
]
},
- "Build-Debian9-EMCC-asmjs-Debug-PathKit": {
+ "Build-Debian10-GCC-mips64el-Release-Docker": {
"tasks": [
- "Build-Debian9-EMCC-asmjs-Debug-PathKit"
+ "Build-Debian10-GCC-mips64el-Release-Docker"
]
},
- "Build-Debian9-EMCC-asmjs-Release-PathKit": {
+ "Build-Debian10-GCC-x86-Debug-Docker": {
"tasks": [
- "Build-Debian9-EMCC-asmjs-Release-PathKit"
+ "Build-Debian10-GCC-x86-Debug-Docker"
]
},
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit": {
+ "Build-Debian10-GCC-x86-Release-Docker": {
"tasks": [
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit"
+ "Build-Debian10-GCC-x86-Release-Docker"
]
},
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit_CPU": {
+ "Build-Debian10-GCC-x86_64-Debug-Docker": {
"tasks": [
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit_CPU"
+ "Build-Debian10-GCC-x86_64-Debug-Docker"
]
},
- "Build-Debian9-EMCC-wasm-Debug-PathKit": {
+ "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker": {
"tasks": [
- "Build-Debian9-EMCC-wasm-Debug-PathKit"
+ "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker"
]
},
- "Build-Debian9-EMCC-wasm-Release-CanvasKit": {
+ "Build-Debian10-GCC-x86_64-Release-Docker": {
"tasks": [
- "Build-Debian9-EMCC-wasm-Release-CanvasKit"
+ "Build-Debian10-GCC-x86_64-Release-Docker"
]
},
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU": {
+ "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker": {
"tasks": [
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker"
]
},
- "Build-Debian9-EMCC-wasm-Release-PathKit": {
+ "Build-Debian10-GCC-x86_64-Release-Shared_Docker": {
"tasks": [
- "Build-Debian9-EMCC-wasm-Release-PathKit"
+ "Build-Debian10-GCC-x86_64-Release-Shared_Docker"
]
},
"Build-Mac-Clang-arm-Debug-iOS": {
@@ -661,50 +661,50 @@
"Build-Win-MSVC-x86_64-Release-Vulkan"
]
},
- "BuildStats-Debian9-Clang-arm-Release-Flutter_Android": {
+ "BuildStats-Debian10-Clang-arm-Release-Flutter_Android": {
"tasks": [
- "Upload-BuildStats-Debian9-Clang-arm-Release-Flutter_Android"
+ "Upload-BuildStats-Debian10-Clang-arm-Release-Flutter_Android"
],
"trigger": "master"
},
- "BuildStats-Debian9-Clang-x86_64-Release": {
+ "BuildStats-Debian10-Clang-x86_64-Release": {
"tasks": [
- "BuildStats-Debian9-Clang-x86_64-Release"
+ "BuildStats-Debian10-Clang-x86_64-Release"
]
},
- "BuildStats-Debian9-Clang-x86_64-Release-Vulkan": {
+ "BuildStats-Debian10-Clang-x86_64-Release-Vulkan": {
"tasks": [
- "BuildStats-Debian9-Clang-x86_64-Release-Vulkan"
+ "BuildStats-Debian10-Clang-x86_64-Release-Vulkan"
]
},
- "BuildStats-Debian9-EMCC-asmjs-Release-PathKit": {
+ "BuildStats-Debian10-EMCC-asmjs-Release-PathKit": {
"tasks": [
- "Upload-BuildStats-Debian9-EMCC-asmjs-Release-PathKit"
+ "Upload-BuildStats-Debian10-EMCC-asmjs-Release-PathKit"
]
},
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit": {
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit": {
"tasks": [
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit"
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit"
]
},
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit_CPU": {
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit_CPU": {
"tasks": [
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit_CPU"
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit_CPU"
]
},
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit": {
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit": {
"tasks": [
- "Upload-BuildStats-Debian9-EMCC-wasm-Release-CanvasKit"
+ "Upload-BuildStats-Debian10-EMCC-wasm-Release-CanvasKit"
]
},
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU": {
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU": {
"tasks": [
- "Upload-BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "Upload-BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
]
},
- "BuildStats-Debian9-EMCC-wasm-Release-PathKit": {
+ "BuildStats-Debian10-EMCC-wasm-Release-PathKit": {
"tasks": [
- "Upload-BuildStats-Debian9-EMCC-wasm-Release-PathKit"
+ "Upload-BuildStats-Debian10-EMCC-wasm-Release-PathKit"
]
},
"Housekeeper-Nightly-RecreateSKPs_Canary": {
@@ -1027,119 +1027,119 @@
"Upload-Perf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
"tasks": [
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
"tasks": [
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
"tasks": [
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All"
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All"
]
},
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
"tasks": [
- "Upload-Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
+ "Upload-Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
]
},
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
"tasks": [
- "Upload-Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
+ "Upload-Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
"tasks": [
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan"
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
"tasks": [
- "Upload-Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
+ "Upload-Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing": {
"tasks": [
- "Upload-Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing"
+ "Upload-Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
"tasks": [
- "Upload-Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
+ "Upload-Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
]
},
- "Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
+ "Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"tasks": [
- "Upload-Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
+ "Upload-Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
]
},
- "Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
+ "Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
"tasks": [
- "Upload-Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
+ "Upload-Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
"tasks": [
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
"tasks": [
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
"tasks": [
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM": {
"tasks": [
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM"
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM"
]
},
- "Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
"tasks": [
- "Upload-Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
+ "Upload-Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
]
},
- "Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
+ "Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
"tasks": [
- "Upload-Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb"
+ "Upload-Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb"
]
},
"Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All": {
@@ -1907,294 +1907,294 @@
"Upload-Test-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All": {
"tasks": [
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All": {
"tasks": [
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
"tasks": [
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
"tasks": [
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM": {
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN"
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN": {
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN"
+ "Upload-Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs": {
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN": {
"tasks": [
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs"
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All": {
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All"
+ "Upload-Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All"
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All"
]
},
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader"
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan"
]
},
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
"tasks": [
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN"
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
]
},
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
"tasks": [
- "Upload-Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader"
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All"
+ "Test-Debian10-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan"
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP"
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan"
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN": {
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN"
+ "Upload-Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan": {
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan"
+ "Upload-Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN": {
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All": {
"tasks": [
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN"
+ "Upload-Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
+ "Upload-Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
]
},
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All"
+ "Upload-Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
]
},
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
"tasks": [
- "Upload-Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
+ "Upload-Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
]
},
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All": {
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
"tasks": [
- "Upload-Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All"
+ "Upload-Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
]
},
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
+ "Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
"tasks": [
- "Upload-Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
+ "Upload-Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
]
},
- "Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker": {
"tasks": [
- "Upload-Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker"
]
},
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker": {
"tasks": [
- "Upload-Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker"
]
},
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker": {
"tasks": [
- "Upload-Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker"
]
},
- "Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker": {
"tasks": [
- "Upload-Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker"
]
},
"Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All": {
@@ -3006,19 +3006,23 @@
}
},
"tasks": {
- "Build-Debian10-GCC-loongson3a-Debug-Docker": {
+ "Build-Debian10-Clang-TAP-Presubmit-G3_Framework": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "docker",
- "path": "cache/docker"
+ "name": "git",
+ "path": "cache/git"
},
{
- "name": "ccache",
- "path": "cache/ccache"
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
+ "name": "work",
+ "path": "cache/work"
}
],
"cipd_packages": [
@@ -3038,9 +3042,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
}
],
"command": [
@@ -3048,8 +3062,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-loongson3a-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
+ "g3_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-TAP-Presubmit-G3_Framework\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
@@ -3058,10 +3072,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highmem-2",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3072,32 +3085,20 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 3600000000000,
+ "execution_timeout_ns": 10800000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
- "io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
- "max_attempts": 2,
- "outputs": [
- "build"
- ],
- "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
+ "io_timeout_ns": 10800000000000,
+ "isolate": "compile_g3_framework.isolate",
+ "max_attempts": 1,
+ "service_account": "skia-g3-framework-compile@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-loongson3a-Release-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3117,9 +3118,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3128,7 +3129,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-loongson3a-Release-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Debug-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3137,10 +3138,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3164,19 +3164,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-mips64el-Debug-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3196,9 +3188,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3207,7 +3199,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-mips64el-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Debug-Android_ASAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3216,10 +3208,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3243,19 +3234,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-mips64el-Release-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN_Vulkan": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3275,9 +3258,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3286,7 +3269,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-mips64el-Release-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Debug-Android_ASAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3295,10 +3278,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3322,19 +3304,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86-Debug-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3354,9 +3328,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3365,7 +3339,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Debug-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3374,10 +3348,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3401,19 +3374,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86-Release-Docker": {
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3433,9 +3398,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/armhf_sysroot",
+ "path": "armhf_sysroot",
+ "version": "version:7"
+ },
+ {
+ "name": "skia/bots/chromebook_arm_gles",
+ "path": "chromebook_arm_gles",
+ "version": "version:0"
}
],
"command": [
@@ -3444,7 +3419,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86-Release-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Debug-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3453,10 +3428,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3480,19 +3454,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86_64-Debug-Docker": {
+ "Build-Debian10-Clang-arm-Release-Android": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3512,9 +3478,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3523,7 +3489,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Release-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3532,10 +3498,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3559,19 +3524,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker": {
+ "Build-Debian10-Clang-arm-Release-Android_API26": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3591,9 +3548,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3602,7 +3559,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Release-Android_API26\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3611,10 +3568,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3638,19 +3594,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86_64-Release-Docker": {
+ "Build-Debian10-Clang-arm-Release-Android_Vulkan": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3670,9 +3618,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3681,7 +3629,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Release-Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Release-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3690,10 +3638,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3717,19 +3664,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker": {
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -3749,9 +3688,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/armhf_sysroot",
+ "path": "armhf_sysroot",
+ "version": "version:7"
+ },
+ {
+ "name": "skia/bots/chromebook_arm_gles",
+ "path": "chromebook_arm_gles",
+ "version": "version:0"
}
],
"command": [
@@ -3760,7 +3709,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Release-NoGPU_Docker\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm-Release-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3769,10 +3718,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3796,19 +3744,23 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian10-GCC-x86_64-Release-Shared_Docker": {
+ "Build-Debian10-Clang-arm-Release-Flutter_Android": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "docker",
- "path": "cache/docker"
+ "name": "git",
+ "path": "cache/git"
},
{
- "name": "ccache",
- "path": "cache/ccache"
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
+ "name": "work",
+ "path": "cache/work"
}
],
"cipd_packages": [
@@ -3828,9 +3780,24 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3838,8 +3805,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Release-Shared_Docker\",\"swarm_out_dir\":\"build\"}",
+ "sync_and_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-arm-Release-Flutter_Android\",\"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": [
@@ -3848,10 +3815,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -3866,32 +3832,19 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
+ "isolate": "swarm_recipe.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-TAP-Presubmit-G3_Framework": {
+ "Build-Debian10-Clang-arm64-Debug-Android": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
- "name": "work",
- "path": "cache/work"
}
],
"cipd_packages": [
@@ -3911,19 +3864,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
- },
- {
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -3931,8 +3874,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "g3_compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian9-Clang-TAP-Presubmit-G3_Framework\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Debug-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -3941,8 +3884,8 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -3954,16 +3897,20 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 10800000000000,
+ "execution_timeout_ns": 3600000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 10800000000000,
- "isolate": "compile_g3_framework.isolate",
- "max_attempts": 1,
- "service_account": "skia-g3-framework-compile@skia-swarming-bots.iam.gserviceaccount.com"
+ "idempotent": true,
+ "io_timeout_ns": 3600000000000,
+ "isolate": "compile.isolate",
+ "max_attempts": 2,
+ "outputs": [
+ "build"
+ ],
+ "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Debug-Android": {
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN": {
"caches": [
{
"name": "vpython",
@@ -3998,7 +3945,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Debug-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Debug-Android_ASAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4008,7 +3955,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4033,7 +3980,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Debug-Android_ASAN": {
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -4068,7 +4015,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Debug-Android_ASAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Debug-Android_ASAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4078,7 +4025,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4103,7 +4050,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Debug-Android_ASAN_Vulkan": {
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -4138,7 +4085,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Debug-Android_ASAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Debug-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4148,7 +4095,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4173,7 +4120,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Debug-Android_Vulkan": {
+ "Build-Debian10-Clang-arm64-Release-Android": {
"caches": [
{
"name": "vpython",
@@ -4208,7 +4155,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Debug-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Release-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4218,7 +4165,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4243,7 +4190,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES": {
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -4267,19 +4214,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
- "name": "skia/bots/armhf_sysroot",
- "path": "armhf_sysroot",
- "version": "version:7"
- },
- {
- "name": "skia/bots/chromebook_arm_gles",
- "path": "chromebook_arm_gles",
- "version": "version:0"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -4288,7 +4225,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Debug-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Release-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4298,7 +4235,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4323,7 +4260,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Release-Android": {
+ "Build-Debian10-Clang-arm64-Release-Android_Wuffs": {
"caches": [
{
"name": "vpython",
@@ -4358,7 +4295,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Release-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-arm64-Release-Android_Wuffs\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4368,7 +4305,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4393,11 +4330,23 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Release-Android_API26": {
+ "Build-Debian10-Clang-cf_x86_phone-eng-Android_Framework": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "git",
+ "path": "cache/git"
+ },
+ {
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
+ "name": "work",
+ "path": "cache/work"
}
],
"cipd_packages": [
@@ -4417,9 +4366,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
}
],
"command": [
@@ -4427,8 +4386,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Release-Android_API26\",\"swarm_out_dir\":\"build\"}",
+ "android_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-cf_x86_phone-eng-Android_Framework\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
@@ -4437,8 +4396,8 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "machine_type:n1-highmem-2",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4450,24 +4409,32 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 3600000000000,
+ "execution_timeout_ns": 7200000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
- "io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
- "max_attempts": 2,
- "outputs": [
- "build"
- ],
- "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
+ "io_timeout_ns": 7200000000000,
+ "isolate": "compile_android_framework.isolate",
+ "max_attempts": 1,
+ "service_account": "skia-android-framework-compile@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Release-Android_Vulkan": {
+ "Build-Debian10-Clang-host-sdk-Android_Framework": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "git",
+ "path": "cache/git"
+ },
+ {
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
+ "name": "work",
+ "path": "cache/work"
}
],
"cipd_packages": [
@@ -4487,9 +4454,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
}
],
"command": [
@@ -4497,8 +4474,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Release-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "android_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-host-sdk-Android_Framework\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
@@ -4507,8 +4484,8 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "machine_type:n1-highmem-2",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4520,20 +4497,16 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 3600000000000,
+ "execution_timeout_ns": 7200000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
- "io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
- "max_attempts": 2,
- "outputs": [
- "build"
- ],
- "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
+ "io_timeout_ns": 7200000000000,
+ "isolate": "compile_android_framework.isolate",
+ "max_attempts": 1,
+ "service_account": "skia-android-framework-compile@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES": {
+ "Build-Debian10-Clang-x64-Debug-Android": {
"caches": [
{
"name": "vpython",
@@ -4557,19 +4530,9 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
- "name": "skia/bots/armhf_sysroot",
- "path": "armhf_sysroot",
- "version": "version:7"
- },
- {
- "name": "skia/bots/chromebook_arm_gles",
- "path": "chromebook_arm_gles",
- "version": "version:0"
+ "name": "skia/bots/android_ndk_linux",
+ "path": "android_ndk_linux",
+ "version": "version:15"
}
],
"command": [
@@ -4578,7 +4541,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm-Release-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x64-Debug-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4588,7 +4551,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4613,23 +4576,11 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm-Release-Flutter_Android": {
+ "Build-Debian10-Clang-x64-Release-Android": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
- "name": "work",
- "path": "cache/work"
}
],
"cipd_packages": [
@@ -4649,21 +4600,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
- },
- {
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
"name": "skia/bots/android_ndk_linux",
"path": "android_ndk_linux",
"version": "version:15"
@@ -4674,8 +4610,8 @@
"-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-Debian9-Clang-arm-Release-Flutter_Android\",\"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)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x64-Release-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4685,7 +4621,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4701,19 +4637,24 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
+ "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "swarm_recipe.isolate",
+ "isolate": "compile.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Debug-Android": {
+ "Build-Debian10-Clang-x86-Debug": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -4733,9 +4674,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -4744,7 +4690,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Debug-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86-Debug\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4754,7 +4700,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4779,7 +4725,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN": {
+ "Build-Debian10-Clang-x86-Debug-Android": {
"caches": [
{
"name": "vpython",
@@ -4814,7 +4760,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Debug-Android_ASAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86-Debug-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4824,7 +4770,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4849,7 +4795,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN_Vulkan": {
+ "Build-Debian10-Clang-x86-Debug-Android_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -4884,7 +4830,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Debug-Android_ASAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86-Debug-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4894,7 +4840,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4919,7 +4865,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan": {
+ "Build-Debian10-Clang-x86-Release-Android": {
"caches": [
{
"name": "vpython",
@@ -4954,7 +4900,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Debug-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86-Release-Android\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -4964,7 +4910,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -4989,7 +4935,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Release-Android": {
+ "Build-Debian10-Clang-x86-Release-Android_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -5024,7 +4970,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Release-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86-Release-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5034,7 +4980,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5059,11 +5005,27 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan": {
+ "Build-Debian10-Clang-x86-devrel-Android_SKQP": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "git",
+ "path": "cache/git"
+ },
+ {
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
+ "name": "work",
+ "path": "cache/work"
+ },
+ {
+ "name": "docker",
+ "path": "cache/docker"
}
],
"cipd_packages": [
@@ -5083,9 +5045,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
}
],
"command": [
@@ -5093,8 +5065,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Release-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "sync_and_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-x86-devrel-Android_SKQP\",\"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": [
@@ -5104,7 +5076,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5120,20 +5092,23 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
+ "isolate": "swarm_recipe.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-arm64-Release-Android_Wuffs": {
+ "Build-Debian10-Clang-x86_64-Debug": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5153,9 +5128,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5164,7 +5144,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-arm64-Release-Android_Wuffs\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5174,7 +5154,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5199,23 +5179,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework": {
+ "Build-Debian10-Clang-x86_64-Debug-ASAN": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
- "name": "work",
- "path": "cache/work"
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5235,19 +5207,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
- },
- {
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
},
{
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5255,8 +5222,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "android_compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian9-Clang-cf_x86_phone-eng-Android_Framework\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-ASAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5265,8 +5232,8 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5278,32 +5245,28 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 7200000000000,
+ "execution_timeout_ns": 3600000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 7200000000000,
- "isolate": "compile_android_framework.isolate",
- "max_attempts": 1,
- "service_account": "skia-android-framework-compile@skia-swarming-bots.iam.gserviceaccount.com"
+ "idempotent": true,
+ "io_timeout_ns": 3600000000000,
+ "isolate": "compile.isolate",
+ "max_attempts": 2,
+ "outputs": [
+ "build"
+ ],
+ "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-host-sdk-Android_Framework": {
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
- "name": "work",
- "path": "cache/work"
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5323,19 +5286,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
- },
- {
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
},
{
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5343,8 +5301,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "android_compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian9-Clang-host-sdk-Android_Framework\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5353,8 +5311,8 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5366,16 +5324,20 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 7200000000000,
+ "execution_timeout_ns": 3600000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 7200000000000,
- "isolate": "compile_android_framework.isolate",
- "max_attempts": 1,
- "service_account": "skia-android-framework-compile@skia-swarming-bots.iam.gserviceaccount.com"
+ "idempotent": true,
+ "io_timeout_ns": 3600000000000,
+ "isolate": "compile.isolate",
+ "max_attempts": 2,
+ "outputs": [
+ "build"
+ ],
+ "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x64-Debug-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES": {
"caches": [
{
"name": "vpython",
@@ -5399,9 +5361,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/chromebook_x86_64_gles",
+ "path": "chromebook_x86_64_gles",
+ "version": "version:2"
}
],
"command": [
@@ -5410,7 +5377,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x64-Debug-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5420,7 +5387,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5445,11 +5412,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x64-Release-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-OpenCL": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5469,9 +5440,24 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/opencl_headers",
+ "path": "opencl_headers",
+ "version": "version:0"
+ },
+ {
+ "name": "skia/bots/opencl_ocl_icd_linux",
+ "path": "opencl_ocl_icd_linux",
+ "version": "version:0"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5480,7 +5466,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x64-Release-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-OpenCL\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5490,7 +5476,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5515,7 +5501,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86-Debug": {
+ "Build-Debian10-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
"caches": [
{
"name": "vpython",
@@ -5559,7 +5545,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86-Debug\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5569,7 +5555,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5594,11 +5580,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86-Debug-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-SafeStack": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5618,9 +5608,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5629,7 +5624,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86-Debug-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-SafeStack\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5639,7 +5634,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5664,11 +5659,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86-Debug-Android_Vulkan": {
+ "Build-Debian10-Clang-x86_64-Debug-SkVM": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5688,9 +5687,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5699,7 +5703,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86-Debug-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-SkVM\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5709,7 +5713,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5734,11 +5738,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86-Release-Android": {
+ "Build-Debian10-Clang-x86_64-Debug-SkVM_ASAN": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5758,9 +5766,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5769,7 +5782,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86-Release-Android\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-SkVM_ASAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5779,7 +5792,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5804,11 +5817,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86-Release-Android_Vulkan": {
+ "Build-Debian10-Clang-x86_64-Debug-Static": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5828,9 +5845,14 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/android_ndk_linux",
- "path": "android_ndk_linux",
- "version": "version:15"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5839,7 +5861,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86-Release-Android_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-Static\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5849,7 +5871,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5874,27 +5896,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86-devrel-Android_SKQP": {
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
- "name": "work",
- "path": "cache/work"
- },
- {
- "name": "docker",
- "path": "cache/docker"
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -5914,19 +5924,19 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
},
{
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/cmake_linux",
+ "path": "cmake_linux",
+ "version": "version:0"
},
{
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -5934,8 +5944,8 @@
"-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-Debian9-Clang-x86-devrel-Android_SKQP\",\"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)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-SwiftShader\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -5945,7 +5955,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -5961,15 +5971,16 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
+ "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "swarm_recipe.isolate",
+ "isolate": "compile.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug": {
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN": {
"caches": [
{
"name": "vpython",
@@ -6002,6 +6013,11 @@
"version": "version:19"
},
{
+ "name": "skia/bots/cmake_linux",
+ "path": "cmake_linux",
+ "version": "version:0"
+ },
+ {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -6013,7 +6029,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6023,7 +6039,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6048,7 +6064,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-ASAN": {
+ "Build-Debian10-Clang-x86_64-Debug-Tidy": {
"caches": [
{
"name": "vpython",
@@ -6092,7 +6108,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-ASAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-Tidy\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6102,7 +6118,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6127,7 +6143,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan": {
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -6171,7 +6187,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6181,7 +6197,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6206,11 +6222,15 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES": {
+ "Build-Debian10-Clang-x86_64-Debug-Wuffs": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -6235,9 +6255,9 @@
"version": "version:19"
},
{
- "name": "skia/bots/chromebook_x86_64_gles",
- "path": "chromebook_x86_64_gles",
- "version": "version:2"
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -6246,7 +6266,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Debug-Wuffs\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6256,7 +6276,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6281,7 +6301,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-OpenCL": {
+ "Build-Debian10-Clang-x86_64-Release": {
"caches": [
{
"name": "vpython",
@@ -6314,16 +6334,6 @@
"version": "version:19"
},
{
- "name": "skia/bots/opencl_headers",
- "path": "opencl_headers",
- "version": "version:0"
- },
- {
- "name": "skia/bots/opencl_ocl_icd_linux",
- "path": "opencl_ocl_icd_linux",
- "version": "version:0"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -6335,7 +6345,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-OpenCL\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6345,7 +6355,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6370,7 +6380,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
+ "Build-Debian10-Clang-x86_64-Release-ANGLE": {
"caches": [
{
"name": "vpython",
@@ -6414,7 +6424,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-ANGLE\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6424,7 +6434,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6449,7 +6459,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-SafeStack": {
+ "Build-Debian10-Clang-x86_64-Release-ASAN": {
"caches": [
{
"name": "vpython",
@@ -6493,7 +6503,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-SafeStack\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-ASAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6503,7 +6513,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6528,13 +6538,29 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-SkVM": {
+ "Build-Debian10-Clang-x86_64-Release-CMake": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "git",
+ "path": "cache/git"
+ },
+ {
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
+ "name": "work",
+ "path": "cache/work"
+ },
+ {
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -6556,6 +6582,21 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
"name": "skia/bots/clang_linux",
"path": "clang_linux",
"version": "version:19"
@@ -6571,8 +6612,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-SkVM\",\"swarm_out_dir\":\"build\"}",
+ "sync_and_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-x86_64-Release-CMake\",\"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": [
@@ -6581,9 +6622,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -6598,24 +6640,19 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
+ "isolate": "swarm_recipe.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-SkVM_ASAN": {
+ "Build-Debian10-Clang-x86_64-Release-Chromebook_GLES": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
- },
- {
- "name": "ccache",
- "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -6640,9 +6677,9 @@
"version": "version:19"
},
{
- "name": "skia/bots/ccache_linux",
- "path": "ccache_linux",
- "version": "version:1"
+ "name": "skia/bots/chromebook_x86_64_gles",
+ "path": "chromebook_x86_64_gles",
+ "version": "version:2"
}
],
"command": [
@@ -6651,7 +6688,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-SkVM_ASAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6661,7 +6698,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6686,7 +6723,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-Static": {
+ "Build-Debian10-Clang-x86_64-Release-Fast": {
"caches": [
{
"name": "vpython",
@@ -6730,7 +6767,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-Static\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-Fast\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6740,7 +6777,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6765,7 +6802,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader": {
+ "Build-Debian10-Clang-x86_64-Release-MSAN": {
"caches": [
{
"name": "vpython",
@@ -6798,11 +6835,6 @@
"version": "version:19"
},
{
- "name": "skia/bots/cmake_linux",
- "path": "cmake_linux",
- "version": "version:0"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -6814,7 +6846,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-SwiftShader\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-MSAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6824,7 +6856,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6849,13 +6881,21 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader_MSAN": {
+ "Build-Debian10-Clang-x86_64-Release-NoDEPS": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "git",
+ "path": "cache/git"
+ },
+ {
+ "name": "git_cache",
+ "path": "cache/git_cache"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -6877,16 +6917,26 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
+ "name": "infra/3pp/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "version:2.25.0.chromium.6"
+ },
+ {
+ "name": "infra/tools/git/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "infra/tools/luci/git-credential-luci/${platform}",
+ "path": "cipd_bin_packages",
+ "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
"name": "skia/bots/clang_linux",
"path": "clang_linux",
"version": "version:19"
},
{
- "name": "skia/bots/cmake_linux",
- "path": "cmake_linux",
- "version": "version:0"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -6897,8 +6947,8 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-SwiftShader_MSAN\",\"swarm_out_dir\":\"build\"}",
+ "sync_and_compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Build-Debian10-Clang-x86_64-Release-NoDEPS\",\"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": [
@@ -6908,7 +6958,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -6924,16 +6974,15 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "compile.isolate",
+ "isolate": "swarm_recipe.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-Tidy": {
+ "Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD": {
"caches": [
{
"name": "vpython",
@@ -6977,7 +7026,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-Tidy\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -6987,7 +7036,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7012,7 +7061,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-Vulkan": {
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2": {
"caches": [
{
"name": "vpython",
@@ -7056,7 +7105,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7066,7 +7115,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7091,7 +7140,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Debug-Wuffs": {
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41": {
"caches": [
{
"name": "vpython",
@@ -7135,7 +7184,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Debug-Wuffs\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7145,7 +7194,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7170,7 +7219,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release": {
+ "Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"caches": [
{
"name": "vpython",
@@ -7214,7 +7263,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7224,7 +7273,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7249,7 +7298,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-ANGLE": {
+ "Build-Debian10-Clang-x86_64-Release-SkVM": {
"caches": [
{
"name": "vpython",
@@ -7293,7 +7342,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-ANGLE\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SkVM\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7303,7 +7352,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7328,7 +7377,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-ASAN": {
+ "Build-Debian10-Clang-x86_64-Release-SkVM_MSAN": {
"caches": [
{
"name": "vpython",
@@ -7372,7 +7421,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-ASAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SkVM_MSAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7382,7 +7431,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7407,29 +7456,13 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-CMake": {
+ "Build-Debian10-Clang-x86_64-Release-Static": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
- "name": "work",
- "path": "cache/work"
- },
- {
- "name": "docker",
- "path": "cache/docker"
- },
- {
"name": "ccache",
"path": "cache/ccache"
}
@@ -7451,21 +7484,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
- },
- {
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
"name": "skia/bots/clang_linux",
"path": "clang_linux",
"version": "version:19"
@@ -7481,8 +7499,8 @@
"-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-Debian9-Clang-x86_64-Release-CMake\",\"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)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-Static\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7491,10 +7509,9 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "machine_type:n1-highcpu-64",
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -7509,19 +7526,24 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
+ "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "swarm_recipe.isolate",
+ "isolate": "compile.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-Chromebook_GLES": {
+ "Build-Debian10-Clang-x86_64-Release-SwiftShader": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
+ },
+ {
+ "name": "ccache",
+ "path": "cache/ccache"
}
],
"cipd_packages": [
@@ -7546,9 +7568,14 @@
"version": "version:19"
},
{
- "name": "skia/bots/chromebook_x86_64_gles",
- "path": "chromebook_x86_64_gles",
- "version": "version:2"
+ "name": "skia/bots/cmake_linux",
+ "path": "cmake_linux",
+ "version": "version:0"
+ },
+ {
+ "name": "skia/bots/ccache_linux",
+ "path": "ccache_linux",
+ "version": "version:1"
}
],
"command": [
@@ -7557,7 +7584,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-Chromebook_GLES\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-SwiftShader\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7567,7 +7594,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7592,7 +7619,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-Fast": {
+ "Build-Debian10-Clang-x86_64-Release-TSAN": {
"caches": [
{
"name": "vpython",
@@ -7636,7 +7663,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-Fast\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-TSAN\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7646,7 +7673,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7671,7 +7698,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-MSAN": {
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -7715,7 +7742,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-MSAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7725,7 +7752,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7750,21 +7777,13 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-NoDEPS": {
+ "Build-Debian10-Clang-x86_64-Release-Vulkan": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
- "name": "git",
- "path": "cache/git"
- },
- {
- "name": "git_cache",
- "path": "cache/git_cache"
- },
- {
"name": "ccache",
"path": "cache/ccache"
}
@@ -7786,21 +7805,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "infra/3pp/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "version:2.25.0.chromium.6"
- },
- {
- "name": "infra/tools/git/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "infra/tools/luci/git-credential-luci/${platform}",
- "path": "cipd_bin_packages",
- "version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
"name": "skia/bots/clang_linux",
"path": "clang_linux",
"version": "version:19"
@@ -7816,8 +7820,8 @@
"-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-Debian9-Clang-x86_64-Release-NoDEPS\",\"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)\"}",
+ "compile",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-Vulkan\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7827,7 +7831,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7843,15 +7847,16 @@
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
+ "idempotent": true,
"io_timeout_ns": 3600000000000,
- "isolate": "swarm_recipe.isolate",
+ "isolate": "compile.isolate",
"max_attempts": 2,
"outputs": [
"build"
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD": {
+ "Build-Debian10-Clang-x86_64-Release-Wuffs": {
"caches": [
{
"name": "vpython",
@@ -7895,7 +7900,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-Clang-x86_64-Release-Wuffs\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7905,7 +7910,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -7930,13 +7935,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2": {
+ "Build-Debian10-EMCC-asmjs-Debug-PathKit": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -7958,11 +7967,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -7974,7 +7978,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-asmjs-Debug-PathKit\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -7983,9 +7987,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8009,13 +8014,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41": {
+ "Build-Debian10-EMCC-asmjs-Release-PathKit": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8037,11 +8046,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8053,7 +8057,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-asmjs-Release-PathKit\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8062,9 +8066,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8088,13 +8093,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8116,11 +8125,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8132,7 +8136,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-wasm-Debug-CanvasKit\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8141,9 +8145,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8167,13 +8172,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SkVM": {
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit_CPU": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8195,11 +8204,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8211,7 +8215,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SkVM\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-wasm-Debug-CanvasKit_CPU\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8220,9 +8224,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8246,13 +8251,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SkVM_MSAN": {
+ "Build-Debian10-EMCC-wasm-Debug-PathKit": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8274,11 +8283,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8290,7 +8294,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SkVM_MSAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-wasm-Debug-PathKit\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8299,9 +8303,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8325,13 +8330,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-Static": {
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8353,11 +8362,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8369,7 +8373,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-Static\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-wasm-Release-CanvasKit\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8378,9 +8382,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8404,13 +8409,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-SwiftShader": {
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8432,16 +8441,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
- "name": "skia/bots/cmake_linux",
- "path": "cmake_linux",
- "version": "version:0"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8453,7 +8452,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-SwiftShader\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8462,9 +8461,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8488,13 +8488,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-TSAN": {
+ "Build-Debian10-EMCC-wasm-Release-PathKit": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8516,11 +8520,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8532,7 +8531,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-TSAN\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-EMCC-wasm-Release-PathKit\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8541,9 +8540,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8567,13 +8567,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan": {
+ "Build-Debian10-GCC-loongson3a-Debug-Docker": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8595,11 +8599,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8611,7 +8610,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-loongson3a-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8620,9 +8619,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8646,13 +8646,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-Vulkan": {
+ "Build-Debian10-GCC-loongson3a-Release-Docker": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8674,11 +8678,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8690,7 +8689,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-Vulkan\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-loongson3a-Release-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8699,9 +8698,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8725,13 +8725,17 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-Clang-x86_64-Release-Wuffs": {
+ "Build-Debian10-GCC-mips64el-Debug-Docker": {
"caches": [
{
"name": "vpython",
"path": "cache/vpython"
},
{
+ "name": "docker",
+ "path": "cache/docker"
+ },
+ {
"name": "ccache",
"path": "cache/ccache"
}
@@ -8753,11 +8757,6 @@
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/ccache_linux",
"path": "ccache_linux",
"version": "version:1"
@@ -8769,7 +8768,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-Clang-x86_64-Release-Wuffs\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-mips64el-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8778,9 +8777,10 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
- "machine_type:n1-highcpu-64",
- "os:Debian-9.8",
- "pool:Skia"
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -8804,7 +8804,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-asmjs-Debug-PathKit": {
+ "Build-Debian10-GCC-mips64el-Release-Docker": {
"caches": [
{
"name": "vpython",
@@ -8847,7 +8847,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-asmjs-Debug-PathKit\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-mips64el-Release-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8857,7 +8857,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -8883,7 +8883,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-asmjs-Release-PathKit": {
+ "Build-Debian10-GCC-x86-Debug-Docker": {
"caches": [
{
"name": "vpython",
@@ -8926,7 +8926,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-asmjs-Release-PathKit\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -8936,7 +8936,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -8962,7 +8962,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit": {
+ "Build-Debian10-GCC-x86-Release-Docker": {
"caches": [
{
"name": "vpython",
@@ -9005,7 +9005,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-wasm-Debug-CanvasKit\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86-Release-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -9015,7 +9015,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -9041,7 +9041,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit_CPU": {
+ "Build-Debian10-GCC-x86_64-Debug-Docker": {
"caches": [
{
"name": "vpython",
@@ -9084,7 +9084,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-wasm-Debug-CanvasKit_CPU\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Debug-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -9094,7 +9094,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -9120,7 +9120,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-wasm-Debug-PathKit": {
+ "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker": {
"caches": [
{
"name": "vpython",
@@ -9163,7 +9163,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-wasm-Debug-PathKit\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -9173,7 +9173,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -9199,7 +9199,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-wasm-Release-CanvasKit": {
+ "Build-Debian10-GCC-x86_64-Release-Docker": {
"caches": [
{
"name": "vpython",
@@ -9242,7 +9242,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-wasm-Release-CanvasKit\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Release-Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -9252,7 +9252,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -9278,7 +9278,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU": {
+ "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker": {
"caches": [
{
"name": "vpython",
@@ -9321,7 +9321,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Release-NoGPU_Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -9331,7 +9331,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -9357,7 +9357,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Build-Debian9-EMCC-wasm-Release-PathKit": {
+ "Build-Debian10-GCC-x86_64-Release-Shared_Docker": {
"caches": [
{
"name": "vpython",
@@ -9400,7 +9400,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compile",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian9-EMCC-wasm-Release-PathKit\",\"swarm_out_dir\":\"build\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildername\":\"Build-Debian10-GCC-x86_64-Release-Shared_Docker\",\"swarm_out_dir\":\"build\"}",
"skia"
],
"dependencies": [
@@ -9410,7 +9410,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13292,7 +13292,7 @@
],
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},
- "BuildStats-Debian9-Clang-arm-Release-Flutter_Android": {
+ "BuildStats-Debian10-Clang-arm-Release-Flutter_Android": {
"caches": [
{
"name": "vpython",
@@ -13354,18 +13354,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-Clang-arm-Release-Flutter_Android\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-Clang-arm-Release-Flutter_Android\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Flutter_Android"
+ "Build-Debian10-Clang-arm-Release-Flutter_Android"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13389,7 +13389,7 @@
"perf"
]
},
- "BuildStats-Debian9-Clang-x86_64-Release": {
+ "BuildStats-Debian10-Clang-x86_64-Release": {
"caches": [
{
"name": "vpython",
@@ -13451,18 +13451,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-Clang-x86_64-Release\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-Clang-x86_64-Release\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13486,7 +13486,7 @@
"perf"
]
},
- "BuildStats-Debian9-Clang-x86_64-Release-Vulkan": {
+ "BuildStats-Debian10-Clang-x86_64-Release-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -13548,18 +13548,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-Clang-x86_64-Release-Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-Clang-x86_64-Release-Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13583,7 +13583,7 @@
"perf"
]
},
- "BuildStats-Debian9-EMCC-asmjs-Release-PathKit": {
+ "BuildStats-Debian10-EMCC-asmjs-Release-PathKit": {
"caches": [
{
"name": "vpython",
@@ -13645,18 +13645,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-asmjs-Release-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-asmjs-Release-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-asmjs-Release-PathKit"
+ "Build-Debian10-EMCC-asmjs-Release-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13680,7 +13680,7 @@
"perf"
]
},
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit": {
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -13742,18 +13742,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit"
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13777,7 +13777,7 @@
"perf"
]
},
- "BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit_CPU": {
+ "BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit_CPU": {
"caches": [
{
"name": "vpython",
@@ -13839,18 +13839,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Debug-CanvasKit_CPU\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Debug-CanvasKit_CPU\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Debug-CanvasKit_CPU"
+ "Build-Debian10-EMCC-wasm-Debug-CanvasKit_CPU"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13874,7 +13874,7 @@
"perf"
]
},
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit": {
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -13936,18 +13936,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Release-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Release-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -13971,7 +13971,7 @@
"perf"
]
},
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU": {
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU": {
"caches": [
{
"name": "vpython",
@@ -14033,18 +14033,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -14068,7 +14068,7 @@
"perf"
]
},
- "BuildStats-Debian9-EMCC-wasm-Release-PathKit": {
+ "BuildStats-Debian10-EMCC-wasm-Release-PathKit": {
"caches": [
{
"name": "vpython",
@@ -14130,18 +14130,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"compute_buildstats",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Release-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Release-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-PathKit"
+ "Build-Debian10-EMCC-wasm-Release-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -14243,7 +14243,7 @@
],
"dimensions": [
"pool:SkiaCT",
- "os:Debian-9.8"
+ "os:Debian-10.3"
],
"env_prefixes": {
"PATH": [
@@ -14334,7 +14334,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -14416,7 +14416,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -14504,7 +14504,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -14567,7 +14567,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -14617,7 +14617,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -14723,7 +14723,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highcpu-64",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -14825,7 +14825,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -14920,7 +14920,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -15019,7 +15019,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -15171,7 +15171,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"idempotent": true,
@@ -15195,7 +15195,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"idempotent": true,
@@ -15219,7 +15219,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"idempotent": true,
@@ -15243,7 +15243,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"idempotent": true,
@@ -15267,7 +15267,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"idempotent": true,
@@ -15291,7 +15291,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"idempotent": true,
@@ -15373,7 +15373,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -15464,7 +15464,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -15554,7 +15554,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -15646,7 +15646,7 @@
],
"dimensions": [
"pool:SkiaCT",
- "os:Debian-9.8"
+ "os:Debian-10.3"
],
"env_prefixes": {
"PATH": [
@@ -15701,7 +15701,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -15773,7 +15773,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -15840,7 +15840,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -15907,7 +15907,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -15974,7 +15974,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16041,7 +16041,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16108,7 +16108,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16175,7 +16175,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16242,7 +16242,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16314,7 +16314,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16386,7 +16386,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16453,7 +16453,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16520,7 +16520,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16587,7 +16587,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16654,7 +16654,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16721,7 +16721,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16793,7 +16793,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16860,7 +16860,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16932,7 +16932,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Wuffs",
+ "Build-Debian10-Clang-arm64-Release-Android_Wuffs",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -16999,7 +16999,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17066,7 +17066,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17133,7 +17133,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17200,7 +17200,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17267,7 +17267,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17334,7 +17334,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateMSKP"
],
@@ -17400,7 +17400,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateMSKP"
],
@@ -17466,7 +17466,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateMSKP"
],
@@ -17532,7 +17532,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17599,7 +17599,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateMSKP"
],
@@ -17665,7 +17665,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17732,7 +17732,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17799,7 +17799,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17866,7 +17866,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -17933,7 +17933,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18000,7 +18000,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18067,7 +18067,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18134,7 +18134,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18201,7 +18201,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18268,7 +18268,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18335,7 +18335,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18402,7 +18402,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18469,7 +18469,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-x86_64-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18536,7 +18536,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18603,7 +18603,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -18635,7 +18635,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
"caches": [
{
"name": "vpython",
@@ -18685,17 +18685,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -18719,7 +18719,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -18769,17 +18769,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -18803,7 +18803,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -18848,17 +18848,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -18882,7 +18882,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -18927,17 +18927,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -18961,7 +18961,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
"caches": [
{
"name": "vpython",
@@ -19006,17 +19006,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Fast"
+ "Build-Debian10-Clang-x86_64-Release-Fast"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19040,7 +19040,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"caches": [
{
"name": "vpython",
@@ -19085,17 +19085,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19119,7 +19119,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing": {
"caches": [
{
"name": "vpython",
@@ -19169,17 +19169,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_skottietrace",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19203,7 +19203,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs": {
"caches": [
{
"name": "vpython",
@@ -19248,17 +19248,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Wuffs"
+ "Build-Debian10-Clang-x86_64-Release-Wuffs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19282,7 +19282,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
+ "Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -19327,16 +19327,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Skylake_GCE",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19360,7 +19360,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -19410,16 +19410,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:8086:22b1",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19443,7 +19443,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -19498,16 +19498,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
"gpu:8086:22b1",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19531,7 +19531,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -19591,16 +19591,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19624,7 +19624,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -19674,16 +19674,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19707,7 +19707,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing": {
"caches": [
{
"name": "vpython",
@@ -19762,16 +19762,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_skottietrace",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19795,7 +19795,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -19850,16 +19850,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19883,7 +19883,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
+ "Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -19933,16 +19933,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:8086:0f31",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -19966,7 +19966,7 @@
"perf"
]
},
- "Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
+ "Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -20016,16 +20016,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:8086:0102",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -20049,7 +20049,7 @@
"perf"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -20079,17 +20079,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_pathkit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-asmjs-Release-PathKit"
+ "Build-Debian10-EMCC-asmjs-Release-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -20113,7 +20113,7 @@
"perf"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -20143,17 +20143,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_canvaskit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -20177,7 +20177,7 @@
"perf"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -20207,17 +20207,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_pathkit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-PathKit"
+ "Build-Debian10-EMCC-wasm-Release-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -20241,7 +20241,7 @@
"perf"
]
},
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM": {
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM": {
"caches": [
{
"name": "vpython",
@@ -20296,17 +20296,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_skottiewasm_lottieweb",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -20330,7 +20330,7 @@
"perf"
]
},
- "Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -20360,18 +20360,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_canvaskit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -20396,7 +20396,7 @@
"perf"
]
},
- "Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
+ "Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
"caches": [
{
"name": "vpython",
@@ -20451,7 +20451,7 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"perf_skottiewasm_lottieweb",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb\",\"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\":\"perf\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
@@ -20460,7 +20460,7 @@
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -21556,7 +21556,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -21634,7 +21634,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -21717,7 +21717,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-ASAN"
+ "Build-Debian10-Clang-x86_64-Release-ASAN"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -21800,7 +21800,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -21884,7 +21884,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -21972,7 +21972,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -25567,7 +25567,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -25634,7 +25634,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -25701,7 +25701,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -25768,7 +25768,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -25835,7 +25835,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -25902,7 +25902,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -25969,7 +25969,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26036,7 +26036,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26103,7 +26103,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26170,7 +26170,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26237,7 +26237,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26304,7 +26304,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26371,7 +26371,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26438,7 +26438,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26505,7 +26505,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26572,7 +26572,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26639,7 +26639,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26706,7 +26706,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26773,7 +26773,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26840,7 +26840,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26907,7 +26907,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -26974,7 +26974,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27041,7 +27041,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android_ASAN",
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN",
"Housekeeper-PerCommit-IsolateAndroidNDKLinux",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
@@ -27109,7 +27109,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android_ASAN_Vulkan",
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN_Vulkan",
"Housekeeper-PerCommit-IsolateAndroidNDKLinux",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
@@ -27177,7 +27177,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27244,7 +27244,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27311,7 +27311,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27378,7 +27378,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN",
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN",
"Housekeeper-PerCommit-IsolateAndroidNDKLinux",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
@@ -27446,7 +27446,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN_Vulkan",
"Housekeeper-PerCommit-IsolateAndroidNDKLinux",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
@@ -27514,7 +27514,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27581,7 +27581,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27648,7 +27648,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27715,7 +27715,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27782,7 +27782,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27849,7 +27849,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27916,7 +27916,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -27983,7 +27983,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28050,7 +28050,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28117,7 +28117,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28184,7 +28184,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28251,7 +28251,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28318,7 +28318,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28385,7 +28385,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28452,7 +28452,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28519,7 +28519,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28586,7 +28586,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28653,7 +28653,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28720,7 +28720,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28787,7 +28787,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android_ASAN",
+ "Build-Debian10-Clang-arm-Debug-Android_ASAN",
"Housekeeper-PerCommit-IsolateAndroidNDKLinux",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
@@ -28855,7 +28855,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_ASAN",
+ "Build-Debian10-Clang-arm64-Debug-Android_ASAN",
"Housekeeper-PerCommit-IsolateAndroidNDKLinux",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
@@ -28923,7 +28923,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -28990,7 +28990,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29057,7 +29057,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29124,7 +29124,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29191,7 +29191,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29258,7 +29258,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29325,7 +29325,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29392,7 +29392,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29459,7 +29459,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29526,7 +29526,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29593,7 +29593,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29660,7 +29660,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29727,7 +29727,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29794,7 +29794,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29861,7 +29861,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29928,7 +29928,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -29995,7 +29995,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30062,7 +30062,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30129,7 +30129,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30196,7 +30196,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30263,7 +30263,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30330,7 +30330,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android",
+ "Build-Debian10-Clang-arm64-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30397,7 +30397,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Debug-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Debug-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30464,7 +30464,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android",
+ "Build-Debian10-Clang-arm64-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30531,7 +30531,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm64-Release-Android_Vulkan",
+ "Build-Debian10-Clang-arm64-Release-Android_Vulkan",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30598,7 +30598,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Android",
+ "Build-Debian10-Clang-arm-Debug-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30665,7 +30665,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Android",
+ "Build-Debian10-Clang-arm-Release-Android",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30732,7 +30732,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30799,7 +30799,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30866,7 +30866,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -30933,7 +30933,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31000,7 +31000,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31067,7 +31067,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31134,7 +31134,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-x86_64-Debug-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31201,7 +31201,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-x86_64-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31268,7 +31268,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31335,7 +31335,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31402,7 +31402,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Debug-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31469,7 +31469,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
+ "Build-Debian10-Clang-arm-Release-Chromebook_GLES",
"Housekeeper-PerCommit-IsolateSKP",
"Housekeeper-PerCommit-IsolateSVG",
"Housekeeper-PerCommit-IsolateSkImage"
@@ -31501,7 +31501,7 @@
"test"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -31546,20 +31546,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian10-GCC-x86-Debug-Docker"
+ "Build-Debian10-Clang-x86-Debug"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
- "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -31582,7 +31580,7 @@
"test"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -31627,20 +31625,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian10-GCC-x86-Release-Docker"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
- "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -31663,7 +31659,7 @@
"test"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
"caches": [
{
"name": "vpython",
@@ -31700,6 +31696,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -31708,20 +31709,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian10-GCC-x86_64-Debug-Docker"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
- "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -31739,12 +31738,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -31781,6 +31780,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -31789,20 +31793,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian10-GCC-x86_64-Release-Docker"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
- "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia",
- "docker_installed:true"
+ "os:Debian-10.3",
+ "pool:Skia"
],
"env_prefixes": {
"PATH": [
@@ -31820,12 +31822,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -31870,17 +31872,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86-Debug"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -31892,19 +31894,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 21600000000000,
+ "execution_timeout_ns": 14400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 21600000000000,
+ "io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts": {
"caches": [
{
"name": "vpython",
@@ -31949,17 +31951,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -31983,7 +31985,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
"caches": [
{
"name": "vpython",
@@ -32020,11 +32022,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -32033,17 +32030,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32062,12 +32059,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack": {
"caches": [
{
"name": "vpython",
@@ -32104,11 +32101,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -32117,17 +32109,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-SafeStack"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32146,12 +32138,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM": {
"caches": [
{
"name": "vpython",
@@ -32196,17 +32188,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug-SkVM"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32230,7 +32222,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN": {
"caches": [
{
"name": "vpython",
@@ -32267,6 +32259,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -32275,17 +32272,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug-SkVM_ASAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32304,12 +32301,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs": {
"caches": [
{
"name": "vpython",
@@ -32354,17 +32351,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
+ "Build-Debian10-Clang-x86_64-Debug-Wuffs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32388,7 +32385,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -32433,17 +32430,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-SafeStack"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32467,7 +32464,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -32512,17 +32509,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-SkVM"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32546,7 +32543,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
"caches": [
{
"name": "vpython",
@@ -32583,11 +32580,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -32596,17 +32588,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM_ASAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-SkVM_ASAN"
+ "Build-Debian10-Clang-x86_64-Release-Fast"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32625,12 +32617,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN": {
"caches": [
{
"name": "vpython",
@@ -32667,6 +32659,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -32675,17 +32672,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Wuffs"
+ "Build-Debian10-Clang-x86_64-Release-MSAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32697,19 +32694,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 14400000000000,
+ "execution_timeout_ns": 32400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 14400000000000,
+ "io_timeout_ns": 32400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -32746,6 +32743,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -32754,17 +32756,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release-MSAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32776,19 +32778,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 14400000000000,
+ "execution_timeout_ns": 32400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 14400000000000,
+ "io_timeout_ns": 32400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD": {
"caches": [
{
"name": "vpython",
@@ -32833,17 +32835,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32867,7 +32869,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2": {
"caches": [
{
"name": "vpython",
@@ -32912,17 +32914,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Fast"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -32946,7 +32948,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41": {
"caches": [
{
"name": "vpython",
@@ -32983,11 +32985,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -32996,17 +32993,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-MSAN"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33018,19 +33015,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 32400000000000,
+ "execution_timeout_ns": 14400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 32400000000000,
+ "io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"caches": [
{
"name": "vpython",
@@ -33067,11 +33064,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -33080,17 +33072,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN_BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-MSAN"
+ "Build-Debian10-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33102,19 +33094,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 32400000000000,
+ "execution_timeout_ns": 14400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 32400000000000,
+ "io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM": {
"caches": [
{
"name": "vpython",
@@ -33159,17 +33151,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD"
+ "Build-Debian10-Clang-x86_64-Release-SkVM"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33193,7 +33185,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN": {
"caches": [
{
"name": "vpython",
@@ -33230,6 +33222,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -33238,17 +33235,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE2"
+ "Build-Debian10-Clang-x86_64-Release-SkVM_MSAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33260,19 +33257,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 14400000000000,
+ "execution_timeout_ns": 32400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 14400000000000,
+ "io_timeout_ns": 32400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN": {
"caches": [
{
"name": "vpython",
@@ -33309,6 +33306,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -33317,17 +33319,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
+ "Build-Debian10-Clang-x86_64-Release-TSAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33346,12 +33348,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -33388,6 +33390,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
}
],
"command": [
@@ -33396,17 +33403,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Build-Debian10-Clang-x86_64-Release-TSAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33425,12 +33432,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM": {
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -33475,17 +33482,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SkVM"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
- "cpu:x86-64-Haswell_GCE",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "cpu:x86-64-Skylake_GCE",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33509,7 +33515,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN": {
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -33546,11 +33552,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -33559,17 +33560,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM_MSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SkVM_MSAN"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
- "cpu:x86-64-Haswell_GCE",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "cpu:x86-64-Skylake_GCE",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33581,19 +33581,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 32400000000000,
+ "execution_timeout_ns": 14400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 32400000000000,
+ "io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN": {
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader": {
"caches": [
{
"name": "vpython",
@@ -33630,11 +33630,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
}
],
"command": [
@@ -33643,17 +33638,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN"
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33672,12 +33667,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs": {
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN": {
"caches": [
{
"name": "vpython",
@@ -33727,17 +33722,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN_BonusConfigs\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN"
+ "Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33749,19 +33744,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 14400000000000,
+ "execution_timeout_ns": 32400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 14400000000000,
+ "io_timeout_ns": 32400000000000,
"isolate": "test_skia_bundled.isolate",
"max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All": {
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader": {
"caches": [
{
"name": "vpython",
@@ -33806,16 +33801,17 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Release-SwiftShader"
],
"dimensions": [
- "cpu:x86-64-Skylake_GCE",
- "os:Debian-9.8",
+ "cpu:x86-64-Haswell_GCE",
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33839,7 +33835,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -33876,6 +33872,11 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/mesa_intel_driver_linux",
+ "path": "mesa_intel_driver_linux",
+ "version": "version:5"
}
],
"command": [
@@ -33884,16 +33885,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
- "cpu:x86-64-Skylake_GCE",
- "os:Debian-9.8",
+ "gpu:8086:22b1",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33917,7 +33918,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -33954,6 +33955,16 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_sdk",
+ "path": "linux_vulkan_sdk",
+ "version": "version:4"
+ },
+ {
+ "name": "skia/bots/mesa_intel_driver_linux",
+ "path": "mesa_intel_driver_linux",
+ "version": "version:5"
}
],
"command": [
@@ -33962,17 +33973,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader"
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan"
],
"dimensions": [
- "cpu:x86-64-Haswell_GCE",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "gpu:8086:22b1",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -33996,7 +34006,7 @@
"test"
]
},
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -34035,9 +34045,9 @@
"version": "version:9"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
+ "name": "skia/bots/mesa_intel_driver_linux",
+ "path": "mesa_intel_driver_linux",
+ "version": "version:5"
}
],
"command": [
@@ -34046,17 +34056,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader_MSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-SwiftShader_MSAN"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
- "cpu:x86-64-Haswell_GCE",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "gpu:8086:22b1",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34068,19 +34077,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 32400000000000,
+ "execution_timeout_ns": 14400000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 32400000000000,
+ "io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader": {
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -34117,6 +34126,16 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_sdk",
+ "path": "linux_vulkan_sdk",
+ "version": "version:4"
+ },
+ {
+ "name": "skia/bots/mesa_intel_driver_linux",
+ "path": "mesa_intel_driver_linux",
+ "version": "version:5"
}
],
"command": [
@@ -34125,17 +34144,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SwiftShader"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
- "cpu:x86-64-Haswell_GCE",
- "machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "gpu:8086:22b1",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34159,7 +34177,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP": {
"caches": [
{
"name": "vpython",
@@ -34196,11 +34214,6 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
- },
- {
- "name": "skia/bots/mesa_intel_driver_linux",
- "path": "mesa_intel_driver_linux",
- "version": "version:5"
}
],
"command": [
@@ -34208,17 +34221,19 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test_skqp_emulator",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86-devrel-Android_SKQP"
],
"dimensions": [
- "gpu:8086:22b1",
- "os:Debian-9.4",
+ "cpu:x86-64-i5-7260U",
+ "docker_installed:true",
+ "kvm:1",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34236,13 +34251,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "test_skia_bundled.isolate",
+ "isolate": "skqp.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -34281,11 +34296,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/linux_vulkan_sdk",
- "path": "linux_vulkan_sdk",
- "version": "version:4"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -34297,16 +34307,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
- "gpu:8086:22b1",
- "os:Debian-9.4",
+ "gpu:8086:5926",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34330,7 +34340,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -34369,6 +34379,16 @@
"version": "version:9"
},
{
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_sdk",
+ "path": "linux_vulkan_sdk",
+ "version": "version:4"
+ },
+ {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -34380,16 +34400,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan"
],
"dimensions": [
- "gpu:8086:22b1",
- "os:Debian-9.4",
+ "gpu:8086:5926",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34408,12 +34428,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1": {
"caches": [
{
"name": "vpython",
@@ -34452,11 +34472,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/linux_vulkan_sdk",
- "path": "linux_vulkan_sdk",
- "version": "version:4"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -34468,16 +34483,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
- "gpu:8086:22b1",
- "os:Debian-9.4",
+ "gpu:8086:5926",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34501,7 +34516,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -34538,6 +34553,16 @@
"name": "skia/bots/svg",
"path": "svg",
"version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_sdk",
+ "path": "linux_vulkan_sdk",
+ "version": "version:4"
+ },
+ {
+ "name": "skia/bots/mesa_intel_driver_linux",
+ "path": "mesa_intel_driver_linux",
+ "version": "version:5"
}
],
"command": [
@@ -34545,19 +34570,17 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test_skqp_emulator",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86-devrel-Android_SKQP"
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan"
],
"dimensions": [
- "cpu:x86-64-i5-7260U",
- "docker_installed:true",
- "kvm:1",
- "os:Debian-9.4",
+ "gpu:8086:5926",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34575,13 +34598,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "skqp.isolate",
+ "isolate": "test_skia_bundled.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN": {
"caches": [
{
"name": "vpython",
@@ -34620,6 +34643,11 @@
"version": "version:9"
},
{
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -34631,16 +34659,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34659,12 +34687,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -34724,16 +34752,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN_Vulkan"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34757,7 +34785,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL": {
"caches": [
{
"name": "vpython",
@@ -34799,6 +34827,16 @@
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
+ },
+ {
+ "name": "skia/bots/opencl_ocl_icd_linux",
+ "path": "opencl_ocl_icd_linux",
+ "version": "version:0"
+ },
+ {
+ "name": "skia/bots/opencl_intel_neo_linux",
+ "path": "opencl_intel_neo_linux",
+ "version": "version:1"
}
],
"command": [
@@ -34806,17 +34844,17 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "compute_test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug-OpenCL"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34840,7 +34878,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -34879,11 +34917,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/linux_vulkan_sdk",
- "path": "linux_vulkan_sdk",
- "version": "version:4"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -34895,16 +34928,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -34928,7 +34961,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN": {
"caches": [
{
"name": "vpython",
@@ -34983,16 +35016,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Release-TSAN"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35016,7 +35049,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -35076,16 +35109,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL3_ASAN_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35109,7 +35142,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN": {
"caches": [
{
"name": "vpython",
@@ -35148,19 +35181,14 @@
"version": "version:9"
},
{
+ "name": "skia/bots/clang_linux",
+ "path": "clang_linux",
+ "version": "version:19"
+ },
+ {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
- },
- {
- "name": "skia/bots/opencl_ocl_icd_linux",
- "path": "opencl_ocl_icd_linux",
- "version": "version:0"
- },
- {
- "name": "skia/bots/opencl_intel_neo_linux",
- "path": "opencl_intel_neo_linux",
- "version": "version:1"
}
],
"command": [
@@ -35168,17 +35196,17 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "compute_test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-OpenCL"
+ "Build-Debian10-Clang-x86_64-Release-TSAN"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35197,12 +35225,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 2,
+ "max_attempts": 1,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -35241,6 +35269,11 @@
"version": "version:9"
},
{
+ "name": "skia/bots/linux_vulkan_sdk",
+ "path": "linux_vulkan_sdk",
+ "version": "version:4"
+ },
+ {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -35252,16 +35285,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
"gpu:8086:5926",
- "os:Debian-9.4",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35285,7 +35318,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN": {
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -35324,11 +35357,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -35340,16 +35368,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
- "gpu:8086:5926",
- "os:Debian-9.4",
+ "gpu:8086:0f31",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35368,12 +35396,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan": {
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -35412,16 +35440,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
- "name": "skia/bots/linux_vulkan_sdk",
- "path": "linux_vulkan_sdk",
- "version": "version:4"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -35433,16 +35451,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-DDL3_TSAN_Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
- "gpu:8086:5926",
- "os:Debian-9.4",
+ "gpu:8086:0f31",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35461,12 +35479,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN": {
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -35505,11 +35523,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/clang_linux",
- "path": "clang_linux",
- "version": "version:19"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -35521,16 +35534,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-TSAN\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
- "gpu:8086:5926",
- "os:Debian-9.4",
+ "gpu:8086:0102",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35549,12 +35562,12 @@
},
"io_timeout_ns": 14400000000000,
"isolate": "test_skia_bundled.isolate",
- "max_attempts": 1,
+ "max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -35593,11 +35606,6 @@
"version": "version:9"
},
{
- "name": "skia/bots/linux_vulkan_sdk",
- "path": "linux_vulkan_sdk",
- "version": "version:4"
- },
- {
"name": "skia/bots/mesa_intel_driver_linux",
"path": "mesa_intel_driver_linux",
"version": "version:5"
@@ -35609,16 +35617,16 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
- "gpu:8086:5926",
- "os:Debian-9.4",
+ "gpu:8086:0102",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35642,7 +35650,7 @@
"test"
]
},
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -35664,26 +35672,6 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "skia/bots/skimage",
- "path": "skimage",
- "version": "version:40"
- },
- {
- "name": "skia/bots/skp",
- "path": "skp",
- "version": "version:225"
- },
- {
- "name": "skia/bots/svg",
- "path": "svg",
- "version": "version:9"
- },
- {
- "name": "skia/bots/mesa_intel_driver_linux",
- "path": "mesa_intel_driver_linux",
- "version": "version:5"
}
],
"command": [
@@ -35691,17 +35679,18 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test_pathkit",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-EMCC-asmjs-Release-PathKit"
],
"dimensions": [
- "gpu:8086:0f31",
- "os:Debian-9.4",
+ "cpu:x86-64-Haswell_GCE",
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35719,13 +35708,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "test_skia_bundled.isolate",
+ "isolate": "pathkit.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -35747,26 +35736,6 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "skia/bots/skimage",
- "path": "skimage",
- "version": "version:40"
- },
- {
- "name": "skia/bots/skp",
- "path": "skp",
- "version": "version:225"
- },
- {
- "name": "skia/bots/svg",
- "path": "svg",
- "version": "version:9"
- },
- {
- "name": "skia/bots/mesa_intel_driver_linux",
- "path": "mesa_intel_driver_linux",
- "version": "version:5"
}
],
"command": [
@@ -35774,17 +35743,18 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test_canvaskit",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
],
"dimensions": [
- "gpu:8086:0f31",
- "os:Debian-9.4",
+ "cpu:x86-64-Haswell_GCE",
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35802,13 +35772,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "test_skia_bundled.isolate",
+ "isolate": "canvaskit.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All": {
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -35830,26 +35800,6 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "skia/bots/skimage",
- "path": "skimage",
- "version": "version:40"
- },
- {
- "name": "skia/bots/skp",
- "path": "skp",
- "version": "version:225"
- },
- {
- "name": "skia/bots/svg",
- "path": "svg",
- "version": "version:9"
- },
- {
- "name": "skia/bots/mesa_intel_driver_linux",
- "path": "mesa_intel_driver_linux",
- "version": "version:5"
}
],
"command": [
@@ -35857,17 +35807,18 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test_pathkit",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-EMCC-wasm-Release-PathKit"
],
"dimensions": [
- "gpu:8086:0102",
- "os:Debian-9.4",
+ "cpu:x86-64-Haswell_GCE",
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -35885,13 +35836,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "test_skia_bundled.isolate",
+ "isolate": "pathkit.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
+ "Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -35913,26 +35864,6 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
- },
- {
- "name": "skia/bots/skimage",
- "path": "skimage",
- "version": "version:40"
- },
- {
- "name": "skia/bots/skp",
- "path": "skp",
- "version": "version:225"
- },
- {
- "name": "skia/bots/svg",
- "path": "svg",
- "version": "version:9"
- },
- {
- "name": "skia/bots/mesa_intel_driver_linux",
- "path": "mesa_intel_driver_linux",
- "version": "version:5"
}
],
"command": [
@@ -35940,18 +35871,21 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test_canvaskit",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-EMCC-wasm-Release-CanvasKit"
],
"dimensions": [
- "gpu:8086:0102",
- "os:Debian-9.4",
- "pool:Skia"
+ "cpu:x86-64-Haswell_GCE",
+ "gpu:none",
+ "machine_type:n1-standard-16",
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -35968,13 +35902,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "test_skia_bundled.isolate",
+ "isolate": "canvaskit.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -35996,6 +35930,21 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:40"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:225"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
}
],
"command": [
@@ -36003,19 +35952,21 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test_pathkit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-asmjs-Release-PathKit"
+ "Build-Debian10-GCC-x86-Debug-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
+ "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia"
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -36026,19 +35977,19 @@
"cache/vpython"
]
},
- "execution_timeout_ns": 14400000000000,
+ "execution_timeout_ns": 21600000000000,
"expiration_ns": 72000000000000,
"extra_tags": {
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
- "io_timeout_ns": 14400000000000,
- "isolate": "pathkit.isolate",
+ "io_timeout_ns": 21600000000000,
+ "isolate": "test_skia_bundled.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -36060,6 +36011,21 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:40"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:225"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
}
],
"command": [
@@ -36067,19 +36033,21 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test_canvaskit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "Build-Debian10-GCC-x86-Release-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
+ "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia"
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -36096,13 +36064,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "canvaskit.isolate",
+ "isolate": "test_skia_bundled.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -36124,6 +36092,21 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:40"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:225"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
}
],
"command": [
@@ -36131,19 +36114,21 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test_pathkit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-PathKit"
+ "Build-Debian10-GCC-x86_64-Debug-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
+ "gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
- "pool:Skia"
+ "os:Debian-10.3",
+ "pool:Skia",
+ "docker_installed:true"
],
"env_prefixes": {
"PATH": [
@@ -36160,13 +36145,13 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "pathkit.isolate",
+ "isolate": "test_skia_bundled.isolate",
"max_attempts": 2,
"outputs": [
"test"
]
},
- "Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -36188,6 +36173,21 @@
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:c674023879026da0993d36df8c96153cfd31e5a1"
+ },
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:40"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:225"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
}
],
"command": [
@@ -36195,19 +36195,19 @@
"-u",
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
- "test_canvaskit",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
+ "test",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker\",\"gold_hashes_url\":\"https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt\",\"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\":\"test\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-EMCC-wasm-Release-CanvasKit"
+ "Build-Debian10-GCC-x86_64-Release-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-standard-16",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia",
"docker_installed:true"
],
@@ -36226,7 +36226,7 @@
"log_location": "logdog://logs.chromium.org/skia/${SWARMING_TASK_ID}/+/annotations"
},
"io_timeout_ns": 14400000000000,
- "isolate": "canvaskit.isolate",
+ "isolate": "test_skia_bundled.isolate",
"max_attempts": 2,
"outputs": [
"test"
@@ -39183,7 +39183,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39261,7 +39261,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39344,7 +39344,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39427,7 +39427,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-ASAN"
+ "Build-Debian10-Clang-x86_64-Debug-ASAN"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39510,7 +39510,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39588,7 +39588,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug"
+ "Build-Debian10-Clang-x86_64-Debug"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39671,7 +39671,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Debug-Vulkan"
+ "Build-Debian10-Clang-x86_64-Debug-Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39749,7 +39749,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39832,7 +39832,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN"
+ "Build-Debian10-Clang-x86_64-Release-TSAN"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39920,7 +39920,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -39998,7 +39998,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release"
+ "Build-Debian10-Clang-x86_64-Release"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -40086,7 +40086,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-TSAN_Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-TSAN_Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -40169,7 +40169,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -40253,7 +40253,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -40337,7 +40337,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
+ "Build-Debian10-Clang-x86_64-Release-SK_CPU_LIMIT_SSE41"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -40421,7 +40421,7 @@
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Build-Debian9-Clang-x86_64-Release-Vulkan"
+ "Build-Debian10-Clang-x86_64-Release-Vulkan"
],
"dimensions": [
"gpu:10de:1cb3-430.14",
@@ -49163,7 +49163,7 @@
"test"
]
},
- "Upload-BuildStats-Debian9-Clang-arm-Release-Flutter_Android": {
+ "Upload-BuildStats-Debian10-Clang-arm-Release-Flutter_Android": {
"caches": [
{
"name": "vpython",
@@ -49198,18 +49198,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_buildstats_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-Clang-arm-Release-Flutter_Android\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-Clang-arm-Release-Flutter_Android\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "BuildStats-Debian9-Clang-arm-Release-Flutter_Android"
+ "BuildStats-Debian10-Clang-arm-Release-Flutter_Android"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49230,7 +49230,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-BuildStats-Debian9-EMCC-asmjs-Release-PathKit": {
+ "Upload-BuildStats-Debian10-EMCC-asmjs-Release-PathKit": {
"caches": [
{
"name": "vpython",
@@ -49265,18 +49265,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_buildstats_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-asmjs-Release-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-asmjs-Release-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "BuildStats-Debian9-EMCC-asmjs-Release-PathKit"
+ "BuildStats-Debian10-EMCC-asmjs-Release-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49297,7 +49297,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-BuildStats-Debian9-EMCC-wasm-Release-CanvasKit": {
+ "Upload-BuildStats-Debian10-EMCC-wasm-Release-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -49332,18 +49332,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_buildstats_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Release-CanvasKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Release-CanvasKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit"
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49364,7 +49364,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU": {
+ "Upload-BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU": {
"caches": [
{
"name": "vpython",
@@ -49399,18 +49399,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_buildstats_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "BuildStats-Debian9-EMCC-wasm-Release-CanvasKit_CPU"
+ "BuildStats-Debian10-EMCC-wasm-Release-CanvasKit_CPU"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49431,7 +49431,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-BuildStats-Debian9-EMCC-wasm-Release-PathKit": {
+ "Upload-BuildStats-Debian10-EMCC-wasm-Release-PathKit": {
"caches": [
{
"name": "vpython",
@@ -49466,18 +49466,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_buildstats_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian9-EMCC-wasm-Release-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"BuildStats-Debian10-EMCC-wasm-Release-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "BuildStats-Debian9-EMCC-wasm-Release-PathKit"
+ "BuildStats-Debian10-EMCC-wasm-Release-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49544,7 +49544,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49611,7 +49611,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49678,7 +49678,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49745,7 +49745,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49812,7 +49812,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49879,7 +49879,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -49946,7 +49946,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50013,7 +50013,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50080,7 +50080,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50147,7 +50147,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50214,7 +50214,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50281,7 +50281,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50348,7 +50348,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50415,7 +50415,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50482,7 +50482,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50549,7 +50549,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50616,7 +50616,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50683,7 +50683,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50750,7 +50750,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50817,7 +50817,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50884,7 +50884,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -50951,7 +50951,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51018,7 +51018,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51085,7 +51085,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51152,7 +51152,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51219,7 +51219,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51286,7 +51286,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51353,7 +51353,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51420,7 +51420,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51487,7 +51487,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51554,7 +51554,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51621,7 +51621,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51688,7 +51688,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51755,7 +51755,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51822,7 +51822,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51889,7 +51889,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -51956,7 +51956,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52023,7 +52023,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52090,7 +52090,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52157,7 +52157,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52224,7 +52224,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52291,7 +52291,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52358,7 +52358,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52425,7 +52425,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52446,7 +52446,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -52481,18 +52481,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52513,7 +52513,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -52548,18 +52548,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52580,7 +52580,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
"caches": [
{
"name": "vpython",
@@ -52615,18 +52615,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52647,7 +52647,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"caches": [
{
"name": "vpython",
@@ -52682,18 +52682,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52714,7 +52714,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing": {
"caches": [
{
"name": "vpython",
@@ -52749,18 +52749,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52781,7 +52781,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs": {
"caches": [
{
"name": "vpython",
@@ -52816,18 +52816,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs"
+ "Perf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Wuffs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52848,7 +52848,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
+ "Upload-Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -52883,18 +52883,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All"
+ "Perf-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52915,7 +52915,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
+ "Upload-Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -52950,18 +52950,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -52982,7 +52982,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
+ "Upload-Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -53017,18 +53017,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
+ "Perf-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53049,7 +53049,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
+ "Upload-Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -53084,18 +53084,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53116,7 +53116,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing": {
+ "Upload-Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing": {
"caches": [
{
"name": "vpython",
@@ -53151,18 +53151,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing"
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-SkottieTracing"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53183,7 +53183,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
+ "Upload-Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -53218,18 +53218,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
+ "Perf-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53250,7 +53250,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
+ "Upload-Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -53285,18 +53285,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
+ "Perf-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53317,7 +53317,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
+ "Upload-Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -53352,18 +53352,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
+ "Perf-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53384,7 +53384,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -53419,18 +53419,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53451,7 +53451,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -53486,18 +53486,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53518,7 +53518,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -53553,18 +53553,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53585,7 +53585,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM": {
+ "Upload-Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM": {
"caches": [
{
"name": "vpython",
@@ -53620,18 +53620,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM"
+ "Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-SkottieWASM"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53652,7 +53652,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Upload-Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -53687,18 +53687,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
+ "Perf-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53719,7 +53719,7 @@
"max_attempts": 2,
"service_account": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
+ "Upload-Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
"caches": [
{
"name": "vpython",
@@ -53754,18 +53754,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_nano_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb\",\"gs_bucket\":\"skia-perf\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb"
+ "Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53832,7 +53832,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53899,7 +53899,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -53966,7 +53966,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54033,7 +54033,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54100,7 +54100,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54167,7 +54167,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54234,7 +54234,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54301,7 +54301,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54368,7 +54368,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54435,7 +54435,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54502,7 +54502,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54569,7 +54569,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54636,7 +54636,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54703,7 +54703,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54770,7 +54770,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54837,7 +54837,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54904,7 +54904,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -54976,7 +54976,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55048,7 +55048,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55120,7 +55120,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55192,7 +55192,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55264,7 +55264,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55336,7 +55336,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55408,7 +55408,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55480,7 +55480,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55552,7 +55552,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55624,7 +55624,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55696,7 +55696,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55768,7 +55768,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55840,7 +55840,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55912,7 +55912,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -55984,7 +55984,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56056,7 +56056,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56128,7 +56128,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56200,7 +56200,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56272,7 +56272,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56344,7 +56344,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56416,7 +56416,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56488,7 +56488,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56560,7 +56560,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56632,7 +56632,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56704,7 +56704,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56776,7 +56776,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56848,7 +56848,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56920,7 +56920,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -56992,7 +56992,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57064,7 +57064,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57136,7 +57136,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57208,7 +57208,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57280,7 +57280,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57347,7 +57347,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57414,7 +57414,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57481,7 +57481,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57548,7 +57548,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57615,7 +57615,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57682,7 +57682,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57749,7 +57749,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57816,7 +57816,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57883,7 +57883,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -57950,7 +57950,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58017,7 +58017,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58084,7 +58084,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58151,7 +58151,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58218,7 +58218,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58285,7 +58285,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58352,7 +58352,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58419,7 +58419,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58486,7 +58486,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58553,7 +58553,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58620,7 +58620,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58687,7 +58687,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58754,7 +58754,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58821,7 +58821,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58888,7 +58888,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -58955,7 +58955,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59022,7 +59022,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59089,7 +59089,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59156,7 +59156,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59223,7 +59223,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59290,7 +59290,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59357,7 +59357,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59424,7 +59424,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59491,7 +59491,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59558,7 +59558,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59625,7 +59625,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59692,7 +59692,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59759,7 +59759,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59826,7 +59826,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59893,7 +59893,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -59960,7 +59960,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60027,7 +60027,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60094,7 +60094,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60161,7 +60161,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60228,7 +60228,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60295,7 +60295,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60362,7 +60362,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60429,7 +60429,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60496,7 +60496,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60563,7 +60563,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60630,7 +60630,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60697,7 +60697,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60764,7 +60764,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60831,7 +60831,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60898,7 +60898,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -60965,7 +60965,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61032,7 +61032,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61099,7 +61099,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61166,7 +61166,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61233,7 +61233,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61300,7 +61300,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61367,7 +61367,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61434,7 +61434,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61501,7 +61501,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61568,7 +61568,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61635,7 +61635,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61702,7 +61702,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61769,7 +61769,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61836,7 +61836,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61903,7 +61903,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -61970,7 +61970,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62037,7 +62037,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62104,7 +62104,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62171,7 +62171,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62238,7 +62238,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62305,7 +62305,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62372,7 +62372,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62439,7 +62439,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62506,7 +62506,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62573,7 +62573,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62640,7 +62640,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62707,7 +62707,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62774,7 +62774,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62841,7 +62841,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62908,7 +62908,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -62975,7 +62975,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63042,7 +63042,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63109,7 +63109,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63176,7 +63176,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63243,7 +63243,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63310,7 +63310,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63377,7 +63377,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63398,7 +63398,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -63433,18 +63433,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63465,7 +63465,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -63500,18 +63500,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63532,7 +63532,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -63567,18 +63567,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63599,7 +63599,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts": {
"caches": [
{
"name": "vpython",
@@ -63634,18 +63634,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63666,7 +63666,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
"caches": [
{
"name": "vpython",
@@ -63701,18 +63701,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86-Debug-All"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63733,7 +63733,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack": {
"caches": [
{
"name": "vpython",
@@ -63768,18 +63768,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63800,7 +63800,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM": {
"caches": [
{
"name": "vpython",
@@ -63835,18 +63835,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63867,7 +63867,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs": {
"caches": [
{
"name": "vpython",
@@ -63902,18 +63902,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-NativeFonts"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -63934,7 +63934,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -63969,18 +63969,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64001,7 +64001,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
"caches": [
{
"name": "vpython",
@@ -64036,18 +64036,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64068,7 +64068,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
"caches": [
{
"name": "vpython",
@@ -64103,18 +64103,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SkVM"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64135,7 +64135,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD": {
"caches": [
{
"name": "vpython",
@@ -64170,18 +64170,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64202,7 +64202,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2": {
"caches": [
{
"name": "vpython",
@@ -64237,18 +64237,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64269,7 +64269,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41": {
"caches": [
{
"name": "vpython",
@@ -64304,18 +64304,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64336,7 +64336,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
"caches": [
{
"name": "vpython",
@@ -64371,18 +64371,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Fast"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64403,7 +64403,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM": {
"caches": [
{
"name": "vpython",
@@ -64438,18 +64438,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SKNX_NO_SIMD"
+ "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64470,7 +64470,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -64505,18 +64505,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE2"
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64537,7 +64537,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41": {
+ "Upload-Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -64572,18 +64572,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_CPU_LIMIT_SSE41"
+ "Test-Debian10-Clang-GCE-CPU-AVX512-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64604,7 +64604,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER": {
+ "Upload-Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader": {
"caches": [
{
"name": "vpython",
@@ -64639,18 +64639,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER"
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64671,7 +64671,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM": {
+ "Upload-Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader": {
"caches": [
{
"name": "vpython",
@@ -64706,18 +64706,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkVM"
+ "Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64738,7 +64738,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All": {
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -64773,18 +64773,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Debug-All"
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64805,7 +64805,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All": {
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -64840,18 +64840,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-CPU-AVX512-x86_64-Release-All"
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64872,7 +64872,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader": {
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -64907,18 +64907,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader"
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -64939,7 +64939,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader": {
+ "Upload-Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -64974,18 +64974,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader"
+ "Test-Debian10-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65006,7 +65006,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All": {
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -65041,18 +65041,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65073,7 +65073,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan": {
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1": {
"caches": [
{
"name": "vpython",
@@ -65108,18 +65108,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65140,7 +65140,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All": {
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan": {
"caches": [
{
"name": "vpython",
@@ -65175,18 +65175,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65207,7 +65207,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan": {
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -65242,18 +65242,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65274,7 +65274,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All": {
+ "Upload-Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
"caches": [
{
"name": "vpython",
@@ -65309,18 +65309,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All"
+ "Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65341,7 +65341,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1": {
+ "Upload-Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -65376,18 +65376,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1"
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65408,7 +65408,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan": {
+ "Upload-Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -65443,18 +65443,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-DDL1_Vulkan"
+ "Test-Debian10-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65475,7 +65475,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All": {
+ "Upload-Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All": {
"caches": [
{
"name": "vpython",
@@ -65510,18 +65510,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All"
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65542,7 +65542,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan": {
+ "Upload-Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
"caches": [
{
"name": "vpython",
@@ -65577,18 +65577,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
+ "Test-Debian10-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65609,7 +65609,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
+ "Upload-Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -65644,18 +65644,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All"
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65676,7 +65676,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
+ "Upload-Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -65711,18 +65711,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65743,7 +65743,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All": {
+ "Upload-Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
"caches": [
{
"name": "vpython",
@@ -65778,18 +65778,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All"
+ "Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65810,7 +65810,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All": {
+ "Upload-Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
"caches": [
{
"name": "vpython",
@@ -65845,18 +65845,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Release-All"
+ "Test-Debian10-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65877,7 +65877,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit": {
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -65912,18 +65912,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit"
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -65944,7 +65944,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -65979,18 +65979,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit"
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86-Release-All-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66011,7 +66011,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit": {
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -66046,18 +66046,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit"
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66078,7 +66078,7 @@
"max_attempts": 2,
"service_account": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com"
},
- "Upload-Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit": {
+ "Upload-Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker": {
"caches": [
{
"name": "vpython",
@@ -66113,18 +66113,18 @@
"skia/infra/bots/run_recipe.py",
"${ISOLATED_OUTDIR}",
"upload_dm_results",
- "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
+ "{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker\",\"gs_bucket\":\"skia-infra-gm\",\"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\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
"skia"
],
"dependencies": [
"Housekeeper-PerCommit-BundleRecipes",
- "Test-Debian9-EMCC-GCE-GPU-AVX2-wasm-Release-All-CanvasKit"
+ "Test-Debian10-GCC-GCE-CPU-AVX2-x86_64-Release-All-Docker"
],
"dimensions": [
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66191,7 +66191,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66258,7 +66258,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66325,7 +66325,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66392,7 +66392,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66459,7 +66459,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66526,7 +66526,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66593,7 +66593,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66660,7 +66660,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66727,7 +66727,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66794,7 +66794,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66861,7 +66861,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66928,7 +66928,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -66995,7 +66995,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67062,7 +67062,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67129,7 +67129,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67196,7 +67196,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67263,7 +67263,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67330,7 +67330,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67397,7 +67397,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67464,7 +67464,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67531,7 +67531,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67598,7 +67598,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67665,7 +67665,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67732,7 +67732,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67799,7 +67799,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67866,7 +67866,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -67933,7 +67933,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68000,7 +68000,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68067,7 +68067,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68139,7 +68139,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68206,7 +68206,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68273,7 +68273,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68340,7 +68340,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68407,7 +68407,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68474,7 +68474,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68541,7 +68541,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68613,7 +68613,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68685,7 +68685,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68757,7 +68757,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68829,7 +68829,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68901,7 +68901,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -68973,7 +68973,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69045,7 +69045,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69117,7 +69117,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69189,7 +69189,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69261,7 +69261,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69333,7 +69333,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69405,7 +69405,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69477,7 +69477,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69549,7 +69549,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69621,7 +69621,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69693,7 +69693,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69765,7 +69765,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69837,7 +69837,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69909,7 +69909,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -69981,7 +69981,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70053,7 +70053,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70125,7 +70125,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70197,7 +70197,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70269,7 +70269,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70341,7 +70341,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70413,7 +70413,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70485,7 +70485,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70557,7 +70557,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70629,7 +70629,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70701,7 +70701,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70773,7 +70773,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70845,7 +70845,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70917,7 +70917,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -70989,7 +70989,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71061,7 +71061,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71133,7 +71133,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71205,7 +71205,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71277,7 +71277,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71349,7 +71349,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71421,7 +71421,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71493,7 +71493,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71565,7 +71565,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71637,7 +71637,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71709,7 +71709,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71781,7 +71781,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71853,7 +71853,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71925,7 +71925,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -71997,7 +71997,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72069,7 +72069,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72141,7 +72141,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72213,7 +72213,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72285,7 +72285,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72357,7 +72357,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72429,7 +72429,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72501,7 +72501,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72573,7 +72573,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72645,7 +72645,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72717,7 +72717,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72789,7 +72789,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72861,7 +72861,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -72933,7 +72933,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73005,7 +73005,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73077,7 +73077,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73149,7 +73149,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73221,7 +73221,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73293,7 +73293,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73360,7 +73360,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73427,7 +73427,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73499,7 +73499,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73571,7 +73571,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73643,7 +73643,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73715,7 +73715,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73787,7 +73787,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73859,7 +73859,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -73931,7 +73931,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74003,7 +74003,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74075,7 +74075,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74147,7 +74147,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74219,7 +74219,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74291,7 +74291,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74363,7 +74363,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74435,7 +74435,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74507,7 +74507,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74579,7 +74579,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74651,7 +74651,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74718,7 +74718,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74785,7 +74785,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74852,7 +74852,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74919,7 +74919,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -74986,7 +74986,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75053,7 +75053,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75120,7 +75120,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75187,7 +75187,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75254,7 +75254,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75321,7 +75321,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75388,7 +75388,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75455,7 +75455,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75522,7 +75522,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75589,7 +75589,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75656,7 +75656,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {
@@ -75723,7 +75723,7 @@
"cpu:x86-64-Haswell_GCE",
"gpu:none",
"machine_type:n1-highmem-2",
- "os:Debian-9.8",
+ "os:Debian-10.3",
"pool:Skia"
],
"env_prefixes": {