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

Check-out the target commit when preparing PROD build artifacts #38678

Commits on Apr 2, 2024

  1. Check-out the target commit when preparing PROD build artifacts

    We have now a separate job that prepares and uploads artifacts
    when PROD image is being prepared for K8S testing. This saves a bit
    of time to prepare PROD image. However this step had a bug - it
    checked out the `main` version of code when preparing airflow and
    provider packages, so it was really testing the "previous" merge
    not the "current" PR.
    
    This PR switches the job to prepare artifacts to use the same
    checkout strategy as the other build-image workflow jobs.
    potiuk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c962c1a View commit details
    Browse the repository at this point in the history