Skip to content

Commit

Permalink
update gw based ctest dependencies (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Dec 21, 2024
1 parent 508fc07 commit 2c86186
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function(add_task task_name test_prefix is_full_cycle HALF_CYCLE FULL_CYCLE pslo
elseif("${task_name}" STREQUAL "gdas_atmanlfinal")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_atmanlfv3inc_${FULL_CYCLE}")
elseif("${task_name}" STREQUAL "gdas_aeroanlinit")
list(APPEND TEST_DEPENDS "${test_prefix}_aeroanlgenb_${HALF_CYCLE}")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_aeroanlgenb_${HALF_CYCLE}")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_prep_${FULL_CYCLE}")
elseif("${task_name}" STREQUAL "gdas_aeroanlvar")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_aeroanlinit_${FULL_CYCLE}")
Expand Down Expand Up @@ -164,6 +164,9 @@ function(add_task task_name test_prefix is_full_cycle HALF_CYCLE FULL_CYCLE pslo
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_fcst_${HALF_CYCLE}")
elseif("${task_name}" STREQUAL "gdas_marinebmat")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_fcst_${HALF_CYCLE}")
if("${pslot}" STREQUAL "C48mx500_hybAOWCDA")
list(APPEND TEST_DEPENDS "${test_prefix}_enkfgdas_fcst_${HALF_CYCLE}")
endif()
elseif("${task_name}" STREQUAL "gdas_marineanlinit")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_fcst_${HALF_CYCLE}")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_prepoceanobs_${FULL_CYCLE}")
Expand Down

0 comments on commit 2c86186

Please sign in to comment.