You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## LEVEL THREE - Nightly VTR Regression - `vtr_reg_nightly_test#`
76
+
## LEVEL THREE - Nightly VTR Regression - `vtr_reg_nightly_test#, #:1-3`
77
77
78
78
* 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
+
82
82
DO-IT-ALL COMMAND - This command will execute, parse, and check results.
83
83
```
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
85
87
./run_reg_test.py vtr_reg_valgrind
86
88
```
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**
0 commit comments