Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/buildtesters/buildtest
HPC System and Software Testing Framework
https://github.com/buildtesters/buildtest
buildtest will lowercase argument from -s when finding yaml files.
69a4816c7c67fc5daeaa5f751da2590fed7d4c38 authored over 6 years agoJob integration with buildtest must be set using this option.
09bb175c1eed60685ac3111f4665b752853a9282 authored over 6 years agoissues with buildtest so a dummy yaml file is set. Users should copy that
file to config.yaml and...
move --diff-tree option to Find Option group
buildtest was reporting an extra count by 1 in --li...
322c4e541023cd29883375ec998ef2a5407d906e authored almost 7 years ago
add environment variables to override configuration for
BUILDTEST_SHELLTYPES, BUILDTEST_JOB_TEMPL...
rename method get_module_ebroot to get_module_root
Can override --ignore-easybuild with BUILDTEST...
remove print statements in buildtest check_buildtest_setup()
minor fixes and remove option --chec...
1ac5d9acc351802398b37de257975c8930a4f5da authored almost 7 years ago
BUILDTEST_EBROOT can now specify path to root of modulepath and
get_module_ebroot will just retur...
Refactor find_easyconfig method by introducing method
get_module_list_by_tree to allow listing of...
99f395a8b801ca45af89809330f58f2f73330065 authored almost 7 years ago
refactor logic for how easyconfigs are found. created a method
is_easybuild_app to determine if a...
41b911b73605ea4b3cd0a414e5bbd4c1a09bf6ee authored almost 7 years ago
environment variables and override options defined in config.yaml, while
command line option can ...
add try_catch when creating directory in create_dir method
remove BUILDTEST_TESTDIR from setup.sh
Further cleanup is required on how -t option is going to be used. Idea
is -t will be only used wi...
64bfb03014e980e1f14032f7798fb992ad333524 authored almost 7 years ago
Reimplement how easyconfigs are searched in moduletrees. No need for
directory traversal but rath...
6d9f76e497e2a540eb3c2b7d172c6ba87eeba2e7 authored almost 7 years ago
buildtest checks configuration by default. Change output behaviour of
--check-setup. No need for ...
add --testdir to control BUILDTEST_TESTDIR. You can override
BUILDTEST_TESTDIR defined in config....
a651bf2b6c1867de18f2c7f5424054d25042782b authored almost 7 years ago
buildtest can operate on multiple module trees with -ls and -svr. Their
is problem when mixing tw...
Fix indentation tabs and create separate log module
884213b622ce9cda4cddcc3f6ad9605a5f8c3f73 authored almost 7 years ago7794ae4b456a9c19e51e3598b85300bf29a2b29d authored almost 7 years ago
Framework is in broken state need to restructure code to pass config
across modules rather than p...
get_module_list can return modulefiles from multiple module trees given
that they are separated b...
c665b5a65ff2d83629bc7802f9bfa35798a81a9d authored almost 7 years ago
Change print function for -ls, -svr, -lt
remove print_set function
6fe9b1b503bc008ef0a7bea0d5456d831a865583 authored about 7 years ago
87666c276e00f0855e051470d23d2ef89b6a0d39 authored about 7 years ago
merge 1.2.1 into devel
a3aa301c73b3de4cd2e4875784e2e4523d03dc7e authored about 7 years agob56ac42f5da3fb67e4aa778ae4ec3107322a0baa authored about 7 years ago
Now yaml configs that have these keys will generate job script based on
configuration and will au...
a88842f4101eea652667f1d325a70b182883a393 authored about 7 years ago
af3e9b26c5bda77a9eb0ad466d59c4444d56ce37 authored about 7 years ago
as a class, options for --toolchain get concatenation of software stack
and valid easybuild toolc...
by --software or --system.
Add print statements for source test and remove other print statements...
Fix find test for all SHELL types, previously only reported tests with .sh extension.
Fix few con...
e1f3798f87c9d31e4c2a5b80beb211d8e441a483 authored about 7 years ago
when same app version module was installed in different module trees. Now module set
adds the mod...
Need to extend feature to support different linux distros
34675fd5b9f89d9b72a63f5dfe37b4b7d44c3f35 authored about 7 years agoadd function systempkg_list used by buildtest_menu to populate choices for --system
add module to...
ddb9e426f1b466d3e9b1957a009f0955c236f7a2 authored about 7 years ago
adding content of test in job script rather than invoking shell script
from job script.
Add job s...
f3424bf076003b56048f10816069b89a9ad57b74 authored about 7 years ago
Fixed an issue when using --job-template, the file was not copying
when using relative path.
Fixed an issue when using --job-template, the file was not copying
when using relative path.
generating job submission script in the same directory as testscripts. Job script works
for binar...
65f58e33990ade9b74a134894615464572085150 authored about 7 years ago
Fix test generation when using iter key word in YAML.
Tests are working with testset, binarytest,...
to only specific modules that are needed
d8b1978fee17ecc213f3fc69068802a9902bc91f authored about 7 years ago5b509fb21a4763bdd22911f6f6459f40e17d33da authored about 7 years ago
options for -np.
Ensure check for procrange to ensure no invalid option are passed in
and takes i...
The values are set according to shell type. Example were done for OpenMP
with GCC
tests for different thread configuration. Works with all shells (bash, sh, csh)
1d8f319c2d1953eb127e2904acaa43193b50c9aa authored about 7 years ago
Add BUILDTEST_TCL_DIR environment for getting Tcl repo, make sure
setup_software_cmake() was in...
to avoid inconsistency with different shells. Fixed few operations
that used os.system or subproc...
delete prototype functions for returning each buildtest option. Instead
use one dictionary to get...
6d71fd6df099973c8393c46d8cb372b37da690a6 authored about 7 years ago
shell commands
f2e59fbb390cbff9395a3cc069ca838305067519 authored about 7 years agoImprove overall behavior of --runtest with clear screen between every run and time delay.
Catch e...
Will need to rearchitect compiler detection method in buildtest
3357db4a76e122c7f43b5827ed9068facca98c3c authored about 7 years agofor binary test, source test and testset are working with --shell
a16b93f9b4d635e5fb619c507bca442a643c799d authored about 7 years agoin easyconfig check. Need to enforce toolchain queried from easyconfig
that has dummy to set to ""
Fixed bug in add_test_to_CMakeList where add_test string was generating
incorrect test name in ...
module "print_dictionary"
29054d5d49e034e4f305a0502696d0453a9fc68e authored about 7 years ago514b8c0b98b54d602c7bac9b99309cb186385523 authored about 7 years ago
Checks whether system package is installed and ensures it doesn't override existing command.yaml ...
d6e71b0b4c510fb640c87dea7a1ad6e3a5518138 authored about 7 years agoefe8d30658f274bce3aacd6f9817789e88d94eee authored about 7 years ago
74caeca6589e7ccc36aabc646249d1eb2d21f298 authored about 7 years ago
e92054593aa66b0b046c622822389bcb987bf67d authored about 7 years ago
2c8ebeec1154efcf14b0a7ce4cc9d632e99f399d authored about 7 years ago
08ac3d5258417399f8490bf767b1ae42f09a5ed7 authored about 7 years ago
defined. Fixed logging output in cmake section
b912b25d74812fdaa1731573d9df3139512aa4c0 authored over 7 years agothat is passed to logging.getLogger
Enable logging for flag -svr -ls -lt
Optimize nested loop i...
84145fbcafb734d266af4ab206f75e6aff690fc3 authored over 7 years agob00246b67204cf7a3434a75213b5edf14ea32790 authored over 7 years ago
command.yaml file is not found, program skips the test instead of
terminating program. This cause...
with BUILDTEST_LOGCONTENT with logger. Remove all reference of
BUILDTEST_LOGCONTENT.
Add logging...
b7af30a2db84c323a7841253a3b3098255407c93 authored over 7 years agoBug was introduced if -t was not specified which caused strange behaviour
in toolchain name and t...
flag --module-naming-scheme so users can select module scheme from
command line. Default is HMNS ...
built from source.
56a8356a08bcb161d4831a3a202b4194d33fdc68 authored over 7 years ago0f504e448378c4188c34be5447beb028f6d3361e authored over 7 years ago
flags
85d6ae7a42e264de3ba51ab2fac393dee82f56d0 authored over 7 years agob3cc15d741b5626f9b240e8ac42edda0acdc5580 authored over 7 years ago
4f8a451f1e4ed8ea919485b2c32ddd45a2b171ba authored over 7 years ago
d1362689775ea8c9f138d9d8777a59e894014e8f authored over 7 years ago
264c2970d20cabd81d1b8e11d818a20f69c2ef86 authored over 7 years ago
* adding support for --scantest to report ebapps and system package
that have YAML configs and ...
2760cc6d64bc10116c4aa132030362334ad5f5f4 authored over 7 years ago
bug in software, toolchain and easyconfig check.
28edcb3876e5b7783b1f5731cd5317989b045d0a authored over 7 years ago36e2bd05fe75b1d12e4dacb21c61cc214a48dc91 authored over 7 years ago
* adding binary commands for bzip2
* test was changed from bunzip to bunzip2
a479df99f1fafcc86ecdfef2b7f14926dd491c3f authored over 7 years ago310f3a392c5494912112b87c71f3c64c6d40ec43 authored over 7 years ago
dcd629cd7365fe70bba1552533f63080b4c75820 authored over 7 years ago
33fa9738e2499768057dc034b40b9a6712cdc61a authored over 7 years ago
adding contribution page
fb5ec6801cf8b1e656b43fe9f32b05ab1b788fb3 authored over 7 years agoc640b0110bdfb9d061f9d932daffc30ba040f458 authored over 7 years ago
Displayed package name when invoking software_exists and toolchain_exists
module. Arguments for -...