-
Notifications
You must be signed in to change notification settings - Fork 2.4k
CI: 2026 02 13
Zack Galbreath edited this page Feb 13, 2026
·
1 revision
- Jacob Nesbitt
- John Parent
- Ryan Krattiger
- Todd Gamblin
- Zack Galbreath
-
The macOS CI stacks were re-enabled this week.
-
We are working on updating our CI pipelines to use the newly introduced buildcache views feature (spack-packages PR #2947).
- We discussed strategies to mitigate race conditions when attempting to append to a view index. It looks like we can use an
If-Matchheader to solve this problem.
- We discussed strategies to mitigate race conditions when attempting to append to a view index. It looks like we can use an
-
We're excited about spec groups (spack PR #51891). We think they will help us reorganize our GitLab CI stacks into common, hierarchical sets. More immediately, we expect this feature to help us improve CI turnaround time by reducing the number of build jobs in our existing stacks.
-
We're working on making
ruffavailable from a bootstrap cache so we can use it forspack style.- We're invesigating an issue where
rustgets pulled into the build graph when we think it shouldn't, as it's a run dependency of a build dependency of ruff.
- We're invesigating an issue where
-
Ingress NGINX has been deprecated, so we're transitioning to use Gateway API instead for our Kubernetes cluster.