commit:     d088ba735ae7f787f2d75200a357924ba219e1e1
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 09:09:04 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 09:09:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d088ba73

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 7831298..75daa0b 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"

Reply via email to