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

PLT-695: Update AB2D prod-test ECR tag to avoid overlap with prod #1408

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

christopher-maboh
Copy link
Contributor

@christopher-maboh christopher-maboh commented Oct 23, 2024

🎫 Ticket

PLT-695

🛠 Changes

promote workflow updated to tag prod-test env images with the "ab2d-prod-test" prefix.

ℹ️ Context

The current tagging of ab2d-east-prod and ab2d-east-prod-test images causes issues. ECR lifecycle policies are based on prefixes. Essentially, a policy on the ab2d-east-prod prefix will include ab2d-east-prod-test images in its count and may delete all prod images older than any new prod-test images.

🧪 Validation

Check Workflow Execution:
Confirm that the workflow ran successfully in GitHub Actions.
Confirm Image Tags:
Go to the Amazon ECR repository in the AWS console.
Verify that the images have new tags (e.g., ab2d-prod-test-latest, ab2d-sbx-latest, etc., depending on the environment).
Run Deployment:
Trigger the deployment pipeline for the environment where this workflow was tested.
Confirm that the deployment succeeds without errors.
Check Logs for Any Issues:
Review logs from GitHub Actions and AWS CloudWatch for any error messages.
Verify Application Functionality:
Access the application (in the test or production environment as appropriate) to ensure it’s working correctly with the newly tagged images.

@christopher-maboh christopher-maboh requested a review from a team as a code owner October 23, 2024 19:07
@christopher-maboh christopher-maboh requested a review from gsf October 23, 2024 19:14
Copy link
Member

@gsf gsf 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. Please test on merge.

@gsf
Copy link
Member

gsf commented Oct 25, 2024

And please add steps that will be taken to validate to the Validation section.

@christopher-maboh christopher-maboh merged commit 1719071 into main Oct 25, 2024
8 checks passed
@christopher-maboh christopher-maboh deleted the PLT-695 branch October 25, 2024 21:49
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.

2 participants