nebari
nebari copied to clipboard
Integration test enhancements
For all provides, we'll need integration tests for:
- [ ] GPU
- [ ] Custom VPC
- [ ] Spot instances (preemptible)
- [ ] Upgrade from previous version
- [ ] Redeploy via GitHub-Actions
- [ ] Redeploy via GitLab-CI
xref: https://github.com/nebari-dev/nebari/issues/1951 & similar
For handling the items below, just adding as ref., we used to have a test in a private repo that handled that, it might be worth checking that:
Redeploy via GitHub-Actions
Redeploy via GitLab-CI
It basically deployed, then injected changes to the yaml file to trigger the action. I am not sure how the progress state was checked though.