[25.05] ci/eval/compare: add 10.rebuild-nixos-tests label#443191
Merged
wolfgangwalther merged 3 commits intoNixOS:release-25.05from Sep 15, 2025
Merged
[25.05] ci/eval/compare: add 10.rebuild-nixos-tests label#443191wolfgangwalther merged 3 commits intoNixOS:release-25.05from
wolfgangwalther merged 3 commits intoNixOS:release-25.05from
Conversation
We can't eval all nixos tests, this would be way too expensive. But we can evaluate `nixosTests.simple` as an indication whether the nixos test driver has changed. If that's the case, this means that *all* NixOS tests need to be rebuilt. (cherry picked from commit e3f583c)
This indicates that the NixOS test-driver changed and all NixOS tests have to be rebuilt. It can be used to either re-target to staging or to batch this with other similar changes, at least. (cherry picked from commit 63e6fc4)
This should be a test that will change whenever most likely *all* NixOS tests change. As such it should use the most "default" configuration possible. This decreases chances of a change that will affect almost other NixOS tests to go unnoticed by this test. With the minimal profile used previously, there could be changes made to the default behavior of NixOS modules which were explicitly disabled in this profile. These would not change the simple test, but would change all other tests. Removing as many moving parts as possible from this test should make it the most default it can be. It now contains only pieces that every other NixOS test has, too: A name, a machine and a testScript. But nothing fancy. (cherry picked from commit 6d90bae)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manual backport of #439255
Conflict in the simple nixos test, because it was still using the old
import ./make-test-python.nixetc. on stable.