-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI3 introduction.](https://hackmd.io/bTnKHtTHT8mAdTtD0t7JvA?view) This is a majority step towards the vision of CI3, still namely missing merge queue. New features: - Grinding flakes in master. We run all tests on 5 separate runners to report on flakes at the source. - External contributors can now have CI run just by approving their PR. - Ability to debug CI entirely from commandline from any machine. Get dropped into a productive shell right after the CI failure by doing `./ci.sh ec2` while your PR is a draft (note: do not do this if pushing to a non-draft PR). - Add tests to CI by adding tests to bootstrap. Target a rich environment with no differences from running inside the dev container. - Releases that are fully dry-runnable and deployable from a single command. See above hackmd for details. - Recovery from spot eviction (finally implemented correctly). Some remaining items are tracked here. AztecProtocol/aztec-packages#10775 --------- Co-authored-by: ludamad <domuradical@gmail.com> Co-authored-by: ludamad <adam.domurad@gmail.com> Co-authored-by: thunkar <gregojquiros@gmail.com>
- Loading branch information
Showing
57 changed files
with
1,011 additions
and
962 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
acir_tests | ||
crs | ||
**/.yarn/* | ||
!**/.yarn/releases | ||
!**/.yarn/releases | ||
*.jsonl |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.