Changeset 84917e2 for Jenkinsfile
- Timestamp:
- Jun 24, 2019, 10:33:51 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6dc19544
- Parents:
- 54dd994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r54dd994 r84917e2 130 130 //Run the tests from the tests directory 131 131 if ( Settings.RunAllTests ) { 132 sh 'make --no-print-directory -C tests timeouts="--timeout= 600" all-tests debug=yes'133 sh 'make --no-print-directory -C tests timeouts="--timeout= 600" all-tests debug=no '132 sh 'make --no-print-directory -C tests timeouts="--timeout=1200" all-tests debug=yes' 133 sh 'make --no-print-directory -C tests timeouts="--timeout=1200" all-tests debug=no ' 134 134 } 135 135 else {
Note: See TracChangeset
for help on using the changeset viewer.