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

2019-11-23 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/14506 )

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


Patch Set 2: Verified+1 Code-Review+2


--
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: 2
Gerrit-Owner: laforge 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: zecke 
Gerrit-Comment-Date: Sat, 23 Nov 2019 08:33:40 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2019-11-23 Thread laforge
laforge has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved; Verified



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: 2
Gerrit-Owner: laforge 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: zecke 
Gerrit-MessageType: merged


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

2019-11-23 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/14506 )

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


Set Ready For Review


--
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: 2
Gerrit-Owner: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: zecke 
Gerrit-Comment-Date: Sat, 23 Nov 2019 08:33:11 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


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

2019-06-18 Thread laforge
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 
Gerrit-MessageType: newchange