From bf87e49e5356b800b4e186a447c81b5a34811c09 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Thu, 2 Apr 2020 11:29:35 +0200 Subject: [PATCH] kokoro: remove check on failing db gen for extra parts and harness Now that the extra parts and harness files do happen during the full db generation, the two failing tests are not required anymore Signed-off-by: Alessandro Comodi --- .github/kokoro/db-full.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/kokoro/db-full.sh b/.github/kokoro/db-full.sh index 4edb4ece..ebd33cd0 100755 --- a/.github/kokoro/db-full.sh +++ b/.github/kokoro/db-full.sh @@ -157,16 +157,6 @@ echo "----------------------------------------" # Check the database and fail if it is broken. make db-check-${XRAY_SETTINGS} -if [[ $EXTRAS_HARNESS_RET != 0 ]] ; then - echo "A failure occurred during extra harnesses generation." - exit $EXTRAS_HARNESS_RET -fi - -if [[ $EXTRAS_PARTS_RET != 0 ]] ; then - echo "A failure occurred during extra parts generation." - exit $EXTRAS_PARTS_RET -fi - echo echo "========================================" echo " Testing HTML generation"