It may be beneficial to add an automatic on-prem build test for RRFSv2 using either Ursa or Gaea.
This may help detect issues such as #276 earlier.
We have such kind of on-prem build and ctest for RDASApp running for about 2 years:
https://github.com/RRFSx/rdas_build_test/blob/CI/pr_auto_buid_test.sh
https://github.com/NOAA-EMC/RDASApp/pulls?q=is%3Apr+is%3Aclosed
The testing is automated through flagging a PR with a specific label (for example, test_rrfsv2x). Then a cron job in the role account will detect this label, change label to "building_rrfsv2x", clone the repo, build, post building/testing results, and change the label to either "passed_rrfsv2x" or "failed_rrfsv2x" finally.
If this is desired, we may start work on this.
@clark-evans @dustinswales
It may be beneficial to add an automatic on-prem build test for RRFSv2 using either Ursa or Gaea.
This may help detect issues such as #276 earlier.
We have such kind of on-prem build and ctest for RDASApp running for about 2 years:
https://github.com/RRFSx/rdas_build_test/blob/CI/pr_auto_buid_test.sh
https://github.com/NOAA-EMC/RDASApp/pulls?q=is%3Apr+is%3Aclosed
The testing is automated through flagging a PR with a specific label (for example,
test_rrfsv2x). Then a cron job in the role account will detect this label, change label to "building_rrfsv2x", clone the repo, build, post building/testing results, and change the label to either "passed_rrfsv2x" or "failed_rrfsv2x" finally.If this is desired, we may start work on this.
@clark-evans @dustinswales