56e474d725
Current event listener implementation does not handle network problems well. E.g. if ssh stream connection is lost, it would not reconnect or recover on its own. Instead of fixing the implementation, use well-tested gerrit listener used by zuul. Explicitly specify version of zuul to be 2.1.0 to avoid accidental breakages due to changes in zuul lib. Downside is that we need to install zuul and its dependencies just to use gerrit listener. parse_json_event function had to be changed, because zuul gerrit event listener provides object, not json string. We still need to create event from json in populate_db.py, so that part of the function has been moved there. Closes-Bug: #1516820 Change-Id: I8aa7a18460b58998f6c378e9d9c0d783032eca21
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=1.6
|
|
flask>=0.10
|
|
sqlalchemy>=1.0
|
|
iniparse>=0.4
|
|
paramiko>=1.15
|
|
zuul==2.1.0
|