Skip to content

buildtest 0.3.0 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@shahzebsiddiqui shahzebsiddiqui released this 07 Aug 19:29
· 4943 commits to devel since this release

buildtest 0.3.0 release

Summary of Changes

  • Package buildtest as pypi package, now it can be installed via pip install buildtest-framework
  • Rename buildtest to _buildtest and all code is now under buildtest
  • All buildtest repos are now packaged as pypi package and test are moved under buildtest directory
  • The option --ebyaml is now working with auto-complete feature and ability to create yaml files for software packages
  • Binary test are now created based on unique sha256sum see 92c0124
  • Output of --scantest has been fixed and added to documentation
  • Add singularity CDASH script, need some more work on getting server setup properly

New options

  • --r-package: build test for r packages
  • --python-package: build test for python packages
  • --perl-package: build test for perl packages
  • --ruby-package: build test for ruby packages
  • --show-keys : Display description of yaml keys

The option --testset is removed and will be replaced by individual option for r, perl, python, ruby package options

Bug Fixes

  • Fix issue with --runtest option, it was broken at some point now it is working as expected
  • Add extra configuration option in config_opts to reuse variable that were needed throughout code and fix bug with --sysyaml see 493b53e
  • Fix bug with directory not found in menu,py by moving function check_configuration and override_configuration from main.py to menu,py see d2c7807