aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/cfg.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-02-01 15:56:55 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-02 12:59:39 +0000
commit2722549410ca6d349af439c1454391e70fd1c0e6 (patch)
tree5b3345beae3b1ee142d69ff0861b29007f814564 /infra/bots/cfg.json
parent6f6961ebad65c582318564b3688e78e5c99f3935 (diff)
gen_tasks.go: Read jobs, Android, and GPU mappings from a JSON file
BUG=skia:6070 Change-Id: I02edcb0b1a98967e5d84f89a5ef578b36efadd8f Reviewed-on: https://skia-review.googlesource.com/7825 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/cfg.json')
-rw-r--r--infra/bots/cfg.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/infra/bots/cfg.json b/infra/bots/cfg.json
new file mode 100644
index 0000000000..ffb5f9bdd2
--- /dev/null
+++ b/infra/bots/cfg.json
@@ -0,0 +1,11 @@
+{
+ "pool": "Skia",
+ "no_upload": [
+ "ASAN",
+ "Coverage",
+ "MSAN",
+ "TSAN",
+ "UBSAN",
+ "Valgrind"
+ ]
+}