-
Notifications
You must be signed in to change notification settings - Fork 157
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
Pull Request Preview Environments for increasing maintainer productivity #1246
Comments
Seems a good idea. But as for our preview, will it be a container which has the binary built from the PR? |
Yes, and the UI will be a terminal in the web where you can test out your binary. |
This is interesting but I am not sure if this is necessary. I personally prefer more solid test cases instead of manual verification. |
@terrytangyuan I understand. It is better to have more solid test cases than manual UAT. These previews help in the manual testing also in getting a glimpse of the changes and if they work correctly before you pull the code and test it locally. I am working on a PoC maybe it'll help change your mind. I have created an initial preview env over here https://pr-1-deployment-8319-envd.app.uffizzi.com/ for testing. Seems like envd is getting built as dir and not a binary. Not sure where I am going wrong. Maybe I need to use another dockerfile ? You can review my changes here waveywaves#1 |
@terrytangyuan Circling back to the point I made earlier. You can also automate your e2e against the uffizzi previews. |
Could you please explain more? Did not get it. |
@gaocegege just need a review on waveywaves#1 to see the changes basically. Not able to use the |
Could you clarify? We can already run e2e tests on GitHub Actions. What additional features does uffizzi offer? |
Hey @terrytangyuan, How do you envision yourself working with a preview environment for envd ? Let me know what you think. |
I think it would have much pros for user trial and preview. As envd usually works with docker to pull and up some images from remote repo, there might be some difficulties:
I would like it to run with every version release, to get user familiar with the product and new feature. Maybe contain some When runs at PR, it may help some feature PR that we could quick validate the feature, as we couldn't deploy tests for all new feature now. Nevertheless, we couldn't use them as test. |
I would like to make life easier for Envd maintainers by implementing Uffizzi preview environments.
Disclaimer: I work on Uffizzi.
Uffizzi is a Open Source full stack previews engine and our platform is available completely free for Envd (and all open source projects). This will provide maintainers with preview environments of their PRs in the cloud, allowing them iterate faster and reduce time to merge. You can see the open source repos which are currently using Uffizzi over here
Uffizzi is purpose-built for the task of previewing PRs and it integrates with your workflow to deploy preview environments in the background without any manual steps for maintainers or contributors.
I can go ahead and create an Initial PoC for you right away if you think there is value in this proposal.
TODO:
The text was updated successfully, but these errors were encountered: