
Like we do with JJB, we create a md5sum of the dashboard then cache it. This is a simple way to determine if a yaml file has changed. Change-Id: If7b80b84c5bbcb0d30b0325bae6b8e726bb2f41b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
313 B
Plaintext
11 lines
313 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.
|
|
|
|
dogpile.cache
|
|
oslo.config>=1.11.0
|
|
oslo.log>=1.0.0,<1.1.0
|
|
python-slugify
|
|
PyYAML>=3.1.0
|
|
voluptuous>=0.7
|