From 24a0b5d7c42d1ab7d4674d9083597b9f10ffd0ed Mon Sep 17 00:00:00 2001 From: YiWen Hon Date: Wed, 8 Oct 2025 16:09:28 +0100 Subject: [PATCH 1/2] bumps workflow yamls --- resources/nhp_model_run-icb.yml | 6 +++--- resources/nhp_model_run-national.yml | 6 +++--- resources/nhp_model_run-provider.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/nhp_model_run-icb.yml b/resources/nhp_model_run-icb.yml index 9d2b572..262dba9 100644 --- a/resources/nhp_model_run-icb.yml +++ b/resources/nhp_model_run-icb.yml @@ -1,7 +1,7 @@ resources: jobs: - NHP_Model-v4_1_0-Run_ICB: - name: NHP Model v4.1.0 Run (ICB) + NHP_Model-v4_2_1-Run_ICB: + name: NHP Model v4.2.1 Run (ICB) tasks: - task_key: list_files notebook_task: @@ -47,6 +47,6 @@ resources: - name: queue_path default: "/Volumes/nhp/model_data/queue/icb/" - name: data_path - default: "/Volumes/nhp/model_data/files/v4.1.0/" + default: "/Volumes/nhp/model_data/files/v4.2.1/" - name: save_full_model_results default: "false" diff --git a/resources/nhp_model_run-national.yml b/resources/nhp_model_run-national.yml index fabdcd6..a7c5602 100644 --- a/resources/nhp_model_run-national.yml +++ b/resources/nhp_model_run-national.yml @@ -1,7 +1,7 @@ resources: jobs: - NHP_Model-v4_1_0-Run_National: - name: NHP Model v4.1.0 Run (National) + NHP_Model-v4_2_0-Run_National: + name: NHP Model v4.2.1 Run (National) tasks: - task_key: list_files notebook_task: @@ -47,6 +47,6 @@ resources: - name: queue_path default: "/Volumes/nhp/model_data/queue/national/" - name: data_path - default: "/Volumes/nhp/model_data/files/v4.1.0/" + default: "/Volumes/nhp/model_data/files/v4.2.1/" - name: save_full_model_results default: "false" diff --git a/resources/nhp_model_run-provider.yml b/resources/nhp_model_run-provider.yml index 4a35098..1b4e9c3 100644 --- a/resources/nhp_model_run-provider.yml +++ b/resources/nhp_model_run-provider.yml @@ -1,7 +1,7 @@ resources: jobs: - NHP_Model-v4_1_0-Run_Provider: - name: NHP Model v4.1.0 Run (Provider) + NHP_Model-v4_2_1-Run_Provider: + name: NHP Model v4.2.1 Run (Provider) tasks: - task_key: list_files notebook_task: @@ -47,6 +47,6 @@ resources: - name: queue_path default: "/Volumes/nhp/model_data/queue/provider/" - name: data_path - default: "/Volumes/nhp/model_data/files/v4.1.0/" + default: "/Volumes/nhp/model_data/files/4.2.1/" - name: save_full_model_results default: "false" From b59e222090ecd2266e8b20f5a554f207294090c5 Mon Sep 17 00:00:00 2001 From: YiWen Hon Date: Wed, 8 Oct 2025 16:10:38 +0100 Subject: [PATCH 2/2] fix version number in national workflow yaml --- resources/nhp_model_run-national.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/nhp_model_run-national.yml b/resources/nhp_model_run-national.yml index a7c5602..78423ca 100644 --- a/resources/nhp_model_run-national.yml +++ b/resources/nhp_model_run-national.yml @@ -1,6 +1,6 @@ resources: jobs: - NHP_Model-v4_2_0-Run_National: + NHP_Model-v4_2_1-Run_National: name: NHP Model v4.2.1 Run (National) tasks: - task_key: list_files