Skip to content

testers.runNixOSTest: init#225313

Merged
tfc merged 1 commit intoNixOS:masterfrom
hercules-ci:testers-runNixOSTest
May 12, 2023
Merged

testers.runNixOSTest: init#225313
tfc merged 1 commit intoNixOS:masterfrom
hercules-ci:testers-runNixOSTest

Conversation

@roberth
Copy link
Member

@roberth roberth commented Apr 8, 2023

Description of changes

An up to date alternative to pkgs.nixosTest

cc @tfc

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@github-actions github-actions bot added the 8.has: documentation This PR adds or changes documentation label Apr 8, 2023
@roberth roberth force-pushed the testers-runNixOSTest branch from 14a81e9 to 73a64c6 Compare April 8, 2023 16:54
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Apr 8, 2023
@roberth roberth mentioned this pull request May 11, 2023
12 tasks
An up to date alternative to pkgs.nixosTest
@roberth roberth force-pushed the testers-runNixOSTest branch from 73a64c6 to ac1134f Compare May 11, 2023 17:12
@tfc
Copy link
Contributor

tfc commented May 12, 2023

Looks great!

@tfc tfc merged commit cc8e4ed into NixOS:master May 12, 2023
@github-actions
Copy link
Contributor

Backport failed for release-22.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-22.11
git worktree add -d .worktree/backport-225313-to-release-22.11 origin/release-22.11
cd .worktree/backport-225313-to-release-22.11
git checkout -b backport-225313-to-release-22.11
ancref=$(git merge-base 6948ef4deff7a72ebe5242244bd3730e8542b925 ac1134f321b60f9e27ab0d973a4544480acc0709)
git cherry-pick -x $ancref..ac1134f321b60f9e27ab0d973a4544480acc0709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: documentation This PR adds or changes documentation 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants