Skip to content

Tags: dscho/git-sdk-64

Tags

ci-artifacts

fixup! ci-artifacts: provide zip and SFX variants of the minimal SDK

Let 7-Zip use multiple threads.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

012345678901234567890123456789012345678901234567890123456789abcd

ci-artifacts: sort minimal-sdk's test jobs in reverse runtime order

When running 17 jobs in parallel, it makes sense to start the
longest-running one first, then the second-longest-running etc. That
way, the overall runtime is minimized.

This commit orders the jobs by their _current_ runtimes, in descending
order, as measured in a single run with the current `master` of git.git.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>