azure: fix Coverity pipeline - #5382
Merged
Merged
Conversation
pks-t
force-pushed
the
pks/azure-coverity
branch
from
February 4, 2020 13:27
30965de to
f8df1d3
Compare
Member
Author
|
Wasn't sure if the build succeeded, but Coverity now says analysis is queued. Meaning: this PR is ready to be merged |
In commit bbc0b20 (azure: fix Coverity's build due to wrong container name, 2019-08-02), Coverity builds were fixed to use the correct container names. Unfortunately, the "fix" completely broke our Coverity builds due to using wrong syntax for the Docker task. Let's fix this by using "imageName" instead of the Docker dict.
Back in commit 5a6740e (azure: build Docker images as part of the pipeline, 2019-08-02), we have converted our pipelines to use self-built Docker images to ease making changes to our Dockerfiles. The commit didn't adjust our Coverity pipeline, though, so let's do this now.
There's several issues with our Coverity builds, like e.g. missing wget in our containers. Simplify our Coverity pipeline and fix these issues.
pks-t
force-pushed
the
pks/azure-coverity
branch
from
February 7, 2020 09:45
f8df1d3 to
86c54cc
Compare
Member
Author
|
Started another run and Coverity now spits out defects again. There's no risk of breaking anything except Coverity, so I'm merging this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Coverity pipeline has been broken since July 2019. Nobody except @tiennou complained, and I didn't care to look until now. This PR finally fixes the issues and brings Coverity back to live as seen in the latest Coverity test build. I first wanted to just convert to curl, which was the most important issue. But the script failed in some more places, which is why I then decided to refactor our Coverity script completely and make it much simpler.