diff --git a/.gitlab/issue_templates/deploy-next-swh-version.md b/.gitlab/issue_templates/deploy-next-swh-version.md index 60acee0..edf420c 100644 --- a/.gitlab/issue_templates/deploy-next-swh-version.md +++ b/.gitlab/issue_templates/deploy-next-swh-version.md @@ -1,37 +1,37 @@ /title Deploy next swh version /milestone %"MRO 2023" /labels ~"activity::Deployment" *Note* This proposes a plan to deploy the next swh version. Please, drop the unneeded actions from the plan. Actions: - [ ] Tags all impacted modules Includes: - - ... Dependency: - - ... staging: - [ ] swh-charts: Merge new versions - [ ] Let argocd deploy - [ ] Tag grafana with "deployment service= service= ... environment=staging" [1] [2] - [ ] Checks - - [ ] webapp, storage, scheduler, ...: If model version upgrade, check the migration happens appropriately + - [ ] Check model version upgrade (e.g. webapp, scheduler, storage primary, storage secondary replica, ...) - [ ] pod images are pulled correctly - [ ] pods are running without issues (rpc starts, celery workers consume messages, ...) production: - [ ] swh-charts: Merge staging branch into production - [ ] Let argocd deploy - [ ] Tag grafana with "deployment service= service= ... environment=production" [1] [2] - [ ] Checks - - [ ] webapp, storage, scheduler, ...: If model version upgrade, check the migration happens appropriately + - [ ] Check model version upgrade (e.g. webapp, scheduler, storage primary, storage secondary replica, ...) - [ ] pod images are pulled correctly - [ ] pods are running without issues (rpc starts, celery workers consume messages, ...)