From eeb889498ad1f16578acf363b45080ef56756be2 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Fri, 10 Nov 2023 15:37:43 +0100 Subject: [PATCH] Add scheduler task type register step when deploying new stack --- .gitlab/issue_templates/deploy-new-stack-in-production.md | 1 + .gitlab/issue_templates/deploy-new-stack-in-staging.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab/issue_templates/deploy-new-stack-in-production.md b/.gitlab/issue_templates/deploy-new-stack-in-production.md index 184f97f..df24688 100644 --- a/.gitlab/issue_templates/deploy-new-stack-in-production.md +++ b/.gitlab/issue_templates/deploy-new-stack-in-production.md @@ -10,6 +10,7 @@ drop the unneeded actions from the plan. - [ ] [swh-charts](https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts/-/blob/production/swh/values/production.yaml?ref_type=heads#L126): Checkout production branch - [ ] [swh-charts](https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts/-/blob/production/swh/values/production.yaml?ref_type=heads#L143): Adapt values to reference the new lister and loader (equivalent to what was done for staging) - [ ] Deploy (push branch and let argocd do its job) +- [ ] scheduler: Connect to toolbox pod & register new scheduler task types (if required) - [ ] Tag grafana with "deployment service=loader-<project> service=<lister-project> environment=production" [1] - [ ] Checks pods are doing their jobs diff --git a/.gitlab/issue_templates/deploy-new-stack-in-staging.md b/.gitlab/issue_templates/deploy-new-stack-in-staging.md index e5e1f60..016cad1 100644 --- a/.gitlab/issue_templates/deploy-new-stack-in-staging.md +++ b/.gitlab/issue_templates/deploy-new-stack-in-staging.md @@ -11,6 +11,7 @@ the unneeded actions from the plan. - [ ] [swh-charts](https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts/-/blob/staging/values-swh-application-versions.yaml?ref_type=heads): Reference new image (if required) - [ ] [swh-charts](https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts/-/blob/staging/swh/values/staging.yaml?ref_type=heads#L126): Adapt values to reference the new lister and loader - [ ] Deploy (push branch and let argocd do its job) +- [ ] scheduler: Connect to toolbox pod & register new scheduler task types (if required) - [ ] Tag grafana with "deployment service=loader-<project> service=<lister-project> environment=staging" [1] - [ ] Checks pods are doing their jobs -- GitLab