From b09f6470745a09ce4fce0265cb7a22a56b049886 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 21 May 2021 01:08:50 +0800 Subject: [PATCH] ceph-ansible*: pass $TEMPVENV to start_tox to address the regression introduced by e302eaabb977f3e93b1a7005c879f4b2eba581fc Signed-off-by: Kefu Chai --- ceph-ansible-nightly/build/build | 2 +- ceph-ansible-scenario/build/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-nightly/build/build b/ceph-ansible-nightly/build/build index 174626fe..7b53d9d2 100644 --- a/ceph-ansible-nightly/build/build +++ b/ceph-ansible-nightly/build/build @@ -46,7 +46,7 @@ function run_tox { ;; esac - [ -n "$CEPH_DOCKER_IMAGE_TAG" ] && start_tox CEPH_DOCKER_IMAGE_TAG="$CEPH_DOCKER_IMAGE_TAG" + [ -n "$CEPH_DOCKER_IMAGE_TAG" ] && start_tox $TEMPVENV CEPH_DOCKER_IMAGE_TAG="$CEPH_DOCKER_IMAGE_TAG" } ######## diff --git a/ceph-ansible-scenario/build/build b/ceph-ansible-scenario/build/build index c2d51462..2144e9bf 100644 --- a/ceph-ansible-scenario/build/build +++ b/ceph-ansible-scenario/build/build @@ -19,4 +19,4 @@ update_vagrant_boxes # In the same logic, clean fact cache rm -rf $HOME/ansible/facts/* -start_tox +start_tox $TEMPVENV -- 2.39.5