From 13b9142923fdc42575d4c29960328ab1425f51a0 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 8 Jan 2016 11:32:40 -0600 Subject: [PATCH] ceph-pull-requests: reboot the slave after running make check Signed-off-by: Andrew Schoen --- ceph-pull-requests/config/definitions/ceph-pull-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 2c057243..99de8f79 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -47,6 +47,7 @@ builders: - shell: "./run-make-check.sh" + - shell: "sudo reboot" publishers: - github-notifier -- 2.47.3