https://github.com/release-engineering/greenwave
Service to evaluate gating policies based on test results
https://github.com/release-engineering/greenwave
fedora-infra fedora-modularity
Last synced: about 1 year ago
JSON representation
Service to evaluate gating policies based on test results
- Host: GitHub
- URL: https://github.com/release-engineering/greenwave
- Owner: release-engineering
- License: gpl-2.0
- Created: 2020-09-04T10:05:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T12:52:27.000Z (about 2 years ago)
- Last Synced: 2024-04-16T07:58:18.091Z (about 2 years ago)
- Topics: fedora-infra, fedora-modularity
- Language: Python
- Homepage: https://gating-greenwave.readthedocs.io
- Size: 1.99 MB
- Stars: 2
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Greenwave

Greenwave is a service to decide whether a software artifact can pass certain
gating points in a software delivery pipeline, based on test results stored in
[ResultsDB](https://github.com/release-engineering/resultsdb) and waivers stored in
[WaiverDB](https://github.com/release-engineering/waiverdb).
## Documentation
The latest version of Greenwave's documentation is available at:
https://gating-greenwave.readthedocs.io/en/latest/
To get started developing Greenwave, check out the
[development guide](https://gating-greenwave.readthedocs.io/en/latest/dev-guide.html).
## Copyright and license
This project is copyright Red Hat and other contributors, licensed under the
terms of the GNU General Public License version 2 or later. See the `COPYING`
file for the complete text of the license. Refer to the git history for
complete authorship details.