File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
vtr_flow/tasks/regression_tests/vtr_reg_nightly_test4 Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ find . -type f -regex ".*\.tar\.\(gz\|xz\)" -delete
72
72
find vtr_flow/tasks/regression_tests/vtr_reg_nightly_test1/ -type f -print0 | xargs -0 -P $( nproc) gzip
73
73
find vtr_flow/tasks/regression_tests/vtr_reg_nightly_test2/ -type f -print0 | xargs -0 -P $( nproc) gzip
74
74
find vtr_flow/tasks/regression_tests/vtr_reg_nightly_test3/ -type f -print0 | xargs -0 -P $( nproc) gzip
75
-
75
+ find vtr_flow/tasks/regression_tests/vtr_reg_nightly_test4/ -type f -print0 | xargs -0 -P $( nproc ) gzip
76
76
77
77
# Make sure working directory doesn't exceed disk space limit!
78
78
echo " Working directory size: $( du -sh) "
Original file line number Diff line number Diff line change
1
+ regression_tests/vtr_reg_nightly_test4/koios
2
+ regression_tests/vtr_reg_nightly_test4/koios_multi_arch
You can’t perform that action at this time.
0 commit comments