mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
tests/nixos: Rename back S3 store nixos test
This commit is contained in:
parent
f84b33644c
commit
b1d067c9bb
3 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
vmTests = {
|
vmTests = {
|
||||||
inherit (nixosTests) curl-s3-binary-cache-store;
|
inherit (nixosTests) s3-binary-cache-store;
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (!withSanitizers && !withCoverage) {
|
// lib.optionalAttrs (!withSanitizers && !withCoverage) {
|
||||||
# evalNixpkgs uses non-instrumented components from hydraJobs, so only run it
|
# evalNixpkgs uses non-instrumented components from hydraJobs, so only run it
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ in
|
||||||
|
|
||||||
user-sandboxing = runNixOSTest ./user-sandboxing;
|
user-sandboxing = runNixOSTest ./user-sandboxing;
|
||||||
|
|
||||||
curl-s3-binary-cache-store = runNixOSTest ./curl-s3-binary-cache-store.nix;
|
s3-binary-cache-store = runNixOSTest ./s3-binary-cache-store.nix;
|
||||||
|
|
||||||
fsync = runNixOSTest ./fsync.nix;
|
fsync = runNixOSTest ./fsync.nix;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue