summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-28 14:16:25 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-09-28 14:16:25 +0200
commit3c9a2bf911fe0ff60a784b292d11a1055ba81f65 (patch)
tree69815c2c0c266ddf87b44e3b43b4e7290b67f64e
parentefbdf81389f785cd6401fe374ca8da5e72735ecf (diff)
Extend timeouts, add callback and gitignore
Change-Id: Ib28d25e1efd0033458fa9ae787610a8de9f5d275 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--.gitignore1
-rw-r--r--templates/base/agl-base.jinja24
-rw-r--r--templates/tests/yocto-ptest.jinja22
-rwxr-xr-xutils/run-flounder-ci-tests2
4 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pyc
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2
index ad3b955..07bf168 100644
--- a/templates/base/agl-base.jinja2
+++ b/templates/base/agl-base.jinja2
@@ -17,6 +17,10 @@ timeouts:
minutes: {{ action_timeout }}
connection:
minutes: {{ connection_timeout }}
+ connections:
+ lava-test-shell:
+ minutes: 10
+
priority: {{ priority }}
visibility: public
{% endblock %}
diff --git a/templates/tests/yocto-ptest.jinja2 b/templates/tests/yocto-ptest.jinja2
index aad51c4..bf221ef 100644
--- a/templates/tests/yocto-ptest.jinja2
+++ b/templates/tests/yocto-ptest.jinja2
@@ -1,4 +1,6 @@
- test:
+ timeout:
+ minutes: 10
definitions:
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
diff --git a/utils/run-flounder-ci-tests b/utils/run-flounder-ci-tests
index 0ca408d..986a0d0 100755
--- a/utils/run-flounder-ci-tests
+++ b/utils/run-flounder-ci-tests
@@ -13,7 +13,7 @@ fi
for MACHINE in $MACHINES ; do
-./create-jobs.py --machine ${MACHINE} --url https://download.automotivelinux.org/AGL/upload/ci/flounder/${AGLVERSION}/${MACHINE}/deploy/images/${MACHINE}/ --test all --build-type release -n AGL-Flounder-${AGLVERSION}-${MACHINE} > /tmp/1.yaml
+./create-jobs.py --machine ${MACHINE} --url https://download.automotivelinux.org/AGL/upload/ci/flounder/${AGLVERSION}/${MACHINE}/deploy/images/${MACHINE}/ --callback-from lab-jsmoeller --test all --build-type release -n AGL-Flounder-${AGLVERSION}-${MACHINE} > /tmp/1.yaml
lava-tool submit-job https://jsmoeller@lava.automotivelinux.org /tmp/1.yaml
done \ No newline at end of file