Conversation
|
I think running tier2 JEDI tests should be our main focus because JCSDA runs tier1 tests before any PR merges AFAIK. Other than that, a couple of things: -Most ctests have to run on a compute note, is that handled with this? |
We can definitely tune it to run certain tests, and turn on the tier2 tests automatically. I guess my perspective for The user would be expected to salloc or sbatch this command, no different than the make step. Maybe we could add detection for compute nodes |
|
The tiering mechanism in jcsda repos has changed: JCSDA-internal/jedi-ci#57 Now, Also, |
|
Thanks. Added |
Description
Since the tier2 tests don't run the swell build_jedi suite anymore, I thought it would be best to absorb the ctest task into
jedi_bundledirectly (previously part of GEOS-ESM/swell#778. This can be configured using the optionctest_bundlesin build.yaml, and the verbose output of the ctests will be placed in the build folder underctests/<bundle>.yaml.I'll remove that task from GEOS-ESM/swell#778, but keep the comparison suite. This can be added to tier2 tests as its own task that can run in parallel with the swell suites after jedi_bundle is built