Post Lagoon upgrade checklist¶
This is a checklist to run through post upgrading Lagoon. This is to ensure that core functionality is intact post the upgrade.
Prerequisites¶
There really isen't any besides having had Lagoon upgraded
Check deployments can be made¶
- Run a deployment from canary-main in the Lagoon UI
- See that it completes
- Make a change to .lagoon.yaml in customizable-canary-main's env repo this should be something small and insignificant like change a cron jobs schedule by a minute.
- Go to customizable-canary-main and see that it both runs and completes.
- Open the DPL platform project. Find .lagoon.yaml and edit the change the
schedule back. Run
SITE=customizable-canary task site:syncand check that it started a deployment. See it through.
Check tasks¶
Go to canary-main's tasks and select "Generate login link". Open the task and see that it works.