Skip to content
Snippets Groups Projects
Verified Commit eeb88949 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Add scheduler task type register step when deploying new stack

parent e7913b05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment