NCAR / DART

Data Assimilation Research Testbed
https://dart.ucar.edu/
Apache License 2.0
184 stars 138 forks source link

on-demand GitHub action which runs every quickbuild.sh in DART #690

Closed hkershaw-brown closed 2 weeks ago

hkershaw-brown commented 2 weeks ago

Description:

On demand github action to run every quickbuild.sh in DART Takes ~4 minutes

Fixes issue

Github version the build_everything developer tests https://github.com/NCAR/DART/pull/593

Types of changes

Documentation changes needed?

Tests

Please describe any tests you ran to verify your changes.

Checklist for merging

Checklist for release

Testing Datasets

hkershaw-brown commented 2 weeks ago

@Benjamin-Gunn this pull request is a github action that runs See if you can run this action on your fork of dart https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow

Benjamin-Gunn commented 2 weeks ago

Ok, I was able to copy the action yaml and get the same test result on my fork as well: https://github.com/Benjamin-Gunn/DART/actions/runs/9573681215

hkershaw-brown commented 2 weeks ago

Thanks @Benjamin-Gunn for testing this out.

Screenshot 2024-06-20 at 9 36 00 AM

I have a docker container with the dependencies that will enable some of this failed builds to succeed. Will update once I have the container on docker hub.