Reenable previously failing trustless remote builder tests
This commit is contained in:
parent
f6f19acd3f
commit
2dd11f0780
|
@ -19,8 +19,10 @@ nix_tests = \
|
|||
build-remote-input-addressed.sh \
|
||||
build-remote-content-addressed-fixed.sh \
|
||||
build-remote-content-addressed-floating.sh \
|
||||
build-remote-trustless-should-pass-0.sh \
|
||||
build-remote-trustless-should-pass-1.sh \
|
||||
build-remote-trustless-should-pass-2.sh \
|
||||
build-remote-trustless-should-pass-3.sh \
|
||||
build-remote-trustless-should-fail-0.sh \
|
||||
ssh-relay.sh \
|
||||
nar-access.sh \
|
||||
|
@ -47,9 +49,6 @@ nix_tests = \
|
|||
build.sh \
|
||||
compute-levels.sh
|
||||
# parallel.sh
|
||||
# build-remote-content-addressed-fixed.sh # problem with fixed output derivations
|
||||
# build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only
|
||||
# build-remote-trustless-should-pass-3.sh # problem with fixed output derivations
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
||||
|
|
Loading…
Reference in a new issue