diff --git a/.gitlab/issue_templates/deploy-next-swh-version.md b/.gitlab/issue_templates/deploy-next-swh-version.md index a037942..60acee0 100644 --- a/.gitlab/issue_templates/deploy-next-swh-version.md +++ b/.gitlab/issue_templates/deploy-next-swh-version.md @@ -1,33 +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: -- [ ] storage1.staging: Upgrade package & Restart gunicorn-swh-storage (if storage is impacted) - [ ] 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 + - [ ] pod images are pulled correctly + - [ ] pods are running without issues (rpc starts, celery workers consume messages, ...) production: -- [ ] saam, moma, webapp1: Upgrade swh.storage package & Restart gunicorn-swh-storage (if storage is impacted) - [ ] 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 + - [ ] pod images are pulled correctly + - [ ] pods are running without issues (rpc starts, celery workers consume messages, ...)