From 29ba77362491c776426042b555dcc3afbc7e96ef Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Tue, 27 Feb 2024 21:04:57 +0000 Subject: [PATCH 1/2] remove all skipped hosts for C96 amos snow DA case because CI now supports full dule builds --- ci/cases/pr/C96_atmsnowDA.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/cases/pr/C96_atmsnowDA.yaml b/ci/cases/pr/C96_atmsnowDA.yaml index eaf42cd392f..c4554a2ef32 100644 --- a/ci/cases/pr/C96_atmsnowDA.yaml +++ b/ci/cases/pr/C96_atmsnowDA.yaml @@ -15,8 +15,3 @@ arguments: gfs_cyc: 1 start: cold yaml: {{ HOMEgfs }}/ci/cases/yamls/atmsnowDA_defaults_ci.yaml - -skip_ci_on_hosts: - - orion - - hercules - - hera From 4ea1173aacf8be3279556bd196e743aa2434796f Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Tue, 27 Feb 2024 21:12:09 +0000 Subject: [PATCH 2/2] remove all skipped hosts for C48 S2SWA gefs (did wrong one before) case because CI now supports full dule builds --- ci/cases/pr/C48_S2SWA_gefs.yaml | 5 ----- ci/cases/pr/C96_atmsnowDA.yaml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/cases/pr/C48_S2SWA_gefs.yaml b/ci/cases/pr/C48_S2SWA_gefs.yaml index de677a70b64..d42f4cd15bf 100644 --- a/ci/cases/pr/C48_S2SWA_gefs.yaml +++ b/ci/cases/pr/C48_S2SWA_gefs.yaml @@ -16,8 +16,3 @@ arguments: idate: 2021032312 edate: 2021032312 yaml: {{ HOMEgfs }}/ci/cases/yamls/gefs_ci_defaults.yaml - -skip_ci_on_hosts: - - hera - - orion - - hercules diff --git a/ci/cases/pr/C96_atmsnowDA.yaml b/ci/cases/pr/C96_atmsnowDA.yaml index c4554a2ef32..eaf42cd392f 100644 --- a/ci/cases/pr/C96_atmsnowDA.yaml +++ b/ci/cases/pr/C96_atmsnowDA.yaml @@ -15,3 +15,8 @@ arguments: gfs_cyc: 1 start: cold yaml: {{ HOMEgfs }}/ci/cases/yamls/atmsnowDA_defaults_ci.yaml + +skip_ci_on_hosts: + - orion + - hercules + - hera