From e4524ecde9c7f8fea03bf822005b75dc3a4a71b5 Mon Sep 17 00:00:00 2001 From: wrongkindofdoctor <20195932+wrongkindofdoctor@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:48:39 -0400 Subject: [PATCH] move convective_transition_diag POD to set 1b tests --- tests/github_actions_test_macos_1a.jsonc | 8 ++++---- tests/github_actions_test_macos_1b.jsonc | 10 +++++----- tests/github_actions_test_ubuntu_1a.jsonc | 8 ++++---- tests/github_actions_test_ubuntu_1b.jsonc | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/github_actions_test_macos_1a.jsonc b/tests/github_actions_test_macos_1a.jsonc index f153f9bfc..b33476fd4 100644 --- a/tests/github_actions_test_macos_1a.jsonc +++ b/tests/github_actions_test_macos_1a.jsonc @@ -3,16 +3,16 @@ // as blank lines (JSONC quasi-standard.) { "pod_list": [ - "convective_transition_diag", - //"Wheeler_Kiladis", + "Wheeler_Kiladis", "precip_diurnal_cycle" + //"EOF_500hPa" ], - "case_list": { + "case_list" : { "NCAR.Synthetic": { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed. diff --git a/tests/github_actions_test_macos_1b.jsonc b/tests/github_actions_test_macos_1b.jsonc index 4a1419058..f028dc1c1 100644 --- a/tests/github_actions_test_macos_1b.jsonc +++ b/tests/github_actions_test_macos_1b.jsonc @@ -4,15 +4,15 @@ { "pod_list": [ "MJO_suite", - "MJO_teleconnection" - //"EOF_500hPa" + "MJO_teleconnection", + "convective_transition_diag" ], - "case_list": { - "NCAR.Synthetic": { + "case_list" : { + "NCAR.Synthetic" : { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed. diff --git a/tests/github_actions_test_ubuntu_1a.jsonc b/tests/github_actions_test_ubuntu_1a.jsonc index ea1b1b937..8645d144d 100644 --- a/tests/github_actions_test_ubuntu_1a.jsonc +++ b/tests/github_actions_test_ubuntu_1a.jsonc @@ -3,16 +3,16 @@ // as blank lines (JSONC quasi-standard.) { "pod_list": [ - //"convective_transition_diag", - "Wheeler_Kiladis" - // "precip_diurnal_cycle" + "Wheeler_Kiladis", + "precip_diurnal_cycle" + //"EOF_500hPa" ], "case_list" : { "NCAR.Synthetic": { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed. diff --git a/tests/github_actions_test_ubuntu_1b.jsonc b/tests/github_actions_test_ubuntu_1b.jsonc index ff73d3492..cdb29de43 100644 --- a/tests/github_actions_test_ubuntu_1b.jsonc +++ b/tests/github_actions_test_ubuntu_1b.jsonc @@ -8,11 +8,11 @@ "convective_transition_diag" ], "case_list" : { - "NCAR.Synthetic": { + "NCAR.Synthetic" : { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed.