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

Add 4 new Amazon Linux CodeBuild jobs to CloudFormation stack template #4228

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

Ephylouise
Copy link
Contributor

@Ephylouise Ephylouise commented Jul 2, 2024

Summary

The CloudFormation Stack template edits create 4 new CodeBuild jobs and their respective service roles.

Implementation details

The new CodeBuild projects are needed to create Amazon Linux RPM artifacts. The 4 new jobs are required due to the build process which requires separate image configurations for each Amazon Linux variant and architecture combination.

The four new CodeBuild jobs will be named with the following suffixes:

  • amzn2-arm - Amazon Linux 2 ARM
  • amzn2-amd - Amazon Linux 2 AMD
  • amzn2023-arm - Amazon-Linux 2023 ARM
  • amzn2023-amd - Amazon-Linux 2023 AMD

Testing

AWS CloudFormation Validator aws cloudformation validate-template was used to validate the syntax and structure of the template after changes. The template was tested using AWS CLI in a separate account to verify the creation of the 8 Codebuild jobs, including the Amazon Linux builds. The Validation and CloudFormation process testing steps produced the expected results.

For more information, please see previous PR #4220

Description for the changelog

Enhancement - Add Amazon Linux CodeBuild jobs to CloudFormation stack template

Licensing

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

@Ephylouise Ephylouise requested a review from a team as a code owner July 2, 2024 21:07
@Ephylouise Ephylouise merged commit c0d9eb8 into aws:dev Jul 3, 2024
40 checks passed
@amogh09 amogh09 mentioned this pull request Jul 8, 2024
jiuchoe4 pushed a commit to saurabhc123/amazon-ecs-agent that referenced this pull request Jul 12, 2024
aws#4228)

* Add 4 new Amazon Linux CodeBuild jobs to CloudFormation stack template

* Remove hardcoded Github account IDs
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.

None yet

4 participants