Skip to content
Success

Changes

Summary

  1. jobs/master,gerrit: docker run: 1 arg per line (details)
  2. ansible: coverity: fix creating symlink (details)
  3. ansible: coverity: improve file not found error (details)
Commit 81067550bc1d9bb3ca4a5e4efea2c4710d7b3269 by Oliver Smith
jobs/master,gerrit: docker run: 1 arg per line

Move the -i, -u build arguments to separate lines as otherwise it is
easy to overlook them.

Change-Id: Ib31f9bc50e2f18dda631adb90f6a590757088a94
The file was modifiedjobs/master-builds.yml
The file was modifiedjobs/gerrit-verifications.yml
Commit f26407d2a2b075e7f5cbaac5f0f4f78239d13007 by laforge
ansible: coverity: fix creating symlink

Fix for:
  Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: _raw_params, _uses_shell, argv, chdir, creates, executable, expand_argument_vars, removes, stdin, stdin_add_newline, strip_empty_ends.

Fixes: OS#6702
Change-Id: I42be62cbba38a2a33ebe46fa1094155358490383
The file was modifiedansible/roles/install-coverity/tasks/main.yml
Commit fcfdc4d988487ee396163e9203834be88a7beb70 by laforge
ansible: coverity: improve file not found error

Abort early when the coverity tarball was not found and tell the user
where they can download it, and where exactly the file needs to be.

Change-Id: Iddf629abd5c5a87afc238fbf6927cda9aa6f49b2
The file was modifiedansible/roles/install-coverity/tasks/main.yml