diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-01-31 22:22:21 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-01-31 22:22:21 +0100 |
commit | 6e12841e94bd5e363c8a395b36417fac0bc9ccdc (patch) | |
tree | a0f13789d0d9585a00c3ad9f85654a9b6aa64f2c | |
parent | b6926ecfcebbcfa347767ce44ba856ae2d33f409 (diff) |
Shorten commit ci testsmarlin_12.92.0marlin/12.92.012.92.0
glib and lua take too long. Attach them selectively.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I72ee42db9baa9bf330938c8ecfbe8a5461988858
-rw-r--r-- | templates/tests/ci.jinja2 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 87bf471..f8e42bf 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -22,14 +22,3 @@ BUILD_TAGS: "{{ BUILD_TAGS|join(' ')|lower }}" DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}" -- test: - timeout: - minutes: 90 - definitions: - - repository: https://git.linaro.org/qa/test-definitions.git - from: git - history: False - path: automated/linux/ptest/ptest.yaml - name: ci-linaro-ptest - parameters: - TESTS: "dbus-test glib-2.0 lua" |