NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
14 stars 28 forks source link

Tier-2 tests #1185

Open guillaumevernieres opened 1 week ago

guillaumevernieres commented 1 week ago

Tier-2 tests would not be part of the regular GDASApp CI and would only be executed prior to submitting a PR of dev/gdasapp into develop.

Untested.

@CoryMartin-NOAA , @RussTreadon-NOAA , could you give me a sequential list of the jjobs that you want tested? That or commit directly to my branch. What needs to be updated is here https://github.com/NOAA-EMC/GDASApp/blob/6f27a49964429e23814eaeef1ba32857dbf41606/test/gw-ci/CMakeLists.txt#L61 and here https://github.com/NOAA-EMC/GDASApp/blob/6f27a49964429e23814eaeef1ba32857dbf41606/test/gw-ci/CMakeLists.txt#L68 and the marine DA example is here: https://github.com/NOAA-EMC/GDASApp/blob/6f27a49964429e23814eaeef1ba32857dbf41606/test/gw-ci/CMakeLists.txt#L47

RussTreadon-NOAA commented 1 week ago

g-w C96C48_ufs_hybatmDA CI runs the following jobs

g-w CI runs jobs after the above DA jobs finish. This is useful since it ensures the generated analysis increment files are readable by downstream jobs. However, adding these downstream jobs to GDASApp CI is too much at this point.

CoryMartin-NOAA commented 1 week ago

I probably won't be able to get you a list of aero+snow jobs until early next week, so don't wait for me if you want to proceed with this PR, otherwise I can get that to you Mon or Tues

guillaumevernieres commented 1 week ago

I updated the non-existent PR description @RussTreadon-NOAA , but the idea is to not run these as part of the regular GDASApp CI, but rather only prior to doing a PR in the global-workflow develop.