An open API service indexing awesome lists of open source software.

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

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

```