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

ci(refactor): remove ASAN from Omnibus and GeneralBatch #4946

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

boquan-fang
Copy link
Contributor

@boquan-fang boquan-fang commented Dec 3, 2024

Description of changes:

buildspec_sanitizer.yml has coverages for both ASAN and UBSAN, while the current Omnibus only has ASAN coverage for two libcryptos. We want to drop those two coverages in Omnibus and run our AddressSanitizer job instead. Hence, this PR drop the buildspec for those two jobs. We also remove the ASAN parts in s2nGeneralBatch, since AddressSanitizer already provides coverages for those tests.

Testing:

The results for the triggered Omnibus job, S2nIntegrationV2Batch2 job, Valgrind job, s2nFuzzBatch job, and AddressSanitizer job are linked to this PR.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Dec 3, 2024
@boquan-fang boquan-fang marked this pull request as ready for review December 3, 2024 23:32
@boquan-fang boquan-fang requested a review from dougch as a code owner December 3, 2024 23:32
@boquan-fang boquan-fang requested a review from jmayclin December 3, 2024 23:32
@boquan-fang boquan-fang merged commit 80003e6 into aws:main Dec 4, 2024
38 checks passed
@boquan-fang boquan-fang deleted the remove-asan-from-omnibus branch December 18, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants