diff mbox series

travis: add back Coverity Scan

Message ID 20190613073954.23683-1-stewart@linux.ibm.com
State Accepted
Headers show
Series travis: add back Coverity Scan | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (dbf27b6c4af84addb36bd3be34f96580aba9c873)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot fail Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Stewart Smith June 13, 2019, 7:39 a.m. UTC
We need this in the master branch so that the coverity_scan branch gets
picked up.

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Stewart Smith June 19, 2019, 4:50 a.m. UTC | #1
Stewart Smith <stewart@linux.ibm.com> writes:
> We need this in the master branch so that the coverity_scan branch gets
> picked up.
>
> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
> ---
>  .travis.yml | 9 +++++++++
>  1 file changed, 9 insertions(+)

Merged to master as of 9c89e53d235cf1513f7693ee6e4900fc06402f73

and let's hope that fixes it, because pushing to master is really the
only way of testing this. wheeee!
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index d625d97962fc..cfc8c088f1ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,3 +41,12 @@  dist: trusty
 script:
     - docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
       docker run --volume $HOME/.ccache:/root/.ccache --volume `pwd`:/build --rm -t $RUN_ON_CONTAINER bash -c "./opal-ci/build-${RUN_ON_CONTAINER}.sh";
+
+addons:
+  coverity_scan:
+    project:
+      name: "open-power/skiboot"
+      description: "Build submitted via Travis CI"
+    notification_email: stewart@linux.vnet.ibm.com
+    branch_pattern: coverity_scan
+