Skip to content

Create pre-production stage for CI pipeline - #2282

Merged
nhatnghiho merged 18 commits into
aws:mainfrom
nhatnghiho:ci-pipeline
May 27, 2025
Merged

Create pre-production stage for CI pipeline#2282
nhatnghiho merged 18 commits into
aws:mainfrom
nhatnghiho:ci-pipeline

Conversation

@nhatnghiho

@nhatnghiho nhatnghiho commented Mar 20, 2025

Copy link
Copy Markdown
Contributor

Issues:

Resolves #CryptoAlg-2983 and #CryptoAlg-2984

Description of changes:

This PR implements steps to deploy to pre-production in the CI pipeline, which will act as template for production deployment later on. The PR also sets up a dev deployment environment for testing purposes.

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.

@codecov-commenter

codecov-commenter commented Mar 20, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.89%. Comparing base (c142a82) to head (109a69b).
⚠️ Report is 509 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2282      +/-   ##
==========================================
- Coverage   78.89%   78.89%   -0.01%     
==========================================
  Files         621      621              
  Lines      108670   108670              
  Branches    15419    15421       +2     
==========================================
- Hits        85739    85732       -7     
- Misses      22260    22268       +8     
+ Partials      671      670       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nhatnghiho
nhatnghiho force-pushed the ci-pipeline branch 2 times, most recently from 267feb5 to b100ece Compare March 20, 2025 22:30
@nhatnghiho
nhatnghiho force-pushed the ci-pipeline branch 3 times, most recently from 3f82970 to edbd376 Compare March 26, 2025 16:37
@nhatnghiho
nhatnghiho marked this pull request as ready for review March 26, 2025 16:39
@nhatnghiho
nhatnghiho requested a review from a team as a code owner March 26, 2025 16:39
@skmcgrail
skmcgrail self-requested a review March 26, 2025 20:34
Comment thread tests/ci/cdk/cdk/codebuild/ec2_test_framework_omnibus.yaml Outdated
Comment thread tests/ci/cdk/cdk/codebuild/ec2_test_framework_omnibus.yaml Outdated
Comment thread tests/ci/cdk/cdk/codebuild/ec2_test_framework_omnibus.yaml Outdated
Comment thread tests/ci/cdk/cdk/codebuild/ec2_test_framework_omnibus.yaml Outdated
Comment thread tests/ci/cdk/cdk/aws_lc_ec2_test_framework_ci_stack.py Outdated
Comment thread tests/ci/cdk/pipeline/scripts/build_target.sh Outdated
Comment thread tests/ci/cdk/pipeline/scripts/build_target.sh Outdated
Comment thread tests/ci/cdk/pipeline/scripts/build_target.sh Outdated
Comment thread tests/ci/cdk/pipeline/scripts/build_target.sh Outdated
Comment thread tests/ci/cdk/pipeline/scripts/check_trigger_conditions.sh Outdated
Comment thread tests/ci/cdk/README.md Outdated
Comment thread tests/ci/cdk/cdk/aws_lc_github_ci_stack.py
Comment thread tests/ci/cdk/cdk/bm_framework_stack.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
else {}
)

@jsii.member(jsii_name="produceAction")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yeah, is there some functionality missing in the Python CDK? Have we given feedback to them about it

Comment thread tests/ci/cdk/cdk/windows_docker_image_build_stack.py
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/ci_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/linux_docker_image_build_stage.py Outdated
Comment thread tests/ci/cdk/pipeline/scripts/util.sh
Comment thread tests/ci/cdk/run-cdk.sh Outdated
Comment thread tests/ci/cdk/run-cdk.sh Outdated
Comment thread tests/ci/cdk/util/metadata.py Outdated
Comment thread tests/ci/cdk/app.py
andrewhop
andrewhop previously approved these changes May 16, 2025
skmcgrail
skmcgrail previously approved these changes May 20, 2025
@nhatnghiho
nhatnghiho dismissed stale reviews from skmcgrail and andrewhop via 7ad6a6b May 20, 2025 21:52
andrewhop
andrewhop previously approved these changes May 20, 2025
skmcgrail
skmcgrail previously approved these changes May 20, 2025
@nhatnghiho
nhatnghiho dismissed stale reviews from skmcgrail and andrewhop via 95c74a0 May 20, 2025 23:42
skmcgrail
skmcgrail previously approved these changes May 20, 2025
andrewhop
andrewhop previously approved these changes May 21, 2025
@nhatnghiho
nhatnghiho dismissed stale reviews from andrewhop and skmcgrail via fcf3908 May 21, 2025 01:21
@nhatnghiho
nhatnghiho enabled auto-merge (squash) May 27, 2025 15:25
@nhatnghiho
nhatnghiho merged commit 3c87703 into aws:main May 27, 2025
@justsmth justsmth mentioned this pull request May 29, 2025
justsmth added a commit that referenced this pull request May 29, 2025
## What's Changed
* Increase default salt from 8 to 16 bytes for PKCS#8 & PKCS#12 by @xnox
in #2409
* fix(nix): Make sure bssl is in the PATH; workaround nix build failure…
by @dougch in #2431
* Fix path-has-spaces test by @justsmth in
#2436
* Create pre-production stage for CI pipeline by @nhatnghiho in
#2282
* Fix CI cross-mingw by @justsmth in
#2437
* Display X509 fingerprint after hash by @justsmth in
#2444

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.
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.

4 participants