diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-24 01:49:40 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-24 01:49:40 +0100 |
commit | e4bfab614e9dcb0b9de97bef2f1c5d3883205927 (patch) | |
tree | b6b3d800801a31ec2347586344c4e55932150b69 /templates/tests | |
parent | d2f44f515b5d909c3b4bb60816c778a643ca9119 (diff) |
Fix name of glib ptest
glib is known to ptest-runner as glib-2.0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ib354dd359ef22caca3c3ce40ad1e92d0fd381b72
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/ci.jinja2 | 2 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 2e5932e..69fbf23 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 glib lua" + TESTS: "acl attr coreutils dbus-test glib-2.0 lua" diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 1b76ec1..be39fec 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 glib lua" + TESTS: "acl attr coreutils dbus-test glib-2.0 lua" |