From 367bb667e2f5d1ac45015e91616873e5af389dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Thu, 9 Jan 2025 14:17:44 +0100 Subject: [PATCH] remove redeployment section and linkspector config file --- .github/workflows/.linkspector.yml | 6 ---- doc/procedures/new_release.md | 44 +----------------------------- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .github/workflows/.linkspector.yml diff --git a/.github/workflows/.linkspector.yml b/.github/workflows/.linkspector.yml deleted file mode 100644 index ee8f20401..000000000 --- a/.github/workflows/.linkspector.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Configuration file for linkspector.yml -dirs: - - . -useGitIgnore: true -ignorePatterns: - - pattern: "https://github.com/ScilifelabDataCentre/sysadmin*+" diff --git a/doc/procedures/new_release.md b/doc/procedures/new_release.md index fb88492be..292ebe1f3 100644 --- a/doc/procedures/new_release.md +++ b/doc/procedures/new_release.md @@ -56,46 +56,4 @@ An image of the web / api will be published to the [GitHub Container Registry](https://codefresh.io/csdp-docs/docs/integrations/container-registries/github-cr/) -10. Perform redeployment - - The method for this _depends on the situation_ / size of and reason for the upgrade. - - - **Bug**, affecting the DDS functionality - Fix ASAP - - 1. Add a new _Message of the Day_ (MOTD) informing the users of an ongoing / immediate update - (see CLI) - 2. Send the MOTD via email (see CLI) - 3. Send a message in the `dds-status` slack channel to inform the units - 4. Ask for a redeployment - - 1. Go to the [sysadmin repository](https://github.com/ScilifelabDataCentre/sysadmin/issues) - 2. Create a new issue and fill in the following information - - `Title` - - DDS: Redeploy the production instance (`dds`) - - `Leave a comment` - - Please redeploy the production instance of the DDS. - Image: - - Fill in the [manual log](https://scilifelab.atlassian.net/wiki/spaces/deliveryportal/pages/2318565390/Production) on Confluence. - - - **New feature** or bug that does not need an immediate fix - - Cluster maintenance is performed the first Wednesday (that is a work day) of every month. The DDS is redeployed during this as well. However, we still need to inform the users of the upcoming upgrade, and the sysadmins of which image they should deploy. - - 1. Go to the [sysadmin repository](https://github.com/ScilifelabDataCentre/sysadmin/issues) - 2. Create a new issue and fill in the following information - - `Title` - - DDS: Schedule redeployment of production instance (`dds`) for next cluster maintenance window - - `Leave a comment` - - During the next cluster maintenance (``), please redeploy the production instance of the DDS. - - Image: - - Fill in the [manual log](https://scilifelab.atlassian.net/wiki/spaces/deliveryportal/pages/2318565390/Production) on Confluence. +10. Perform redeployment during maintenance window.