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

Update ci.yml to run tests with gcov build #226

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

erozenfeld
Copy link
Contributor

Disable third party tests in build-gcov similar to what is done in build-llvm.

Currently no tests will run for build-gcov, this is in preparation for adding some tests.

Disable third party tests in build-gcov similar to what is done
in build-llvm.

Currently no tests will run for build-gcov, this is in preparation
for adding some tests.
@erozenfeld
Copy link
Contributor Author

@snehasish PTAL

@snehasish
Copy link
Collaborator

Thanks for taking a look. I also tried an alternative by just tweaking the test invocation in #225. Instead of removing the CMake files, I used ctest -E to exclude the symbolize test. The CI passes with this change. I don't have a strong preference so I'll leave it up to you to decide which one you prefer. If you opt for #225 then just add your review and I'll merge it.

@erozenfeld
Copy link
Contributor Author

I'd like to be consistent with what we do for llvm. We exclude these third party tests there, so I think we should do the same for gcov.

Copy link
Collaborator

@snehasish snehasish left a comment

Choose a reason for hiding this comment

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

lgtm

@snehasish snehasish merged commit 79a581d into google:master Aug 15, 2024
2 checks passed
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.

2 participants