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

E2E Test workflow should reuse the result of Build and Test #323

Closed
squizzi opened this issue Sep 16, 2024 · 0 comments · Fixed by #360
Closed

E2E Test workflow should reuse the result of Build and Test #323

squizzi opened this issue Sep 16, 2024 · 0 comments · Fixed by #360
Assignees
Labels
github actions Pull requests that update GitHub Actions code nice to have This would be nice to have sometime, low priority

Comments

@squizzi
Copy link
Contributor

squizzi commented Sep 16, 2024

Currently the E2E tests workflow builds and pushes it's own tag to the charts ci repo, however it would be better if the Build and Test workflow conducted the docker-build and pushed it to the CI repo only after unit testing was complete and then the E2E test repo reused the result of this build instead of conducting it again.

In order for this to happen we'll need to make the E2E tests repo either reuse the Build and Test workflow OR just make it depend on that running and move the pushing step into Build and Test, the tricky part is figuring out how to continue to support a labeled pull_request event with type workflow_run

@squizzi squizzi added github actions Pull requests that update GitHub Actions code nice to have This would be nice to have sometime, low priority labels Sep 16, 2024
@squizzi squizzi self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github actions Pull requests that update GitHub Actions code nice to have This would be nice to have sometime, low priority
Projects
Status: Done
1 participant