diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | templates/base/agl-base.jinja2 | 4 | ||||
-rw-r--r-- | templates/tests/yocto-ptest.jinja2 | 2 | ||||
-rwxr-xr-x | utils/run-flounder-ci-tests | 2 |
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 |