mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

Collecting Cache Data #49

Closed jlousada315 closed 4 years ago

jlousada315 commented 4 years ago

From logstack.openstack.org, I find an available build_name, for example , tempest-full-py3.

After running: ciml-cache-data --build-name tempest-full-py3 --db-uri mysql+pymysql://query:query@logstash.openstack.org/subunit2sql

and I get: raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

What is the command I need to run before the first one ? or what am I doing wrong?

I get that I need to connect to the DB, but from the README file, I thought running ciml-cache-data would be enough to have the .zip file

kwulffert commented 4 years ago

I believe this issue is a duplicate of #53. Is it ok to close the issue now?