File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -98,31 +98,26 @@ jobs:
98
98
name : " C++ Unit Tests"
99
99
script :
100
100
- ./.github/travis/build.sh
101
- - ./dev/upgrade_vtr_archs.sh
102
101
- ./.github/travis/unittest.sh
103
102
- stage : Test
104
103
name : " Basic Regression Tests"
105
104
script :
106
105
- ./.github/travis/build.sh
107
- - ./dev/upgrade_vtr_archs.sh
108
106
- ./run_reg_test.pl vtr_reg_basic -show_failures -j2
109
107
- stage : Test
110
108
name : " Strong Regression Tests"
111
109
script :
112
110
- ./.github/travis/build.sh
113
- - ./dev/upgrade_vtr_archs.sh
114
111
- travis_wait 30 ./run_reg_test.pl vtr_reg_strong -show_failures -j2
115
112
- stage : Test
116
113
name : " Basic Valgrind Memory Tests"
117
114
script :
118
115
- ./.github/travis/build.sh
119
- - ./dev/upgrade_vtr_archs.sh
120
116
- ./run_reg_test.pl vtr_reg_valgrind_small -show_failures -j2
121
117
- stage : Test
122
118
name : " ODIN-II Micro Tests"
123
119
script :
124
120
- ./.github/travis/build.sh
125
- - ./dev/upgrade_vtr_archs.sh
126
121
- ./run_reg_test.pl odin_reg_micro -show_failures -j2
127
122
128
123
- stage : Test
You can’t perform that action at this time.
0 commit comments