aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatt Hart <matthew.hart@linaro.org>2017-08-24 16:42:34 +0100
committerMatt Hart <matthew.hart@linaro.org>2017-08-24 16:42:34 +0100
commit518184a2c3e8ab994c79b938bd089ecdfe563a29 (patch)
tree0a33169fcb81f1693e149d9dcf715a005e0ba6d6 /templates
parentd3058941aff7afc4d0f4c2349731de4b51157db0 (diff)
Blacklist a pile of known failing defconfigs, and extend power-off timeout to try and help baylibre lab
Diffstat (limited to 'templates')
-rw-r--r--templates/base/kernel-ci-base.jinja23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/kernel-ci-base.jinja2 b/templates/base/kernel-ci-base.jinja2
index 7060d33..0558045 100644
--- a/templates/base/kernel-ci-base.jinja2
+++ b/templates/base/kernel-ci-base.jinja2
@@ -49,6 +49,9 @@ timeouts:
minutes: 10
action:
minutes: 5
+ actions:
+ power-off:
+ seconds: 30
priority: {{ priority }}
visibility: public
{% endblock %}