This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Eliminate lots of cruft, such as some nightlies that aren't being used anymore, the Juno packagers, etc... * Prepare for CI integration by refactoring to allow for multiple builders per queue. We will probably need to expand all our builders to be many more buildbots. We'll see how this goes! * Prepare for assertion/non-assertion CD build multiplication
Man I must be tired
vchuravy
reviewed
Mar 17, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fantastic.
This was referenced Mar 17, 2019
Closed
Closed
Closed
This is awesome! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 Assertion builds #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.