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

[Release Pipeline] Use docker.io rather than gcr.io when running TE tests #15383

Open
dkijania opened this issue Mar 26, 2024 · 0 comments
Open

Comments

@dkijania
Copy link
Member

dkijania commented Mar 26, 2024

When running stable pipeline we are running integration tests as part of post release verifications. However, in release pipeline usually we are pushing to docker.io (this mechanism is based on tags which are not a part of pipeline but pre-manual step). Script which runs tests is always using gcr.io as a repository from which it fetches dockers. This can lead to lack of proper chain of build -> release -> test actions. We are releasing on docker.io but still we are testing images from gcr.io.

We need to introduce logic to run_test_executive script which should be aware that we want to pull from docker.io in some cases

@dkijania dkijania changed the title [Release Pipeline] Use docker.io rather than gcr.io [Release Pipeline] Use docker.io rather than gcr.io when running TE tests Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant