Skip to content

Commit 5ee23fc

Browse files
Updating README.md according to the refactoring of vtr_reg_nightly
1 parent 0fa124f commit 5ee23fc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

vtr_flow/tasks/regression_tests/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,27 @@ Create golden results with:
7373
<scripts_path>/parse_vtr_task.py -create_golden -l <tasks_path>/regression_tests/vtr_reg_strong/task_list.txt
7474
```
7575

76-
## LEVEL THREE - Nightly VTR Regression - `vtr_reg_nightly_test#`
76+
## LEVEL THREE - Nightly VTR Regression - `vtr_reg_nightly_test#, #:1-3`
7777

7878
* To be run by automated build system every night and on every pull request.
79-
* To keep the wall-clock time of this suite under ~4 hours using -j8, it is divided into multiple sub-suites, and each of them are submitted as different jobs to different kokoro machines.
80-
* Estimated Runtime: ~15-20 hours
81-
79+
* To keep the wall-clock time of this suite under ~6 hours using -j8, it is divided into multiple sub-suites, and each of them are submitted as different jobs to different kokoro machines.
80+
* Estimated runtime: 30-35 hours
81+
8282
DO-IT-ALL COMMAND - This command will execute, parse, and check results.
8383
```
84-
./run_reg_test.py vtr_reg_nightly_test#
84+
./run_reg_test.py vtr_reg_nightly_test1
85+
./run_reg_test.py vtr_reg_nightly_test2
86+
./run_reg_test.py vtr_reg_nightly_test3
8587
./run_reg_test.py vtr_reg_valgrind
8688
```
89+
**The below commands concern a single sub-suite (# is the sub-suite number). They have to be repeated for all sub-suites to cover all tests under Nightly VTR Regression**
8790

8891
To create golden results, use:
8992
```
9093
./run_reg_test.py -create_golden vtr_reg_nightly_test#
9194
```
9295

93-
Execute with:
96+
Execute a sub-suite with:
9497
```
9598
<scripts_path>/run_vtr_task.py -l <tasks_path>/regression_tests/vtr_reg_nightly_test#/task_list.txt
9699
```

0 commit comments

Comments
 (0)