1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00

rl-next: Add top 10 by +1 reactions on PRs

We should use a metric that weighs the related issues.
Counterbalancing time doesn't make much sense to me.
If it's around for longer, the fix will be relevant to more people.
This commit is contained in:
Robert Hensing 2024-07-25 05:57:53 +02:00
parent 8a7e31362a
commit 7275d68d3b
7 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
synopsis: "Run the flake regressions test suite"
prs: 10603
---
This update introduces a GitHub action to run a subset of the [flake regressions test suite](https://github.com/NixOS/flake-regressions), which includes 259 flakes with their expected evaluation results. Currently, the action runs the first 25 flakes due to the full test suite's extensive runtime. A manually triggered action may be implemented later to run the entire test suite.
Author: [**Eelco Dolstra (@edolstra)**](https://github.com/edolstra)