diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg index 9153c5535f..ce745e6031 100644 --- a/infra/branch-config/cq.cfg +++ b/infra/branch-config/cq.cfg @@ -28,10 +28,6 @@ verifiers { } try_job { - buckets { - name: "master.client.skia.fyi" - builders { name: "skia_presubmit-Trybot" } - } buckets { name: "master.tryserver.chromium.mac" # At time of writing, this is the fastest Chrome compile bot on average. @@ -49,6 +45,7 @@ verifiers { builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN" } builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN" } builders { name: "Housekeeper-PerCommit-InfraTests" } + builders { name: "Skia Presubmit" } builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_Android" } builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN" } builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN" }