This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 84c37a0fa947f1a81eef5aff225ecdf73ad3387c (commit) from b95ccd3db6eeb7358a877541747e06354429acdd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 84c37a0fa947f1a81eef5aff225ecdf73ad3387c Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Fri Feb 2 00:18:08 2018 +0300
travis: allow to fail checkpatch.pl
if checkpatch job is failed than it will be marked as failed. But hole test suite will be passed.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org
diff --git a/.travis.yml b/.travis.yml index b7d6cd41..0f246198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -404,6 +404,7 @@ jobs: compiler: clang-3.8 env: CROSS_ARCH="i386" CONF="--disable-abi-compat" - stage: test + canfail: yes env: TEST=checkpatch compiler: gcc install: @@ -412,6 +413,8 @@ jobs: - echo ${TRAVIS_COMMIT_RANGE}; - ODP_PATCHES=`echo ${TRAVIS_COMMIT_RANGE} | sed 's/.//'`; - ./scripts/ci-checkpatches.sh ${ODP_PATCHES}; + allow_failures: + - canfail: yes
after_failure: - cat config.log
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 3 +++ 1 file changed, 3 insertions(+)
hooks/post-receive