From 380ebbcfbbad5a79a5acdb7eee1b7f7075cc14f9 Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Thu, 1 Sep 2016 19:45:12 +0800 Subject: [PATCH] Remove webkit-clutter-layout test definition This test is being deprecated and will be replaced by a new webkit2gtk layout test. Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D4149 --- clutter/webkit-clutter-layout.yaml | 31 ------------------------------ templates/group-clutter-tpl.json | 18 ----------------- 2 files changed, 49 deletions(-) delete mode 100644 clutter/webkit-clutter-layout.yaml diff --git a/clutter/webkit-clutter-layout.yaml b/clutter/webkit-clutter-layout.yaml deleted file mode 100644 index 7b79164..0000000 --- a/clutter/webkit-clutter-layout.yaml +++ /dev/null @@ -1,31 +0,0 @@ -metadata: - name: webkit-clutter-layout - format: "Lava-Test-Shell Test Definition 1.0" - description: "Run webkit clutter layout tests" - maintainer: "luis.araujo@collabora.co.uk" - scope: - - functional - devices: - - i386 - environment: - - lava-test-shell - -install: - deps: - - webkit-clutter-testing - - webkit-clutter-test-data - -run: - steps: - - common/run-test-in-systemd --basename --timeout=3600 --user=user -- - /usr/share/webkit_clutter-0/testing/Tools/Scripts/old-run-webkit-tests --clutter - --out-of-tree --no-launch-safari --verbose - -parse: - fixupdict: - crashed: fail - failed: fail - new: fail - succeeded: pass - pattern: ^running\s(?P<test_case_id>\S+)\s->\s(?P<result>[\w]+)(\s\(?[\w\s]+\)?)?\s$ - diff --git a/templates/group-clutter-tpl.json b/templates/group-clutter-tpl.json index fe1f0e6..458067c 100644 --- a/templates/group-clutter-tpl.json +++ b/templates/group-clutter-tpl.json @@ -77,24 +77,6 @@ ] } }, - { - "command": "lava_test_shell", - "parameters": { - "timeout": 4000, - "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": "clutter/webkit-clutter-layout.yaml" - } - ] - } - }, { "command": "submit_results", "parameters": { -- GitLab