Skip to content

buildtest release 0.1.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@shahzebsiddiqui shahzebsiddiqui released this 27 Feb 15:05
· 5030 commits to devel since this release

buildtest-framework release 0.1.5

The buildtest repo has been moved from http://github.com/shahzebsiddiqui to http://github.com/HPC-buildtest

  • Report what tests can be generated from buildtest through YAML files by using --scantest
  • Fixed a bug with flag -svr that was related to structure of easybuild repo, now no dependency on easybuild repo. Also added pretty output
  • Adding CONTRIBUTION page
  • Fix out software, toolchain, and easyconfig check is done. Arguments to --software and --toolchain must go through module check, then toolchain check, and then finally easyconfig check
  • Add support for --check-setup which can be used to determine if buildtest framework is setup properly
  • Add interactive testing via buildtest --runtest which is menu-driven with ability to run all tests, or run individual test directory in menu and see output
  • Fix some issues with --testset and now buildtest reports number of tests generated not the path for each test to limit output. For --testset like R, Python, Perl buildtest will report generated test for each package
  • buildtest will now use eb --list-toolchains to get list of all toolchains for toolchain check
  • Can properly generate tests via --testset when R, Python, and Perl repos were created and moved out of buildtest-configs
  • Add buildtest -V for version display

There has been lots of restructuring of code. There still needs some improvement for organizing scripts by functions