Changes between Version 4 and Version 5 of jenkins
- Timestamp:
- 06/30/20 03:04:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jenkins
v4 v5 1 1 == Introduction == 2 2 3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu :8080/job/Linux_Ubuntu/) and 4 times a day (through cron jobs). See [wiki:addnewNR here] for more information on nightly runs.3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu/jenkins/) and 4 times a day (through cron jobs). See [wiki:addnewNR here] for more information on nightly runs. 4 4 5 5 == Identifying a problem ==