aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-02-21 23:56:42 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-21 23:56:57 +0000
commit7c25f963b9ce4137e7553ef6ea1fbce76c6b9846 (patch)
treea4fe1db849ba3537543c2d0b69c0970c711140bf /infra/bots/gen_tasks.go
parent6a3ae84cf8403719844e9bdbb21b09e0efe856ad (diff)
Revert "Split Valgrind jobs -- one DM/NB run per task."
This reverts commit bc9cd524d8ce8fd61ff6e49fa2a6e2a26a069874. Reason for revert: Unable to find Valgrind binary. Original change's description: > Split Valgrind jobs -- one DM/NB run per task. > > Remove special build for Valgrind -- Valgrind uses the unmodified binary. See skia:6267. > > BUG=skia:2789,skia:6267 > > Change-Id: Id56c460abf36eb2be633ac3a309e0dbc7a278f41 > Reviewed-on: https://skia-review.googlesource.com/8723 > Commit-Queue: Ben Wagner <benjaminwagner@google.com> > Reviewed-by: Eric Boren <borenet@google.com> > Reviewed-by: Mike Klein <mtklein@chromium.org> > TBR=mtklein@chromium.org,borenet@google.com,mtklein@google.com,benjaminwagner@google.com,reviews@skia.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:2789,skia:6267 Change-Id: I16876a8528c441805931ed21e9aa8688ab2e0b4c Reviewed-on: https://skia-review.googlesource.com/8831 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index 663ef16b0d..1dc4c95d23 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -86,12 +86,6 @@ func deriveCompileTaskName(jobName string, parts map[string]string) string {
task_os := parts["os"]
ec := parts["extra_config"]
ec = strings.TrimSuffix(ec, "_Skpbench")
- ec = strings.TrimSuffix(ec, "_AbandonGpuContext")
- ec = strings.TrimSuffix(ec, "_PreAbandonGpuContext")
- if ec == "Valgrind" {
- // skia:6267
- ec = ""
- }
if task_os == "Android" {
if ec == "Vulkan" {
ec = "Android_Vulkan"