-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test applications built using spin registry push
#37
Comments
could we please assign this to me. I wil pick this up next once my in-flight PR's are done. |
@rajatjindal checking in to see if you are still working on this. This testing gap came up again recently in #79. |
Hi @vdice Thank you for the ping This issue is one of the first things i have planned for next week. This week i was busy with some other high priority stuff on my side. |
I have started work on this, and based on preliminary investigation, I think I am going to make following changes at a highlevel (this may change a bit once i actually start the implementation).
Questions:
Thanks |
That all sounds like a good way to go to me!
Could we build the test apps concurrently with the usual shim build stage? The app test job/workflow will of course need to depend on that stage completing... but at least other items needed (shim build/test) are happening as well, so not a total waste. Oh, we'll also want to push the same test apps to this project's ghcr.io repo (as we've been doing for the Docker-based apps) so that they can be publicly accessible. Just want to mention in case this affects your structuring -- though totally understandable to relegate for a follow-up. (And technically, if we don't mind the tests waiting, we could only push to ghcr.io instead of loading into a configured k3d registry and then have the tests pull from ghcr.io... defer to your judgement on what is best here. Definitely understand wanting to prioritize CI efficiency.) |
PR #90 opened for adding tests with "spin registry push" |
Looks like this can be closed per #90 right @rajatjindal? |
I'd love to add as a follow-up, testing applications built using
spin registry push
.Originally posted by @radu-matei in #36 (review)
The text was updated successfully, but these errors were encountered: