From 3c9a2bf911fe0ff60a784b292d11a1055ba81f65 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 28 Sep 2018 14:16:25 +0200 Subject: Extend timeouts, add callback and gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib28d25e1efd0033458fa9ae787610a8de9f5d275 Signed-off-by: Jan-Simon Möller --- .gitignore | 1 + templates/base/agl-base.jinja2 | 4 ++++ templates/tests/yocto-ptest.jinja2 | 2 ++ utils/run-flounder-ci-tests | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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 -- cgit 1.2.3-korg