Releases: lammps/lammps-testing
Releases · lammps/lammps-testing
Stable release 29 October 2020
Marks the test cases used for the matching patch release of LAMMPS.
Patch release 15 June 2020
Marks the test cases used for the matching patch release of LAMMPS.
Changes
- Moved Compilation, Run, Regression, and Unit Tests to a script-based approach. This allows us to be more independent of what CI system we are using and allow possible future (partial) migration to other systems.
- Jenkins pipelines have been condensed. E.g., multiple individual compilation jobs are now just one Jenkins pipeline with parallel child jobs that only report a single status back to GitHub. This should minimize the cases where we run into GitHub Status API limits
- The test matrix is now configured using a set of YAML files and scripts, which translates to what is running on the CI servers. E.g., it is not necessary to change any pipeline code to add a new configuration to the compilation tests.
- Singularity containers are now used for all tests
- Tests suite can be installed locally to run CI tests on a development system
Patch release 5 May 2020
Marks the test cases used for the matching stable release of LAMMPS.
Stable release 3 March 2020
Marks the test cases used for the matching stable release of LAMMPS.
Stable release 7 August 2019
Marks the test cases used for the matching stable release of LAMMPS.