From: Johannes Schindelin Date: Sun, 27 Jan 2019 23:26:52 +0000 (-0800) Subject: ci: inherit --jobs via MAKEFLAGS in run-build-and-tests X-Git-Tag: v2.21.0-rc0~14^2~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/eaa62291fff35f3b33780a1572ee6e1a265adb4c?ds=inline;hp=eaa62291fff35f3b33780a1572ee6e1a265adb4c ci: inherit --jobs via MAKEFLAGS in run-build-and-tests Let's not decide in the generic ci/ part how many jobs to run in parallel; different CI configurations would favor a different number of parallel jobs, and it is easy enough to hand that information down via the `MAKEFLAGS` variable. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---