- AI for CI-for-AI
- Harp
- Cheetah
- Tests
- Index
-
- To run locally
make run_local
- To check the status
make status_local
- Once the status is
DONE, run tests:
make test_local
- The performed tests are:
- use Cheetah to generate report,
- count the number of succeeded and failed jobs according to the report,
- compare
stdout from each job with the reference, excluding time(s) = line that might be different,
- check for non-empty
stderr files for each job.
- Similary, one can substitute
local by summit, theta or other supported supercomputer.