Test the queue runner in the scenario where a dependency is available in the cache but GC'd locally, where we're building locally
This commit is contained in:
4
t/jobs/dependencies/underlyingOnly.nix
Normal file
4
t/jobs/dependencies/underlyingOnly.nix
Normal file
@ -0,0 +1,4 @@
|
||||
import ./dependency.nix {
|
||||
exposeUnderlyingJob = true;
|
||||
exposeDependentJob = false;
|
||||
}
|
Reference in New Issue
Block a user