From 4cce4e848c6740c2ccb45e0ac551a491f086ac68 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 12 Jan 2022 13:36:06 +0100 Subject: Adapt ptest time and scope MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit exclude acl, attr and coreutils. Signed-off-by: Jan-Simon Möller Change-Id: Iced249d0baa18adf280fe1adde237fbb2bbaebf8 --- templates/tests/ci.jinja2 | 4 ++-- templates/tests/release.jinja2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') 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" -- cgit 1.2.3-korg