aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/cfg.json
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-04-27 18:14:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-28 15:07:28 +0000
commit1e9a30f944555b0689d49d823ecaa1d0f529d307 (patch)
treeb842963c1a139a696fc4824963caad1c9567e9c8 /infra/bots/cfg.json
parent611572ce3ef9b477e15471c3f5bacb66260e4913 (diff)
Add non-Valgrind PreAbandonGpuContext bot.
This may help debug timeouts for Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext Also stop uploading *AbandonGpuContext results to Gold. No-Try: true Change-Id: Ifa10d47cf27f86424d3936f451d190ee34f5637d Reviewed-on: https://skia-review.googlesource.com/14525 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/cfg.json')
-rw-r--r--infra/bots/cfg.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/cfg.json b/infra/bots/cfg.json
index 048e4b45dd..dbc3914bb5 100644
--- a/infra/bots/cfg.json
+++ b/infra/bots/cfg.json
@@ -8,6 +8,7 @@
"MSAN",
"TSAN",
"UBSAN",
- "Valgrind"
+ "Valgrind",
+ "AbandonGpuContext"
]
}