Compare commits

...

2 Commits

Author SHA1 Message Date
a0ac7fa7e9 use "NoPruner" pruning method 2026-05-17 22:47:50 +02:00
612aad911b update fail binaries (added NoPruner) 2026-05-17 22:47:37 +02:00
6 changed files with 7 additions and 6 deletions

BIN
fail/bin/fail-x86-tracing (Stored with Git LFS)

Binary file not shown.

BIN
fail/bin/generic-experiment-client (Stored with Git LFS)

Binary file not shown.

BIN
fail/bin/generic-experiment-server (Stored with Git LFS)

Binary file not shown.

BIN
fail/bin/prune-trace (Stored with Git LFS)

Binary file not shown.

View File

@ -180,6 +180,7 @@ sub import_trace {
(
"$fail_prune", "--database-option-file $remote_db_conf",
"-v $experiment", "-b %%",
'-p NoPruner',
"--overwrite", ">$remote_builds_dir/$experiment/2_prune.log"
);
say "Prune command: $prune_command";