aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/project-config
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2016-12-12 08:41:34 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-13 12:53:00 +0000
commit3b3bdafa8e3ac9421d895b1b978a148ed010de71 (patch)
treecb0a325df6ea1e5ed95911c0bc1c28c925144ae1 /infra/project-config
parentb399e38518c7c28e94579ce382e64fdf0697a7e9 (diff)
Delete swarm_trigger recipe
Delete no-longer-used parts of swarming module and add "pragma: no cover" where applicable. BUG=skia: Change-Id: I0f516d7be520a4d4b4efbfa97bd383a5f124e713 Reviewed-on: https://skia-review.googlesource.com/5790 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
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"
- }
- }
- }
}