From 0eb2d9d30add686198f9019d687a9aa06617318d Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Tue, 10 Sep 2019 17:22:52 +0100 Subject: [PATCH 1/3] Update Coverity secure token --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c45d4081d0..3b2bf3c714 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ after_failure: env: global: - SEED=1 - - secure: "barHldniAfXyoWOD/vcO+E6/Xm4fmcaUoC9BeKW+LwsHqlDMLvugaJnmLXkSpkbYhVL61Hzf3bo0KPJn88AFc5Rkf8oYHPjH4adMnVXkf3B9ghHCgznqHsAH3choo6tnPxaFgOwOYmLGb382nQxfE5lUdvnM/W/psQjWt66A1+k=" + - secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg=" addons: apt: From fdbdc379d999e777ce1af06cb23fe5c9333c91b4 Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Tue, 10 Sep 2019 17:29:51 +0100 Subject: [PATCH 2/3] Remove blocked branches "coverity_scan" branch is been removed as Travis shouldn't be blocked from triggering it to run Coverity on it. "development-psa" branch isn't used anymore and also it used to depend on a private submodule which Travis would fail to get. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b2bf3c714..1a95f6989d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,6 @@ compiler: sudo: false cache: ccache -# blocklist -branches: - except: - - development-psa - - coverity_scan - script: - tests/scripts/recursion.pl library/*.c - tests/scripts/check-generated-files.sh From 2bcf51a892a8764ac70be53dc35604be5caf3ba5 Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Tue, 10 Sep 2019 17:36:23 +0100 Subject: [PATCH 3/3] Update notification e-mail address --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a95f6989d..0685bdbb4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ addons: coverity_scan: project: name: "ARMmbed/mbedtls" - notification_email: simon.butcher@arm.com + notification_email: support-mbedtls@arm.com build_command_prepend: build_command: make branch_pattern: coverity_scan