aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2022-01-12 13:36:06 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2022-01-12 13:36:06 +0100
commit4cce4e848c6740c2ccb45e0ac551a491f086ac68 (patch)
tree185d133552b6969517be46b28122706d42067c1a
parente4bfab614e9dcb0b9de97bef2f1c5d3883205927 (diff)
Adapt ptest time and scope
exclude acl, attr and coreutils. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Iced249d0baa18adf280fe1adde237fbb2bbaebf8
-rw-r--r--templates/tests/ci.jinja24
-rw-r--r--templates/tests/release.jinja24
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index 69fbf23..87bf471 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -24,7 +24,7 @@
- test:
timeout:
- minutes: 60
+ minutes: 90
definitions:
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
@@ -32,4 +32,4 @@
path: automated/linux/ptest/ptest.yaml
name: ci-linaro-ptest
parameters:
- TESTS: "acl attr coreutils dbus-test glib-2.0 lua"
+ TESTS: "dbus-test glib-2.0 lua"
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
index be39fec..b6c0927 100644
--- a/templates/tests/release.jinja2
+++ b/templates/tests/release.jinja2
@@ -16,7 +16,7 @@
- test:
timeout:
- minutes: 60
+ minutes: 90
definitions:
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
@@ -24,4 +24,4 @@
path: automated/linux/ptest/ptest.yaml
name: release-linaro-ptest
parameters:
- TESTS: "acl attr coreutils dbus-test glib-2.0 lua"
+ TESTS: "dbus-test glib-2.0 lua"