ct/tasks.nix: revert migration hack, invoke lib/tests/release.nix from single CT entry point#271819
Conversation
added 4 commits
December 2, 2023 22:12
This commit adds <nixpkgs/ct>, a single entry point for all Continuous Testing (CT) runners, whether they are github, gerrit, ofborg, or something else. After merging this commit to create <nixpkgs/ct>, we will gradually migrate the existing CT runners so that they use this interface and *only* this interface. This will ensure that all CT actions can be reproduced locally by individual developers without needing access to special infrastructure.
Ofborg is out-of-repo and has a much smaller (and therefore less responsive) committer team. Since it takes a long time to get them to merge and redeploy, this commit adds a TEMPORARY call from lib/tests/release.nix to the top-level ct entry point. This commit should be reverted as soon as ofborg merges and deploys the following PR, which will cause it to invoke the entry point directly: #269356
This was referenced Dec 3, 2023
added 2 commits
December 2, 2023 22:26
This test checks that what release-attrpaths-superset.nix calculates is in fact a superset of the attributes which are calculated by the much-slower ofborg method. To run the test, invoke this command: nix-build pkgs/test/release/release-attrpaths-superset.nix -A failures The result should be the empty list [].
This pull request was closed.
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.
Please do not merge this until OfBorg has merged and deployed the following PR: