From 94def76c52ec4c11aa8e21ac3372819b5dab258f Mon Sep 17 00:00:00 2001 From: darefalola Date: Tue, 20 May 2025 15:30:06 +0100 Subject: [PATCH 1/3] changed db name to latest release --- k8s/overlays/staging/config/db-cm-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/overlays/staging/config/db-cm-patch.yaml b/k8s/overlays/staging/config/db-cm-patch.yaml index d036da5..e34d10a 100644 --- a/k8s/overlays/staging/config/db-cm-patch.yaml +++ b/k8s/overlays/staging/config/db-cm-patch.yaml @@ -5,4 +5,4 @@ metadata: data: DATABASE_HOST: mysql-service-staging DATABASE_PORT: "4650" - DATABASE_NAME: ensembl_tark_e75_to_e113 \ No newline at end of file + DATABASE_NAME: ensembl_tark_e75_to_e114 \ No newline at end of file From e6957b26710eccdbecfa308977f02eee76fc1d61 Mon Sep 17 00:00:00 2001 From: darefalola Date: Mon, 2 Jun 2025 12:46:24 +0100 Subject: [PATCH 2/3] changed db version --- k8s/overlays/production/config/db-cm-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/overlays/production/config/db-cm-patch.yaml b/k8s/overlays/production/config/db-cm-patch.yaml index e966dc4..5440003 100644 --- a/k8s/overlays/production/config/db-cm-patch.yaml +++ b/k8s/overlays/production/config/db-cm-patch.yaml @@ -5,4 +5,4 @@ metadata: data: DATABASE_HOST: mysql-service-production DATABASE_PORT: "4650" - DATABASE_NAME: ensembl_tark_e75_to_e113 \ No newline at end of file + DATABASE_NAME: ensembl_tark_e75_to_e114 \ No newline at end of file From a7174517c5483ea8be0b555ca0089d6f0640616c Mon Sep 17 00:00:00 2001 From: darefalola Date: Mon, 2 Jun 2025 12:51:26 +0100 Subject: [PATCH 3/3] changed ubuntu runner --- .github/workflows/dep_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dep_check.yml b/.github/workflows/dep_check.yml index 6200a9d..d704f1a 100644 --- a/.github/workflows/dep_check.yml +++ b/.github/workflows/dep_check.yml @@ -17,7 +17,7 @@ jobs: test: # The type of runner that the job will run on and timeout in minutes name: Run pip install - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest timeout-minutes: 10 # Steps represent a sequence of tasks that will be executed as part of the job