Expanded and standardized building methodology. Each new commit now builds an assert build and uploads it to S3, (under the assert-prefixed namespace. Only after the assert build has been built and successfully tested will a non-assert build be built and uploaded. See https://github.com/JuliaCI/julia-buildbot/issues/90 for more.
CI status reporting on GitHub
Lots more workers. We now have multiple workers for every OS/platform, and on some (e.g. AArch64) we have LOTS. The hope is that we have enough to keep up with the entire CI needs of JuliaLang/julia; in limited testing it looks like Windows might be a problem, so we may need to throw some more hardware at it.
Shortlist of new features:
Expanded and standardized building methodology. Each new commit now builds an assert build and uploads it to S3, (under the
assert
-prefixed namespace. Only after the assert build has been built and successfully tested will a non-assert build be built and uploaded. See https://github.com/JuliaCI/julia-buildbot/issues/90 for more.CI status reporting on GitHub
Lots more workers. We now have multiple workers for every OS/platform, and on some (e.g. AArch64) we have LOTS. The hope is that we have enough to keep up with the entire CI needs of
JuliaLang/julia
; in limited testing it looks like Windows might be a problem, so we may need to throw some more hardware at it.