@@ -63,37 +63,44 @@ jobs:
63
63
# TODO: We could expose more parallelism if we had one task list which ran
64
64
# all of these.
65
65
- name : ' Run Nightly Test 1'
66
+ if : success() || failure()
66
67
run : |
67
68
source .venv/bin/activate
68
69
./run_reg_test.py -j12 vtr_reg_nightly_test1
69
70
70
71
- name : ' Run Nightly Test 2'
72
+ if : success() || failure()
71
73
run : |
72
74
source .venv/bin/activate
73
75
./run_reg_test.py -j12 vtr_reg_nightly_test2
74
76
75
77
- name : ' Run Nightly Test 3'
78
+ if : success() || failure()
76
79
run : |
77
80
source .venv/bin/activate
78
81
./run_reg_test.py -j12 vtr_reg_nightly_test3
79
82
80
83
81
84
- name : ' Run Nightly Test 4'
85
+ if : success() || failure()
82
86
run : |
83
87
source .venv/bin/activate
84
88
./run_reg_test.py -j12 vtr_reg_nightly_test4
85
89
86
90
- name : ' Run Nightly Test 5'
91
+ if : success() || failure()
87
92
run : |
88
93
source .venv/bin/activate
89
94
./run_reg_test.py -j12 vtr_reg_nightly_test5
90
95
91
96
- name : ' Run Nightly Test 6'
97
+ if : success() || failure()
92
98
run : |
93
99
source .venv/bin/activate
94
100
./run_reg_test.py -j12 vtr_reg_nightly_test6
95
101
96
102
- name : ' Run Nightly Test 7'
103
+ if : success() || failure()
97
104
run : |
98
105
source .venv/bin/activate
99
106
./run_reg_test.py -j12 vtr_reg_nightly_test7
0 commit comments