Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: move Coverity Scan build tool install #3752

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

richardlau
Copy link
Member

Install the Coverity Scan build tool on the benchmark machines instead of the jenkins-workspace machines.

Refs: #3723


To run the playbook I also needed to patch the benchmark role to use gcc 12 instead of the default gcc 11 to compile h2load from nghttp2 due to nghttp2/nghttp2#2194.

Use gcc 12 to compile h2load as latest nghttp2 does not compile
with gcc 11.

Refs: nghttp2/nghttp2#2194
Install the Coverity Scan build tool on the `benchmark` machines
instead of the `jenkins-workspace` machines.

Refs: nodejs#3723
@richardlau
Copy link
Member Author

I'll swap the node-daily-coverity job to run on the benchmark machines and run some test builds. They will fail to upload the scan (since we are limited to one submission per day) but we should be able to check that the build completes up to the upload step.

@richardlau
Copy link
Member Author

https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-coverity/3037/ looks okay, apart from the expected failure to submit/upload due to the one per day limit.

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richardlau richardlau merged commit 555b258 into nodejs:main Jun 7, 2024
1 check passed
@richardlau richardlau deleted the coverity branch June 7, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants