diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-01-30 17:08:02 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-01-30 17:08:02 +0100 |
commit | 5e6b79be15a7713c34f1fb0bccb102079cfb9f9b (patch) | |
tree | fbcb9a23cc7e066061b2a047802b0e223708500b /templates | |
parent | b08043c2130eda85e2269777ea65c45412455976 (diff) |
Remove attr/acl
The attr and acl parameters are causing jobs failure each time, so for
now we are removing them from the ci.jinja2 and release.jinja2 files
Change-Id: I7ef6f5cb8143fb1687aa955a88a913146940af58
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'templates')
-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 0f1b8e1..965af1a 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -31,4 +31,4 @@ path: automated/linux/ptest/ptest.yaml name: linaro-ptest parameters: - TESTS: "acl attr xmlsec1 libxml2 lua" + TESTS: "xmlsec1 libxml2 lua" diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 0f1b8e1..965af1a 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -31,4 +31,4 @@ path: automated/linux/ptest/ptest.yaml name: linaro-ptest parameters: - TESTS: "acl attr xmlsec1 libxml2 lua" + TESTS: "xmlsec1 libxml2 lua" |