You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes included here, at a 10,000 foot view:
- An overhaul of how tests are ran on Amazon Linux 2 on aarch64 platforms. An adjacent git repo (not shown here) also includes a lot of work to make this happen. Basically, we relied on a "pool" of CI runners to sit and wait idle until a new job came through. Now, CI runners are launched ad-hoc, for as many runners that are needed with or without a matrix. This also allows for the re-run of individual failed tasks if required, whereas before this simply would not work
- Re-introduces sccache back into the runs. Previously, PL/Rust and some required dependencies flat out not work with sccache. However, those issues have been addressed
- Introduces a nightly run setup, which for now does two things: 1.) Tests to make sure that the Dockerfile.try setup works as per the documentation, and 2.) Tests that the Debian packages can be both built and installed. These will be ran nightly against the develop branch, and we can certainly add more to it in the future
NOTE: The nightly CI runs will not happen until these changes eventually land in main on next release.
0 commit comments