buildtest icon indicating copy to clipboard operation
buildtest copied to clipboard

HPC System and Software Testing Framework

Results 72 buildtest issues
Sort by recently updated
recently updated
newest added

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.25.0 to 0.26.0. Release notes Sourced from rojopolis/spellcheck-github-actions's releases. 0.26.0, 2022-08-04, maintenance release, update recommended The core component PySpelling has been updated from version 2.7.3 to version...

size/XS
github-action dependencies

### Please describe your feature request Let's add an option to dynamically change the color via `buildtest report summary --color=`. ### Post question in Slack - [X] I agree that...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...

size/XS
github-action dependencies

Bumps [SvanBoxel/gitlab-mirror-and-ci-action](https://github.com/SvanBoxel/gitlab-mirror-and-ci-action) from 0.2 to 0.3. Release notes Sourced from SvanBoxel/gitlab-mirror-and-ci-action's releases. 0.3 What's Changed Prepend branch name with repository name by @​masterleinad in SvanBoxel/gitlab-mirror-and-ci-action#3 Fetch job logs from GitLab...

size/XS
github-action dependencies

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.3 to 4.4.0. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.4.0 What's Changed Adding tag option to action by @​germa89 in JamesIves/github-pages-deploy-action#1142 - this can be used by...

size/XS
github-action dependencies

Bumps [docutils](https://docutils.sourceforge.io/) from 0.16 to 0.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.16&new-version=0.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

size/XS
pip dependencies

Make use of [asyncio](https://docs.python.org/3/library/asyncio.html) python library for asynchronous IO when running test or throughout the codebase where execution workflow can proceed without impacting output.

### Please describe your feature request For large, longer running tests it can be useful to observe the output of the test script before the test completes. When a test...

To support the creation and maintenance of multiple very similar tests, I suggest implementing buildspec templates which allow changes to the buildspec contents using input parameters. They might look something...