mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Reoreder TravisCI jobs to optimize CI time
Sorting jobs by descending expected runtime helps to utilize concurrency better.
This commit is contained in:
parent
8a49b62e78
commit
25517b852e
2 changed files with 77 additions and 77 deletions
|
|
@ -308,16 +308,16 @@ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|||
|
||||
def main():
|
||||
jobs = '\n'.join((
|
||||
generate_windows(AMD64),
|
||||
|
||||
generate_freebsd(AMD64),
|
||||
|
||||
generate_linux(AMD64),
|
||||
generate_linux(PPC64LE),
|
||||
|
||||
generate_macos(AMD64),
|
||||
|
||||
generate_windows(AMD64),
|
||||
|
||||
generate_freebsd(AMD64),
|
||||
|
||||
get_manual_jobs()
|
||||
get_manual_jobs(),
|
||||
))
|
||||
|
||||
print(TRAVIS_TEMPLATE.format(jobs=jobs))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue