diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-27 11:50:18 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-27 11:52:36 +0200 |
commit | aa6ee5d5f9013da722643c5eca8396135d0191bc (patch) | |
tree | a8ea318be1b73cacd718a09361e0acc6d99e1c85 /docker/tempest/Dockerfile | |
parent | 3872290bb673513459588bbe83e65efc631615f7 (diff) |
Roll rally and rally-openstack
It conforms with neutron gates (rally-task) by rolling rally* and by
selecting last stable os-faults.
[1] http://logs.openstack.org/22/613122/1/check/neutron-rally-task/61886e6/job-output.txt.gz
Change-Id: Id26f3100a0bc8b68c4b1d44115345c69053dcc5d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/tempest/Dockerfile')
-rw-r--r-- | docker/tempest/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index 9174a495c..1bb25d5ca 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -2,9 +2,9 @@ FROM opnfv/functest-core ARG BRANCH=master ARG OPENSTACK_TAG=master -ARG RALLY_TAG=1.1.0 -ARG RALLY_OPENSTACK_TAG=67882d55ca453d6aa863d279ec4cfc2b52c80f0a -ARG OS_FAULTS_TAG=0.1.17 +ARG RALLY_TAG=master +ARG RALLY_OPENSTACK_TAG=master +ARG OS_FAULTS_TAG=0.1.18 RUN apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ |