Skip to content

Commit 5234695

Browse files
committed
Adding task_list in vtr_reg_nightly_test4.
Adding step to gzip results from vtr_reg_nightly_test4 to vtr-test.sh file.
1 parent 4bb5f04 commit 5234695

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/kokoro/steps/vtr-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ find . -type f -regex ".*\.tar\.\(gz\|xz\)" -delete
7272
find vtr_flow/tasks/regression_tests/vtr_reg_nightly_test1/ -type f -print0 | xargs -0 -P $(nproc) gzip
7373
find vtr_flow/tasks/regression_tests/vtr_reg_nightly_test2/ -type f -print0 | xargs -0 -P $(nproc) gzip
7474
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
7676

7777
# Make sure working directory doesn't exceed disk space limit!
7878
echo "Working directory size: $(du -sh)"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
regression_tests/vtr_reg_nightly_test4/koios
2+
regression_tests/vtr_reg_nightly_test4/koios_multi_arch

0 commit comments

Comments
 (0)