summaryrefslogtreecommitdiff
path: root/tf-a-builder
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-02-08 09:48:04 -0600
committerSandrine Bailleux <sandrine.bailleux@arm.com>2021-02-15 14:30:36 +0000
commit1c196d6a74bb85b98f9dda8c39ca8f5490099664 (patch)
treedc605d26d02abf51452634acc7407c81c5bbd071 /tf-a-builder
parent3b48171bc28a9f688050fe9b75af9bc226d65135 (diff)
builders.sh: remove juno-romlib test description from blocklist
The corresponding test description was blocked due to a build race condition but it has been fixed in the integration branch [1]. [1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/8241 Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I86bdc98f9dab2f4ebf31b42891829e1e2913102f
Diffstat (limited to 'tf-a-builder')
-rwxr-xr-xtf-a-builder/builders.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tf-a-builder/builders.sh b/tf-a-builder/builders.sh
index 4ef6ca1..17843a7 100755
--- a/tf-a-builder/builders.sh
+++ b/tf-a-builder/builders.sh
@@ -44,7 +44,6 @@ cd ${WORKSPACE}
blocklist="blocklist.txt"
cat << EOF > "${blocklist}"
coverity-tf-misra
-tf-l2-boot-tests-juno%juno-tbb-mbedtls-romlib,juno-default,nil,nil:juno-tftf-romlib
EOF
if echo "${TEST_DESC}" | grep -f ${blocklist} - ; then