https://github.com/goern/peach
This will aggregate buildlogs from Travis
https://github.com/goern/peach
buildlogs luigi travis-ci
Last synced: 12 days ago
JSON representation
This will aggregate buildlogs from Travis
- Host: GitHub
- URL: https://github.com/goern/peach
- Owner: goern
- License: gpl-3.0
- Archived: true
- Created: 2018-03-26T21:10:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T14:16:18.000Z (over 7 years ago)
- Last Synced: 2025-01-28T21:38:38.856Z (9 months ago)
- Topics: buildlogs, luigi, travis-ci
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thoth Log Aggregator and Analyser
This will fetch logs from travis...
## Usage
```shell
pipenv install
luigid --logdir=. --state-path=./luigi-state.pkl --background
time PYTHONPATH='.' luigi --module aggregate_travis_logs AggregateLogs --owner=goern
time PYTHONPATH='.' luigi --module analyse_travis_logs ProcessTravisJobs --owner=goern```