Begin using Debian10 for tryjobs.
-Rename all Debian9 jobs to Debian10 -Update GCE and Skolo OS names in gen_tasks to Debian10 -Begin using newly minted Debian10 Mesa drivers (for NUC7i5BNK-GPU-IntelIris640 machines) -Followup CLs will bring remaining branches' tasks (and CQ) up to Debian10, likely once it has been deployed to 90% of the fleet. -CQ sibling CL https://skia-review.googlesource.com/c/skia/+/281876 TBR: borenet@google.com Bug: skia:9438 Change-Id: I917e93c2659b29f0bee7041e5a65c641642142a0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/281397 Reviewed-by: Weston Tracey <westont@google.com>
This commit is contained in:
parent
afbf2aa737
commit
76f4fff613
@ -1 +1 @@
|
||||
5
|
||||
15
|
@ -37,8 +37,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"
|
||||
|
||||
@ -461,10 +462,10 @@ func (b *jobBuilder) deriveCompileTaskName() string {
|
||||
if !In("Android", ec) {
|
||||
ec = append([]string{"Android"}, ec...)
|
||||
}
|
||||
task_os = "Debian9"
|
||||
task_os = COMPILE_TASK_NAME_OS_LINUX
|
||||
} else if b.os("ChromeOS") {
|
||||
ec = append([]string{"Chromebook", "GLES"}, ec...)
|
||||
task_os = "Debian9"
|
||||
task_os = COMPILE_TASK_NAME_OS_LINUX
|
||||
} else if b.os("iOS") {
|
||||
ec = append([]string{task_os}, ec...)
|
||||
task_os = "Mac"
|
||||
@ -475,7 +476,7 @@ func (b *jobBuilder) deriveCompileTaskName() string {
|
||||
// version to compile as to test.
|
||||
ec = append(ec, "Docker")
|
||||
} else if b.matchOs("Ubuntu", "Debian") {
|
||||
task_os = "Debian9"
|
||||
task_os = COMPILE_TASK_NAME_OS_LINUX
|
||||
} else if b.matchOs("Mac") {
|
||||
task_os = "Mac"
|
||||
}
|
||||
@ -534,7 +535,7 @@ func (b *taskBuilder) defaultSwarmDimensions() {
|
||||
"Android": "Android",
|
||||
"ChromeOS": "ChromeOS",
|
||||
"Debian9": DEFAULT_OS_DEBIAN,
|
||||
"Debian10": DEFAULT_OS_DEBIAN, // Runs in Docker.
|
||||
"Debian10": DEFAULT_OS_LINUX_GCE,
|
||||
"Mac": DEFAULT_OS_MAC,
|
||||
"Mac10.13": "Mac-10.13.6",
|
||||
"Mac10.14": "Mac-10.14.3",
|
||||
@ -729,7 +730,7 @@ func (b *taskBuilder) defaultSwarmDimensions() {
|
||||
}
|
||||
} else {
|
||||
d["gpu"] = "none"
|
||||
if d["os"] == DEFAULT_OS_DEBIAN {
|
||||
if d["os"] == DEFAULT_OS_LINUX_GCE {
|
||||
if b.extraConfig("CanvasKit", "CMake", "Docker", "PathKit") || b.role("BuildStats") {
|
||||
b.linuxGceDimensions(MACHINE_TYPE_MEDIUM)
|
||||
return
|
||||
@ -1077,7 +1078,7 @@ func (b *jobBuilder) compile() string {
|
||||
// All compile tasks are runnable as their own Job. Assert that the Job
|
||||
// is listed in jobs.
|
||||
if !In(name, b.jobs) {
|
||||
log.Fatalf("Job %q is missing from the jobs list!", name)
|
||||
log.Fatalf("Job %q is missing from the jobs list! Derived from: %q", name, b.Name)
|
||||
}
|
||||
|
||||
return name
|
||||
|
@ -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",
|
||||
@ -136,15 +136,15 @@
|
||||
"Build-Win-MSVC-x86_64-Release-Direct3D",
|
||||
"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",
|
||||
@ -208,29 +208,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",
|
||||
@ -388,60 +388,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",
|
||||
|
27776
infra/bots/tasks.json
27776
infra/bots/tasks.json
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user