You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run only test-examples on each push (runtime of ~4min, example of a test run here
run test-configs and test-notebooks on PR against develop (runtime ~20min)
A thing to consider is to run the tests inside docker as well, but perhaps only for PRs against develop (or nightly/weekly on develop?) - the runtime doubles (as each test has to be run twice), so still sub 1hr for a complete test.
The text was updated successfully, but these errors were encountered:
My recommendation is to:
test-examples
on each push (runtime of ~4min, example of a test run heretest-configs
andtest-notebooks
on PR against develop (runtime ~20min)A thing to consider is to run the tests inside docker as well, but perhaps only for PRs against develop (or nightly/weekly on develop?) - the runtime doubles (as each test has to be run twice), so still sub 1hr for a complete test.
The text was updated successfully, but these errors were encountered: