nebari icon indicating copy to clipboard operation
nebari copied to clipboard

Integration test enhancements

Open pavithraes opened this issue 2 years ago • 1 comments

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

pavithraes avatar Sep 18 '23 16:09 pavithraes

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.

viniciusdc avatar Sep 03 '24 21:09 viniciusdc