Merge pull request #153 from mangupta/ci_ignore_testbuild_failures

[ci] Continue building remaining dtests on failure

[ROCm/clr commit: 6c9c7b9e22]
This commit is contained in:
Ben Sander
2017-08-15 23:03:41 -05:00
committad av GitHub
förälder ce1eab116f 3585157c01
incheckning d47041017b
+1 -1
Visa fil
@@ -118,7 +118,7 @@ def docker_build_inside_image( def build_image, String inside_args, String platf
set -x
cd ${build_dir_rel}
make install -j\$(nproc)
make build_tests -j\$(nproc)
make build_tests -i -j\$(nproc)
make test
"""
// If unit tests output a junit or xunit file in the future, jenkins can parse that file