h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

Jenkins do all make tests

Open pseudotensor opened this issue 7 years ago • 3 comments

Separate builds for make test, make testbig, make testperf, make testbigperf . Jenkins should use dotest, dotestbig, dotestperf, dotestbigperf

pseudotensor avatar Aug 24 '17 17:08 pseudotensor

Do we currently have any smoke tests?

abal5 avatar Aug 25 '17 20:08 abal5

@abal5 not yet but @navdeep-G will work on adding them.

We'll need to redo the jenkins build (at lest the main one) so it's 1) exposed to the public 2) runs only tests that use datasets available to everyone. If we want to use current datasets for some reason (performance, accuracy testing on those exact sets) then fine but everything should be primarily tested using public datasets. Should we get outside contributors we can't tell them "your PR is rejected b/c a test that you cannot run locally is failing".

mdymczyk avatar Aug 28 '17 00:08 mdymczyk

The branch multitest has the tests running, once we have it in a place we like we can merge to master and allow PR's to also run these tests.

abal5 avatar Sep 05 '17 18:09 abal5