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

[0.7.x] more ci related backports #1293

Merged
merged 4 commits into from
Jul 26, 2023
Merged

Commits on Jul 25, 2023

  1. Clean up e2e test images more gracefully

    because we're getting weird behaviour when testing with a local
    registry:2 where it won't let us delete manifests by tag. so we're now
    explictly storing and deleting the actual digest of the image we create
    
    Co-authored-by: Tom Kennedy <[email protected]>
    chenbh and tomkennedy513 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8de907a View commit details
    Browse the repository at this point in the history
  2. login to docker before pushing lifecycle image

    it seems that we were relying on a race condition of another job logging
    into docker before we push/relocate the lifecycle image
    
    Signed-off-by: Bohan Chen <[email protected]>
    chenbh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    321139b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. don't build the build-waiter-image

    this was a copy-paste mistake from 0.8.0+
    
    Signed-off-by: Bohan Chen <[email protected]>
    chenbh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    065cb55 View commit details
    Browse the repository at this point in the history
  2. fix e2e

    this is a minimal copy of d636723 to
    get the e2e tests working
    
    Signed-off-by: Bohan Chen <[email protected]>
    chenbh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    33749c0 View commit details
    Browse the repository at this point in the history