diff options
author | mbeierl <mark.beierl@dell.com> | 2018-11-09 09:40:36 -0500 |
---|---|---|
committer | Mark Beierl <mark.beierl@dell.com> | 2018-11-09 15:18:08 +0000 |
commit | 01c47ec6005ac275fe9f2d2620931a626639fb99 (patch) | |
tree | dc528867eb199cb17c160ce46f0cf98dc4eda1f6 /ci/daily.sh | |
parent | a775b97a089c3d7bda09743a99d045b811fe632e (diff) |
Fix Daily Jobs
Update the current set of modules used by the daily
job as the previous versions do not work anymore
Change-Id: I791cce982668e00460f82388a5cbca48fcd249ea
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit 5b0cf21b45af885d2409df3897ea98dee498d354)
Diffstat (limited to 'ci/daily.sh')
-rwxr-xr-x | ci/daily.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ci/daily.sh b/ci/daily.sh index ada8cfd..4711475 100755 --- a/ci/daily.sh +++ b/ci/daily.sh @@ -30,13 +30,9 @@ virtualenv "${WORKSPACE}/ci/job/storperf_daily_venv" # shellcheck source=/dev/null source "${WORKSPACE}/ci/job/storperf_daily_venv/bin/activate" -pip install --upgrade setuptools==33.1.1 -pip install cryptography==1.7.2 -pip install functools32==3.2.3.post2 -pip install pytz==2016.10 -pip install osc_lib==1.3.0 -pip install python-openstackclient==3.7.0 -pip install python-heatclient==1.16.0 +pip install --upgrade setuptools==40.5.0 +pip install python-openstackclient==3.16.1 +pip install python-heatclient==1.16.1 "${WORKSPACE}/ci/generate-admin-rc.sh" |