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

Migrate 2nd batch of CI jobs #2091

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

Conversation

nhatnghiho
Copy link
Contributor

Description of changes:

Migrate the following jobs from integrations.yml to CodeBuild:

  • openldap
  • cyrus-sasl
  • libevent

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

@nhatnghiho nhatnghiho requested a review from a team as a code owner January 2, 2025 18:49
@nhatnghiho nhatnghiho force-pushed the codebuild-ci-migration branch from f2a1f6d to 6c703b5 Compare January 2, 2025 18:54
@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.77%. Comparing base (a16c659) to head (e62607b).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2091      +/-   ##
==========================================
- Coverage   78.77%   78.77%   -0.01%     
==========================================
  Files         598      598              
  Lines      103744   103653      -91     
  Branches    14735    14720      -15     
==========================================
- Hits        81726    81649      -77     
+ Misses      21366    21353      -13     
+ Partials      652      651       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justsmth
Copy link
Contributor

justsmth commented Jan 2, 2025

Should the corresponding GitHub CI workflows be removed in this PR, or in a subsequent one?

Comment on lines 261 to 264
variables:
AWS_LC_CI_TARGET: "tests/ci/integration/run_openldap_integration.sh"
OPENLDAP_BRANCH: "master"
OPENLDAP_RELEASE: "OPENLDAP_REL_ENG_2_5"
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder whether by removing the quotes here we would be able to pass arguments directly to the script, instead of setting environment variables?

phases:
  build:
    commands:
      - ./${AWS_LC_CI_TARGET}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll try this out. I was trying to avoid clumping the arguments to AWS_LC_CI_TARGET since it's not very neat

@nhatnghiho
Copy link
Contributor Author

Should the corresponding GitHub CI workflows be removed in this PR, or in a subsequent one?

It's in this PR. Just pushed it

@nhatnghiho nhatnghiho force-pushed the codebuild-ci-migration branch from 728af54 to 2d4b00d Compare January 2, 2025 20:10
@smittals2 smittals2 self-requested a review January 3, 2025 18:25
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.

3 participants