From 87ae5608072b00ed91623f06275d8e5ddbcc3a5c Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Fri, 24 Jun 2016 16:17:24 +0800 Subject: [PATCH] Remove the tracker tests from LAVA Both the tracker-indexing-local-storage and apparmor-tracker tests are currently being executed manually since they require the /home partition properly mounted in the test image and that is not the way LAVA boots the test image. This is a temporary solution until LAVA can properly mount all the available partitions in the test image. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3482 --- templates/group-apparmor-tpl.json | 18 ------------------ templates/group-common-tpl.json | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/templates/group-apparmor-tpl.json b/templates/group-apparmor-tpl.json index 4b2b0bd..d892034 100644 --- a/templates/group-apparmor-tpl.json +++ b/templates/group-apparmor-tpl.json @@ -147,24 +147,6 @@ ] } }, - { - "command": "lava_test_shell", - "parameters": { - "timeout": 3600, - "testdef_repos": [ - { - "git-repo": "https://git.apertis.org/git/apertis-tests.git", - "revision": "master", - "testdef": "common/sanity-check.yaml" - }, - { - "git-repo": "https://git.apertis.org/git/apertis-tests.git", - "revision": "master", - "testdef": "apparmor/apparmor-tracker.yaml" - } - ] - } - }, { "command": "submit_results", "parameters": { diff --git a/templates/group-common-tpl.json b/templates/group-common-tpl.json index 68b7161..c0b4cd6 100644 --- a/templates/group-common-tpl.json +++ b/templates/group-common-tpl.json @@ -339,24 +339,6 @@ ] } }, - { - "command": "lava_test_shell", - "parameters": { - "timeout": 1000, - "testdef_repos": [ - { - "git-repo": "https://git.apertis.org/git/apertis-tests.git", - "revision": "master", - "testdef": "common/sanity-check.yaml" - }, - { - "git-repo": "https://git.apertis.org/git/apertis-tests.git", - "revision": "master", - "testdef": "common/tracker-indexing-local-storage.yaml" - } - ] - } - }, { "command": "lava_test_shell", "parameters": { -- GitLab