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

Chaos and Smoke Collide in docker image tag name #8656

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

tateexon
Copy link
Contributor

@tateexon tateexon commented Mar 8, 2023

This fixes a race between chaos tests and smoke tests where they build different test images but would push the same name to ecr. This is only an issue on tag creation for releases. This fixes it so they use unique names and will no longer collide.

This fixes a race between chaos tests and smoke tests where they built different test images but would push the same name to ecr. This fixes it so they use unique names and will no longer collide.
@tateexon tateexon requested a review from a team as a code owner March 8, 2023 21:15
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2023

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@kalverra kalverra merged commit 1e63bed into develop Mar 8, 2023
@kalverra kalverra deleted the tag_image_overwrite_race branch March 8, 2023 21:30
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