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

fix: CE-1043 investigate issue with pipeline image GitHub images appear to be deleted while in use #721

Conversation

barrfalk
Copy link
Collaborator

@barrfalk barrfalk commented Oct 23, 2024

Description

When migrating to production, we shouldn't be rebuilding the release, since this could introduce a change that wasn't tested in the test environment. Instead, we should be grabbing the latest PR that was merged into the release branch, and use that to deploy that image to production. I believe this will fix the issue with the deleted images in GHCR, as well as fix the issue where the image tags couldn't be found when deploying to production.

Fixes # (issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Further comments


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

When migrating to production, we shouldn't be rebuilding the release, since this could introduce a change that wasn't tested in the test environment.  Instead, we should be grabbing the latest PR that was merged into the release branch, and use that to deploy that image to production.
Copy link
Collaborator

@jon-funk jon-funk left a comment

Choose a reason for hiding this comment

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

As far as I can reason about the changes and testing what I can locally, I think this will work after removing the --merges flag

…-with-pipeline-image-Github-images-appear-to-be-deleted-while-in-use
…-with-pipeline-image-Github-images-appear-to-be-deleted-while-in-use
Copy link

sonarcloud bot commented Oct 29, 2024

@afwilcox afwilcox merged commit 156aad7 into release/noble-sea-lemon Oct 29, 2024
15 checks passed
@afwilcox afwilcox deleted the CE-1043-Investigate-issue-with-pipeline-image-Github-images-appear-to-be-deleted-while-in-use branch October 29, 2024 15:56
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