Change in osmo-ci[master]: coverity: Our coverity job needs curl; install it

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Feb 8 12:30:36 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/17101 )


Change subject: coverity: Our coverity job needs curl; install it
......................................................................

coverity: Our coverity job needs curl; install it

curl \
 --form token="$token" \
 --form email=holger at freyther.de --form file=@Osmocom.tgz \
 --form version=Version --form description=AutoUpload \
 https://scan.coverity.com/builds?project=Osmocom
./jenkins.sh: line 39: curl: command not found

Change-Id: Ibf4a40860fe6c8424a60672dc4758b9f17c532a3
---
M ansible/roles/install-coverity/tasks/main.yml
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/01/17101/1

diff --git a/ansible/roles/install-coverity/tasks/main.yml b/ansible/roles/install-coverity/tasks/main.yml
index 886dda2..55fa77f 100644
--- a/ansible/roles/install-coverity/tasks/main.yml
+++ b/ansible/roles/install-coverity/tasks/main.yml
@@ -1,4 +1,10 @@
 ---
+- name: install coverity-required debian packages
+  apt:
+    name: "{{ item }}"
+  with_items:
+    - curl
+
 - name: copy coverity installer
   copy:
     src: "{{ coverity_installer_file }}"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/17101
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ibf4a40860fe6c8424a60672dc4758b9f17c532a3
Gerrit-Change-Number: 17101
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200208/d3185174/attachment.htm>


More information about the gerrit-log mailing list