From d7d898e0b1362810971f6230d2f18130f26c20ad Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 27 Dec 2019 04:25:43 -0500 Subject: Fix all docker version and update all other docs JIRA: DOVETAIL-798 Change-Id: Ie10525d4534e7bf3bb263b9ad8cf200259a7bf7c Signed-off-by: xudan --- etc/conf/bottlenecks_config.yml | 4 ++-- etc/conf/yardstick_config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/conf') diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index d36f9bbf..c23ad9cc 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -27,7 +27,7 @@ bottlenecks: image_name: opnfv/bottlenecks - docker_tag: latest + docker_tag: 8.0.1-latest opts: detach: true stdin_open: true @@ -35,7 +35,7 @@ bottlenecks: shell: '/bin/bash' envs: - 'DEPLOY_SCENARIO={{deploy_scenario}}' - - 'Yardstick_TAG=stable' + - 'Yardstick_TAG=opnfv-8.0.0' - 'OUTPUT_FILE={{testcase}}.out' - 'CI_DEBUG={{debug}}' - 'BUILD_TAG={{build_tag}}-{{testcase}}' diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index 21716f8f..3c4273f8 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -31,7 +31,7 @@ yardstick: image_name: opnfv/yardstick - docker_tag: latest + docker_tag: opnfv-8.0.0 opts: detach: true stdin_open: true -- cgit 1.2.3-korg