commit: 0f7c84468c66a6c3a9ae081b4017b53b92dde87f Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 09:07:55 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 09:07:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=0f7c8446
travis: note misbehavior by coverity addon when throttled Example here: https://travis-ci.org/libgd/libgd/builds/139971212 The last line in the log is just the throttle notice. travis/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/main.sh b/travis/main.sh index 9c8c9c9..50e8a2f 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -4,6 +4,8 @@ # We have to do this by hand rather than use the coverity addon because of # matrix explosion: https://github.com/travis-ci/travis-ci/issues/1975 +# We also do it by hand because when we're throttled, the addon will exit +# the build immediately and skip the main script! coverity_scan() { local reason [[ ${TRAVIS_JOB_NUMBER} != *.1 ]] && reason="not first build job"
