From 6659e33d17682b0883b4007289d54aa06a4ebf47 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Fri, 13 Dec 2024 11:29:47 -0500 Subject: [PATCH] Only run 2 members for the marine hybrid (#1413) # Automated CI tests to run in Global Workflow - [ ] atm_jjob - [ ] C96C48_ufs_hybatmDA - [ ] C96C48_hybatmaerosnowDA - [ ] C48mx500_3DVarAOWCDA - [x] C48mx500_hybAOWCDA - [ ] C96C48_hybatmDA --- test/gw-ci/CMakeLists.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/gw-ci/CMakeLists.txt b/test/gw-ci/CMakeLists.txt index 54f5d4637..35c66d0cd 100644 --- a/test/gw-ci/CMakeLists.txt +++ b/test/gw-ci/CMakeLists.txt @@ -6,16 +6,9 @@ function(add_task task_name test_prefix is_full_cycle HALF_CYCLE FULL_CYCLE pslo set(subtask_names_list "gdas_fcst_seg0") elseif("${task_name}" STREQUAL "enkfgdas_fcst") - if("${pslot}" STREQUAL "C48mx500_hybAOWCDA") - set(subtask_names_list - "enkfgdas_fcst_mem001" - "enkfgdas_fcst_mem002" - "enkfgdas_fcst_mem003") - else() set(subtask_names_list "enkfgdas_fcst_mem001" "enkfgdas_fcst_mem002") - endif() elseif("${task_name}" STREQUAL "gdas_atmos_prod") set(subtask_names_list "gdas_atmos_prod_f000" @@ -248,7 +241,7 @@ if (WORKFLOW_TESTS) option(TEST_GFS18 "Enable the GFSv18 Atmos JEDI tests" ON) option(TEST_AERO_LAND "Enable the GFSv17 Aero-Land JEDI tests" ON) option(TEST_MARINE_VAR "Enable the GFSv17 Marine JEDI 3D VAR FGAT tests" ON) - option(TEST_MARINE_HYB "Enable the GFSv17 Marine JEDI 3d HYB VAR tests" OFF) + option(TEST_MARINE_HYB "Enable the GFSv17 Marine JEDI 3d HYB VAR tests" ON) option(TEST_GFS17 "Enable the GFSv17 WCDA tests" OFF) # Setup the environement