https://github.com/buildtesters/buildtest-stampede2
Site test for stampede2 at TACC using buildtest
https://github.com/buildtesters/buildtest-stampede2
buildtest
Last synced: 8 months ago
JSON representation
Site test for stampede2 at TACC using buildtest
- Host: GitHub
- URL: https://github.com/buildtesters/buildtest-stampede2
- Owner: buildtesters
- Created: 2020-03-26T18:19:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T03:42:43.000Z (almost 6 years ago)
- Last Synced: 2024-03-02T16:36:46.633Z (over 2 years ago)
- Topics: buildtest
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
buildtest-stampede2
=====================
This repository contains the the test suite to be run with buildtest for `Stampede2 `_ at TACC. To get started first
`install buildtest `_ in your user account, then proceed with cloning this repository.
To get started you can clone the repository via `git` or `buildtest repo` command.
::
git clone https://github.com/buildtesters/buildtest-stampede2
::
buildtest repo add git@github.com:buildtesters/buildtest-stampede2.git
Next copy the ``.buildtest/settings.yml`` file provided in this repo into ``$HOME/.buildtest/settings.yml``. Once you are done, you can do a few preliminary
steps to check your setup is valid.
1. Validating buildtest configuration
::
(buildtest) login2.stampede2(1034)$ buildtest config validate
/home1/06908/sms1990/.buildtest/settings.yml is valid
2. Confirm ``buildtesters/buildtest-stampede2`` is an active repository
::
(buildtest) login2.stampede2(1035)$ buildtest repo list
buildtesters/buildtest-stampede2
3. Find and validate all buildspecs for buildtesters/buildtest-stampede2
::
buildtest buildspec find
Building Test
---------------
To build test you will need to use ``buildtest build -b `` you may want to review `Getting Started Guide `_ to
get familiar with the client tool.
To build & run all buildspecs in ``system`` directory, you can do the following::
$ buildtest build -b system
You may build individual buildspec by specifying a file path for example::
$ buildtest build -b system/dns.yml
References
------------
- buildtest documentation: https://buildtest.readthedocs.io/en/devel/
- buildtest schema docs: https://buildtesters.github.io/schemas/