Change in ...osmo-ci[master]: WIP: coverity: Make sure curl is installed, as our coverity upload jo...

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
Tue Jun 18 11:05:41 UTC 2019


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


Change subject: WIP: coverity: Make sure curl is installed, as our coverity upload job needs it
......................................................................

WIP: coverity: Make sure curl is installed, as our coverity upload job needs it

This is untested. I'm on the train and have very limited understanding
of Ansible

Change-Id: I9918b89971bf6c2e200f1d96d993d5fbd6741b71
---
M jobs/coverity.yml
1 file changed, 10 insertions(+), 0 deletions(-)



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

diff --git a/jobs/coverity.yml b/jobs/coverity.yml
index 576fa29..5614fc0 100644
--- a/jobs/coverity.yml
+++ b/jobs/coverity.yml
@@ -2,9 +2,19 @@
 - project:
     name: osmocom-coverity
     jobs:
+      - osmocom-coverity-deps
       - osmocom-coverity
 
 - job:
+    name: 'osmocom-coverity-deps'
+    apt:
+      name: "{{ item }}"
+      cache_valid_time: 3600
+      update_cache: yes
+    with_items:
+      - curl
+
+- job:
     name: 'osmocom-coverity'
     project-type: freestyle
     defaults: global

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

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


More information about the gerrit-log mailing list