https://github.com/rhinstaller/permian
https://github.com/rhinstaller/permian
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhinstaller/permian
- Owner: rhinstaller
- License: other
- Created: 2022-01-19T15:07:35.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2025-02-06T09:25:00.000Z (over 1 year ago)
- Last Synced: 2025-04-19T10:28:33.184Z (over 1 year ago)
- Language: Python
- Size: 628 KB
- Stars: 0
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Permian
A plugin based universal testing pipeline, that handles execution of various workflows based on events and reporting of interim and final results.
---
## How to
### Build container
```
./build_container
```
### Running tests in container
Execute all or just part of the tests
```
./in_container make test
./in_container make test.lint
./in_container make test.unit
./in_container make test.integration
```
### Build documentation in container
```
./in_container make doc
```
Documentation
-------------
The rendered documentation is located at http://permian.readthedocs.io.