Merge pull request #171381 from qowoz/podman-oci
nixos/release: add podman, oci-containers.podman to tested
This commit is contained in:
commit
7beebb590d
2 changed files with 3 additions and 0 deletions
|
@ -132,12 +132,14 @@ in rec {
|
||||||
# fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314
|
# fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314
|
||||||
#(onFullSupported "nixos.tests.nfs3.simple")
|
#(onFullSupported "nixos.tests.nfs3.simple")
|
||||||
(onFullSupported "nixos.tests.nfs4.simple")
|
(onFullSupported "nixos.tests.nfs4.simple")
|
||||||
|
(onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman")
|
||||||
(onFullSupported "nixos.tests.openssh")
|
(onFullSupported "nixos.tests.openssh")
|
||||||
(onFullSupported "nixos.tests.pantheon")
|
(onFullSupported "nixos.tests.pantheon")
|
||||||
(onFullSupported "nixos.tests.php.fpm")
|
(onFullSupported "nixos.tests.php.fpm")
|
||||||
(onFullSupported "nixos.tests.php.httpd")
|
(onFullSupported "nixos.tests.php.httpd")
|
||||||
(onFullSupported "nixos.tests.php.pcre")
|
(onFullSupported "nixos.tests.php.pcre")
|
||||||
(onFullSupported "nixos.tests.plasma5")
|
(onFullSupported "nixos.tests.plasma5")
|
||||||
|
(onSystems ["x86_64-linux"] "nixos.tests.podman")
|
||||||
(onFullSupported "nixos.tests.predictable-interface-names.predictableNetworkd")
|
(onFullSupported "nixos.tests.predictable-interface-names.predictableNetworkd")
|
||||||
(onFullSupported "nixos.tests.predictable-interface-names.predictable")
|
(onFullSupported "nixos.tests.predictable-interface-names.predictable")
|
||||||
(onFullSupported "nixos.tests.predictable-interface-names.unpredictableNetworkd")
|
(onFullSupported "nixos.tests.predictable-interface-names.unpredictableNetworkd")
|
||||||
|
|
|
@ -88,6 +88,7 @@ buildGoModule rec {
|
||||||
podman-tls-ghostunnel
|
podman-tls-ghostunnel
|
||||||
podman-dnsname
|
podman-dnsname
|
||||||
;
|
;
|
||||||
|
oci-containers-podman = nixosTests.oci-containers.podman;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue