From 406c66dda40cf4b2ae6ffc233ce0dd7b51e993f7 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 4 Jul 2018 09:59:56 +0200 Subject: [PATCH] ceph-pull-requests: Simplifying run-make-check call Once https://github.com/ceph/ceph/pull/22847 will be merged, this commit will remove all the custom hacks from this script as they moved directly in ./run-make-check.sh --- ceph-pull-requests/config/definitions/ceph-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 4d6edc20..333b1af0 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -53,7 +53,7 @@ wipe-workspace: true builders: - - shell: "export SOURCE_DATE_EPOCH=$(date +%D |date -f- +%s); export NPROC=$(nproc); timeout 7200 ./run-make-check.sh -D ENABLE_GIT_VERSION=OFF" + - shell: "export NPROC=$(nproc); timeout 7200 ./run-make-check.sh" publishers: - postbuildscript: -- 2.39.5