|
| 1 | +--- |
| 2 | +title: SRE Team Update |
| 3 | +slug: 2025-12-19-sre |
| 4 | +authors: johnalotoski |
| 5 | +tags: [sre] |
| 6 | +hide_table_of_contents: false |
| 7 | +--- |
| 8 | + |
| 9 | +## High level summary |
| 10 | + |
| 11 | +The SRE team continues work on Cardano environment improvements and general maintenance. |
| 12 | + |
| 13 | +Some notable recent changes, updates or improvements include: |
| 14 | + |
| 15 | +* Starting with the next node release version `10.6.2`, release binaries and |
| 16 | + OCI images will be generated for arm64 architectures. |
| 17 | + |
| 18 | + |
| 19 | +## Repository Work -- Merged |
| 20 | + |
| 21 | +### Acropolis |
| 22 | +[acropolis PR#482](https://github.com/input-output-hk/acropolis/pull/482): |
| 23 | +* Removes unused packages to free up disk space for running CI tests |
| 24 | + |
| 25 | +[acropolis PR#483](https://github.com/input-output-hk/acropolis/pull/483): |
| 26 | +* Schedules a run of the omnibus bootstrap process every morning at 00:15 |
| 27 | +* Fail the job if the process does not complete within 3 hours |
| 28 | + |
| 29 | + |
| 30 | +### Cardano-node |
| 31 | +[cardano-node PR#6376](https://github.com/IntersectMBO/cardano-node/pull/6376): |
| 32 | +* This PR improves support for multiple arches in the following ways: |
| 33 | + |
| 34 | + 1) Adds aarch64-linux nix packages, including musl static and OCI tarball generation |
| 35 | + package variants; |
| 36 | + |
| 37 | + 2) Bumps GHC from `9.6.6 -> 9.6.7` as well as the cardano-automation flake |
| 38 | + input for aarch64-linux support; |
| 39 | + |
| 40 | + 3) Updates the release-ghcr GHA workflow to produce linux multi-arch manifest |
| 41 | + OCI and corresponding release images which auto-resolve on container pull to |
| 42 | + the appropriate arch (amd64 or arm64); |
| 43 | + |
| 44 | + 4) Updates the release-upload GHA workflow to produce new linux and darwin |
| 45 | + aarch64 artifacts. Produces new OCI/goarch standard name aligned default OCI |
| 46 | + images. |
| 47 | + |
| 48 | + More details available in the PR description. |
| 49 | + |
| 50 | + |
| 51 | +[cardano-node PR#6391](https://github.com/IntersectMBO/cardano-node/pull/6391): |
| 52 | +* Adds db-analyser, db-synthesizer, and db-truncater to the Cardano Node container image. |
| 53 | + |
| 54 | + |
| 55 | +### Devx-ci |
| 56 | +[devx-ci PR#136](https://github.com/input-output-hk/devx-ci/pull/136): |
| 57 | +* Updates hydra version from `2.28 -> 2.32` + issue patch and explicitly allows IFD |
| 58 | +* Applies nix version 2.32-maintenance to hydra and linux builders |
| 59 | +* Adds ssh stabilization params to the hydra module for connection to remote builders |
| 60 | +* Disables nixos optimise on hydra to avoid GC performance degradation |
| 61 | +* Removes the r2 wireguard tunnel from the remote builders as it is not currently required |
| 62 | + |
| 63 | + |
| 64 | +## Repository Work In Progress -- PRs and Branches |
| 65 | + |
| 66 | +* Cardano-mainnet: https://github.com/input-output-hk/cardano-mainnet/pull/41 |
| 67 | +* Cardano-parts: https://github.com/input-output-hk/cardano-parts/pull/77 |
| 68 | +* Cardano-playground: https://github.com/input-output-hk/cardano-playground/pull/53 |
0 commit comments