aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/project-config
diff options
context:
space:
mode:
Diffstat (limited to 'infra/project-config')
-rw-r--r--infra/project-config/cr-buildbucket.cfg26
1 files changed, 0 insertions, 26 deletions
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
index ab3de912f2..85f0a1da06 100644
--- a/infra/project-config/cr-buildbucket.cfg
+++ b/infra/project-config/cr-buildbucket.cfg
@@ -84,30 +84,4 @@ buckets {
role: WRITER
group: "service-account-skia-master"
}
-
- swarming {
- hostname: "chromium-swarm.appspot.com"
- common_dimensions {
- key: "pool"
- value: "SkiaTriggers"
- }
- common_swarming_tags: "master:master.client.skia.fyi"
- 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://skia.googlesource.com/skia.git"
- name: "swarm_trigger"
- }
- }
- }
}