From d5d902a140945e17345184318dbca29c4bb1d2ab Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 23 Sep 2018 16:35:12 -0400 Subject: [PATCH] Revert "sanitycheck: fail on check_compliance issues" This reverts commit 43398eb240956c3980e745b7d287fe29940e1ad6. Signed-off-by: Anas Nashif --- .shippable.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index 38f55c1f932..993689971fb 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -52,7 +52,7 @@ build: cp doc/_build/doc.warnings doc.warnings fi; echo "- Verify commit message, coding style, doc build"; - CC_FAILED=$(./scripts/ci/check-compliance.py --commits ${COMMIT_RANGE} || true) + ./scripts/ci/check-compliance.py --commits ${COMMIT_RANGE} || true; fi; - > if [ "$IS_PULL_REQUEST" = "true" ]; then @@ -71,10 +71,6 @@ build: - ./scripts/sanitycheck ${SANITYCHECK_OPTIONS} --load-tests test_file.txt --subset ${MATRIX_BUILD}/${MATRIX_BUILDS} || ./scripts/sanitycheck ${SANITYCHECK_OPTIONS_RETRY} || ./scripts/sanitycheck ${SANITYCHECK_OPTIONS_RETRY} - rm test_file.txt - ccache -s - - if [ "$MATRIX_BUILD" = "5" -a "${CC_FAILED}" != "0" ]; then - echo "compliance check failed"; - exit 1; - fi; on_failure: - > if [ -f "$HOME/.cache/zephyr/ToolchainCapabilityDatabase.cmake" ]; then