You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Travis CI <bu...@travis-ci.org> on 2020/02/11 21:54:14 UTC

[CRON] Broken: apache/druid#25493 (master - a5c49cc)

Build Update for apache/druid
-------------------------------------

Build: #25493
Status: Broken

Duration: 3 mins and 6 secs
Commit: a5c49cc (master)
Author: Chi Cao Minh
Message: Change security vulnerability scan to cron job (#9340)

* Change security vulnerability scan to cron job

Previously, when new CVEs were reported, the security vulnerability scan
would unfortunately block PRs that did not modify any dependencies. To
prevent this issue, the security scan is now run as a Travis cron job
that runs on master and notifies the druid dev list if it fails. The
security scan has also been added to the "apache-release" maven profile,
to ensure that it passes before a release.

Also adjusted some Travis CI job failure help messages to not be folded
in the Travis CI job logs.

* Dedup plugin configuration definition

View the changeset: https://github.com/apache/druid/compare/ebd199da739e218f4c75b5619af400353d48c20f...a5c49cc4bd7d3c718228931e3192d7e8a86d0c64

View the full build log and details: https://travis-ci.org/apache/druid/builds/649145150?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/druid repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=578446&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.