|
2 | 2 | CHANGELOG
|
3 | 3 | =================
|
4 | 4 |
|
| 5 | +v0.7.5 (Dec 31st, 2019) |
| 6 | +----------------------- |
| 7 | + |
| 8 | +- Major improvement to Travis build. buildtest will now test for python ``3.6``, ``3.7``, ``3.8`` for Lmod version ``6.6.2`` and ``7.8.2`` |
| 9 | +- Travis will install easybuild and setup a mini software stack that is used for by regression test |
| 10 | +- Port the regression test to comply with Travis build environment and ``coverage`` report automatically get pushed to CodeCov |
| 11 | +- Removing subcommand ``buildtest benchmark [hpl | hpcg]`` |
| 12 | +- Add options to ``buildtest module loadtest`` to control behavior on module loadtest. |
| 13 | +- buildtest can run module loadtest in a **login shell** via ``buildtest module loadtest --login`` and restrict number of |
| 14 | + test using ``--numtest`` flag. buildtest will automatically purge modules before loading test but this can be tweaked |
| 15 | + using ``--purge-modules`` flag |
| 16 | +- Remove command ``buildtest list`` and remove implementation for retrieving easyconfigs ``buildtest list --easyconfigs`` |
| 17 | +- Option ``buildtest list --software`` is now ``buildtest module --software`` and ``buildtest list --modules`` is now ``buildtest module list`` |
| 18 | +- Add the following flags: ``--exclude-version-files``, ``--filter-include``, ``--querylimit`` to ``buildtest module list`` |
| 19 | + to tweak behavior on module list |
| 20 | +- Update buildtest configuration (``settings.yml``) with equivalent **key/value** to control behavior of ``buildtest module [list | loadtest]``. |
| 21 | + The configuration values are overridden by command line flags |
| 22 | +- buildtest will ignore ``.version``, ``.modulerc`` and ``.modulerc.lua`` files when reporting modules in ``buildtest module list``. This |
| 23 | + is controlled by ``exclude-version-files`` in configuration or flag ``--exclude-version-files`` |
| 24 | +- Remove sanity check feature ``buildtest build --package`` and ``buildtest build --binary`` and remove configuration ``BUILDTEST_BINARY`` from configuration file |
| 25 | +- Remove option ``buildtest build --parent-module-search`` and remove ``BUILDTEST_PARENT_MODULE_SEARCH`` from configuration file |
| 26 | +- Update documentation procedure regarding **installation of buildtest** and remove **Concepts** page |
| 27 | + |
| 28 | + |
5 | 29 | v0.7.4 (Dec 11th, 2019)
|
6 | 30 | -------------------------
|
7 | 31 |
|
|
0 commit comments