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 Valgrind checks from omnibus and generalBatch #4913

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

boquan-fang
Copy link
Contributor

@boquan-fang boquan-fang commented Nov 19, 2024

Resolved issues:

Our CIs for github and release runs Valgrind in generalBatch/Omnibus and Valgrind Codebuild job. Since a separate Valgrind test has been fully integrated into the github CI and the release CI, Valgrind in generalBatch and Omnibus should be removed.

Description of changes:

  • Remove buildspecs for Valgrind tests in buildspec_omnibus.yml and buildspec_generalbatch.yml.
  • Remove Valgrind in Makefiles and s2n_codebuild.sh.

Call-outs:

  • This is a follow up PR for PR#4912.
    • This PR can be merged after the previous PR is merged.
  • The s2nOmnibus job's inline buildspec is out of date from buildspec_omnibus.yml. I synced the inline buildspec for s2nOmnibus to buildspec_omnibus.tml to make them consistent.
  • Our s2nOmnibus job takes in line buildspec. I need to manually copy and paste buildspec_omnibus.yml to the Codebuild job after this PR is merged.

Testing:

Test by CI.

Test for this refactored buildspec_omnibus.yml can be found in this codebuild job.

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

A separate Valgrind test has been fully integrated into the github CI
and the release CI. Therefore, Valgrind in generalBatch and Omnibus
should be removed.
@github-actions github-actions bot added the s2n-core team label Nov 19, 2024
@boquan-fang boquan-fang marked this pull request as ready for review November 19, 2024 22:18
Copy link
Contributor

@dougch dougch left a comment

Choose a reason for hiding this comment

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

Looks good, I just want to see one attempt to run this new Omnibus, we can sync up tomorrow (or add a link to the overview)

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.

2 participants