https://github.com/unknwon/buildkite-flaky-reporter
HTTP server for reporting flaky tests and cancellation on Buildkite
https://github.com/unknwon/buildkite-flaky-reporter
buildkite go lsif-enabled sourcegraph
Last synced: 7 months ago
JSON representation
HTTP server for reporting flaky tests and cancellation on Buildkite
- Host: GitHub
- URL: https://github.com/unknwon/buildkite-flaky-reporter
- Owner: unknwon
- License: mit
- Created: 2019-11-19T05:22:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T11:39:30.000Z (over 5 years ago)
- Last Synced: 2024-05-02T01:08:12.045Z (over 1 year ago)
- Topics: buildkite, go, lsif-enabled, sourcegraph
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buildkite-flaky-reporter
HTTP server for reporting flaky tests and cancellation on Buildkite.
## Preview

## Configuration
By default, it is located in current directory as `app.ini`. Or use `-config` flag to specify another one.
```ini
addr = localhost:4222[buildkite]
token = {REDACTED}
org_slug = sourcegraph
pipeline_slug = sourcegraph
build_branch = master
job_name = :chromium:
failures_threshold = 3
report_cancel = true[slack]
url = {REDACTED}
cancel_notify_url = {REDACTED}
```## License
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.