laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30417 )
Change subject: ansible: coverity: update version to 22.06 ......................................................................
ansible: coverity: update version to 22.06
Coverity doesn't make the old version available for download and will probably deprecate the previous version at some point. I'm about to install it on new hosts, so upgrade to the latest version while at it.
Related: OS#5793 Change-Id: Id5700a9e5a46a9cfafc9959f5b77f9e21dd956b4 --- M ansible/roles/install-coverity/defaults/main.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/ansible/roles/install-coverity/defaults/main.yml b/ansible/roles/install-coverity/defaults/main.yml index d7a8082..4a74887 100644 --- a/ansible/roles/install-coverity/defaults/main.yml +++ b/ansible/roles/install-coverity/defaults/main.yml @@ -1,4 +1,4 @@ ---
-coverity_version: 2021.12.1 +coverity_version: 2022.06 coverity_installer_file: "cov-analysis-linux64-{{ coverity_version }}.tar.gz"