diff mbox series

[02/15] travis: Remove the unused coverity token

Message ID 20200612022452.371685-3-oohall@gmail.com
State Accepted
Headers show
Series [01/15] test/qemu: Update command line arguments | expand

Checks

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

Commit Message

Oliver O'Halloran June 12, 2020, 2:24 a.m. UTC
In 7cd8402c3bec the coverity job config was moved to a seperate branch.
The encrypted token was left in the main .travis.yaml file though so
travis includes the token in the web interfaces which crowds out the
information we actually care about (which docker container we used).

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Vasant Hegde June 12, 2020, 10:48 a.m. UTC | #1
On 6/12/20 7:54 AM, Oliver O'Halloran wrote:
> In 7cd8402c3bec the coverity job config was moved to a seperate branch.
> The encrypted token was left in the main .travis.yaml file though so
> travis includes the token in the web interfaces which crowds out the
> information we actually care about (which docker container we used).
> 
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>


Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>

-Vasant
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index f3a22c44f26e..44079e669fde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,6 @@  env:
     - RUN_ON_CONTAINER=debian-stretch
     - RUN_ON_CONTAINER=debian-unstable
     - RUN_ON_CONTAINER=docs
-    global:
-        # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
-        #   via the "travis encrypt" command using the project repo's public key
-        secure: "MpNEGFa1VrF/vsQq24n5UgfRbz1wVC6B8mubFnyK4gX0IuQ9xhWuTzMLUQF9UJxe5jnC2DTmVUvYTYN/hggw+PpYwbOOAE0QGR5pmPHA4PSRmc5pxt1q18/sv7EPFw66GFyWJq94nWjpigyKQ8KGtA67j1xFqrDoS43OA76WZgo="
 
 matrix:
   allow_failures:
@@ -42,6 +38,9 @@  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";
 
+
+# apparently this needs to be in the master branch in order for it to work on
+# other branches too.
 addons:
   coverity_scan:
     project: