Pin ARA to <1.0.0

ARA 1.0 will be released in the near future and isn't backwards
compatible. Pin it so it doesn't break things unexpectedly.

Change-Id: I6e239bb4b445163a3f0dd8c7557119b057da4ff0
This commit is contained in:
David Moreau Simard 2019-05-24 11:11:07 -04:00
parent 8d7153dbb3
commit 7eca8bc3ee
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class zuul::executor (
include ::pip::python3
exec { 'install-ara-safely':
command => 'pip3 install --upgrade --upgrade-strategy=only-if-needed ara',
command => 'pip3 install --upgrade --upgrade-strategy=only-if-needed "ara<1.0.0"',
path => '/usr/local/bin:/usr/bin:/bin/',
# This checks the current installed ara version with pip list and the
# latest version of ara on pypi with pip search and if they are different