copier
@skarbek I wonder if we could enroll them only in the infra-mgmt part of the platform, this will give them the mirroring, the merge rules, and a bunch of vault token they will not use.
Will this be enough @fcatteau? CI will entirely be on your team, we will not be able to support the openbao workflow at the moment as we are building for artifact registry and other similar components.
Alessio Caiazza (de4f89f6) at 17 Mar 12:40
feat(ci): add mise validation for .tool-versions.build changes
Alessio Caiazza (8e528642) at 17 Mar 12:38
feat(ci): add mise validation for .tool-versions.build changes
@madelacruz thanks for working on this, do you have a test MR showing how this actually work in practice?
suggestion: when discussing the Release Platform design doc, we got comments about how we use the mirror terminology and the confusion it can generate.
Canonical isn't really a mirror, so an improvement could be to use if-{canonical,security-build}-project instead.
The pipeline was failing due to two issues:
.editorconfig rule insert_final_newline = true
type:: label722135ebb953a1ab115c6234cfe8f0832c625697
editorconfig_check Job:
editorconfig_check CI job will now pass when the pipeline runsautolabels
type::maintenance (recommended for this MR)autolabels π·οΈ job will pass on the next pipeline runFixes failing pipeline on !604
Session 3161553
Add additional CODEOWNERS to reduce bus-factor risk.
Proposed reviewers: @nolith @tmillhouse
Related: mstaff#529
@splattael workhorse expects to be colocated with puma, this is the reason why they share a POD.
If you run webservice in edit mode, the same should be for workhorse
Alessio Caiazza (d09cf4f0) at 17 Mar 10:53
The system attribute in nixpkgs has been deprecated and renamed to stdenv.hostPlatform.system (since 2025-10-28). The nixos and darwin module definitions use pkgs.system to look up packages, which triggers this evaluation warning:
evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
pkgs.system with pkgs.stdenv.hostPlatform.system in the nixosModules.default and darwinModules.default module definitions in flake.nix
AI-assisted: GitLab Duo Agentic Chat (Claude Opus 4.6)
Alessio Caiazza (df3ff657) at 17 Mar 10:53
Merge branch 'fix-system-deprecation' into 'main'
... and 1 more commit
Alessio Caiazza (d04fa769) at 17 Mar 10:01
The system attribute in nixpkgs has been deprecated and renamed to stdenv.hostPlatform.system (since 2025-10-28). Using it as a callPackage argument in lib/binary-release.nix triggers this evaluation warning for every package built through it:
evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
system from callPackage arguments in lib/binary-release.nix
system from stdenvNoCC.hostPlatform.system in a let binding insteadAI-assisted: GitLab Duo Agentic Chat (Claude Opus 4.6)
Alessio Caiazza (affeb341) at 17 Mar 10:01
Merge branch 'fix-system-deprecation' into 'main'
... and 1 more commit
The system attribute in nixpkgs has been deprecated and renamed to stdenv.hostPlatform.system (since 2025-10-28). The nixos and darwin module definitions use pkgs.system to look up packages, which triggers this evaluation warning:
evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
pkgs.system with pkgs.stdenv.hostPlatform.system in the nixosModules.default and darwinModules.default module definitions in flake.nix
AI-assisted: GitLab Duo Agentic Chat (Claude Opus 4.6)
Alessio Caiazza (d09cf4f0) at 17 Mar 09:35
fix: replace deprecated pkgs.system with pkgs.stdenv.hostPlatform.s...