Debugging unit test failures was difficult on x86 jobs because the slave got rebooted right away.
Signed-off-by: David Galloway <dgallowa@redhat.com>
--- /dev/null
+#!/bin/bash -ex
+export NPROC=$(nproc)
+timeout 3h ./run-make-check.sh
+sleep 5
+ps -ef | grep ceph || true
wipe-workspace: true
builders:
- - shell: "export NPROC=$(nproc); timeout 7200 ./run-make-check.sh"
+ - shell:
+ !include-raw:
+ - ../../../scripts/build_utils.sh
+ - ../../build/build
publishers:
- - postbuildscript:
- builders:
- - role: SLAVE
- build-on:
- - FAILURE
- - ABORTED
- build-steps:
- - shell: "sudo reboot"
- cobertura:
report-file: "src/pybind/mgr/dashboard/frontend/coverage/cobertura-coverage.xml"
only-stable: "true"