aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-12-22 10:20:40 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-12-22 10:20:40 +0100
commitd2f44f515b5d909c3b4bb60816c778a643ca9119 (patch)
treec2705da8d9ac68345dd8ee4ed912e43828e5335b
parent0d45c838f0e467522865692818f6bb9279f2890d (diff)
Remove gstreamer from ptest runmarlin_12.91.0marlin/12.91.012.91.0
We need to investigate a runtime issue. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I6af1baf0eaae17c4f52f048a7f22516c60ef098c
-rw-r--r--templates/tests/ci.jinja22
-rw-r--r--templates/tests/release.jinja22
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index af39432..2e5932e 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -32,4 +32,4 @@
path: automated/linux/ptest/ptest.yaml
name: ci-linaro-ptest
parameters:
- TESTS: "acl attr coreutils dbus-test gstreamer-1.0 glib lua"
+ TESTS: "acl attr coreutils dbus-test glib lua"
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
index 360982d..1b76ec1 100644
--- a/templates/tests/release.jinja2
+++ b/templates/tests/release.jinja2
@@ -24,4 +24,4 @@
path: automated/linux/ptest/ptest.yaml
name: release-linaro-ptest
parameters:
- TESTS: "acl attr coreutils dbus-test gstreamer-1.0 glib lua"
+ TESTS: "acl attr coreutils dbus-test glib lua"