laforge submitted this change.

View Change



3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
ansible: install-coverity: add missing tag coverity

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

diff --git a/ansible/roles/install-coverity/tasks/main.yml b/ansible/roles/install-coverity/tasks/main.yml
index 4047fb8..6192c27 100644
--- a/ansible/roles/install-coverity/tasks/main.yml
+++ b/ansible/roles/install-coverity/tasks/main.yml
@@ -3,6 +3,7 @@
apt:
name:
- curl
+ tags: [coverity]

- name: copy coverity installer
copy:

To view, visit change 30916. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I86be4c72ad3bce070ddf7f8270492b6cf8ea826e
Gerrit-Change-Number: 30916
Gerrit-PatchSet: 5
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged