From e779f8fe7d6bdac8635edfa77c5b11393ac880f7 Mon Sep 17 00:00:00 2001 From: Naser Mahfouz Date: Mon, 23 Sep 2024 19:40:50 -0400 Subject: [PATCH 1/2] add eamxx tests to e3sm suites --- .github/workflows/e3sm-gh-ci-cime-tests.yml | 1 + cime_config/tests.py | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e3sm-gh-ci-cime-tests.yml b/.github/workflows/e3sm-gh-ci-cime-tests.yml index 6c9ee1ab114c..47ebacc4e8f4 100644 --- a/.github/workflows/e3sm-gh-ci-cime-tests.yml +++ b/.github/workflows/e3sm-gh-ci-cime-tests.yml @@ -10,6 +10,7 @@ on: - 'components/eam/**' - 'components/eamxx/**' - 'components/elm/**' + - 'components/homme/**' - 'driver-moab/**' - 'driver-mct/**' # second, no to these diff --git a/cime_config/tests.py b/cime_config/tests.py index eeca5343ba14..23475e982608 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -112,6 +112,7 @@ "SMS_Ln5.ne4pg2_oQU480.F2010", "ERS_D.ne4pg2_oQU480.F2010.eam-hommexx", "SMS_Ln9_P24x1.ne4_ne4.FDPSCREAM-ARM97", + "SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI", ) }, @@ -208,6 +209,7 @@ "SMS_Ld3.ne4pg2_oQU480.F2010.eam-thetahy_sl_pg2_mass", "ERP_Ld3.ne4pg2_ne4pg2.FIDEAL.allactive-pioroot1", "ERS_Ld5.ne4pg2_oQU480.F2010.eam-sathist_F2010", + "ERS_Ld5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.eamxx-prod", ) }, @@ -220,7 +222,7 @@ "SMS_D_Ln5.ne30pg2_r05_IcoswISC30E3r5.F2010", "ERP_Ld3.ne30pg2_r05_IcoswISC30E3r5.F2010.allactive-pioroot1", "SMS_Ly1.ne4pg2_oQU480.F2010", - "SMS_D_Ln5.ne45pg2_ne45pg2.FAQP", + "SMS_D_Ln5.ne45pg2_ne45pg2.FAQP", "SMS_D_Ln5.ne4pg2_oQU480.F2010.eam-implicit_stress", "ERS_Ld5.ne30pg2_r05_IcoswISC30E3r5.F2010.eam-implicit_stress", "ERP_Ld3.ne4pg2_oQU480.F2010.eam-condidiag_dcape", @@ -239,6 +241,7 @@ "tests" : ( "SMS_Ln5.ne30pg2_r05_IcoswISC30E3r5.F2010.eam-wcprod_F2010", "SMS_Ld1.ne30pg2_r05_IcoswISC30E3r5.F20TR.eam-wcprod_F20TR", + "SMS_Ld1.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-prod" ) }, From 956af5d7fb1756c33b5055698d2fb9b6eb9929cd Mon Sep 17 00:00:00 2001 From: Naser Mahfouz Date: Tue, 24 Sep 2024 11:45:19 -0400 Subject: [PATCH 2/2] revert indentation --- cime_config/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime_config/tests.py b/cime_config/tests.py index 23475e982608..69cdc3a57142 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -222,7 +222,7 @@ "SMS_D_Ln5.ne30pg2_r05_IcoswISC30E3r5.F2010", "ERP_Ld3.ne30pg2_r05_IcoswISC30E3r5.F2010.allactive-pioroot1", "SMS_Ly1.ne4pg2_oQU480.F2010", - "SMS_D_Ln5.ne45pg2_ne45pg2.FAQP", + "SMS_D_Ln5.ne45pg2_ne45pg2.FAQP", "SMS_D_Ln5.ne4pg2_oQU480.F2010.eam-implicit_stress", "ERS_Ld5.ne30pg2_r05_IcoswISC30E3r5.F2010.eam-implicit_stress", "ERP_Ld3.ne4pg2_oQU480.F2010.eam-condidiag_dcape",