Tweaks for the experimental SwarmBucket bot

BUG=skia:5581
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2181073005

Review-Url: https://codereview.chromium.org/2181073005
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
index 712aa92..e02abaf 100644
--- a/infra/project-config/cr-buildbucket.cfg
+++ b/infra/project-config/cr-buildbucket.cfg
@@ -95,13 +95,18 @@
     builders {
       name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
       swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
+      swarming_tags: "allow_milo:1"
       dimensions {
         key: "os"
         value: "Linux"
       }
+      dimensions {
+        key: "gpu"
+        value: "none"
+      }
       recipe {
-        repository: "https://chromium.googlesource.com/chromium/tools/build"
-        name: "skia/skia"
+        repository: "https://skia.googlesource.com/skia.git"
+        name: "swarm_trigger"
       }
     }
   }