https://github.com/JuliaLang/julia
Revision 4ee9be27812fb6e5cf7f4f3b34a186553c489979 authored by Keno Fischer on 06 March 2020, 18:27:01 UTC, committed by GitHub on 06 March 2020, 18:27:01 UTC
They take much longer than the rest of the tests, so if they're
run at the end, they often determine the length of the entire test
run. Instead, try running them at the start while there's still
plenty of work to be done. Hopefully this will reduce overall duration
of CI tests. If this doesn't work out as planned, we can try a more
fine grained strategy to load balancing (e.g. by checking in a table
of approximate runtimes and sorting according to that).
1 parent aedd5f6
History
Tip revision: 4ee9be27812fb6e5cf7f4f3b34a186553c489979 authored by Keno Fischer on 06 March 2020, 18:27:01 UTC
Shuffle LinearAlgebra tests to the front of the test queue (#34456)
Tip revision: 4ee9be2
File Mode Size
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.4 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 41.4 KB
Makefile -rw-r--r-- 27.1 KB
NEWS.md -rw-r--r-- 5.3 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top