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

Check for return code from tests #326

Merged
merged 3 commits into from
Aug 7, 2023
Merged

Conversation

Alan-Jowett
Copy link
Collaborator

Add check for return code from bpf_conformance runner and fail CI/CD pipeline if it returns != 0.

Alan Jowett and others added 2 commits August 7, 2023 09:51
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@coveralls
Copy link

Coverage Status

coverage: 82.908%. first build when pulling eadf320 on Alan-Jowett:issue325 into 45e3913 on iovisor:main.

Copy link
Collaborator

@hawkinsw hawkinsw left a comment

Choose a reason for hiding this comment

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

Just a curiosity -- but otherwise, approve.

@@ -202,7 +202,13 @@ jobs:
--target test

- name: Generate code coverage report
if: inputs.enable_coverage == true
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you mean for this to be included? I know that it is annoying to have these coverage tests fail, but it seemed orthogonal to the point of this patch.

@Alan-Jowett Alan-Jowett merged commit dbd6ffb into iovisor:main Aug 7, 2023
39 of 41 checks passed
@Alan-Jowett Alan-Jowett deleted the issue325 branch August 7, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants