From 1325f90174dedef240b7791581e550f62b7d3ccd Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Thu, 20 Aug 2020 16:07:50 +0100 Subject: runcli.py: Configurable index/storage artifact types This enables for seperate index/storage artifact servers to be configured by environment variables passed through tox. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 481101ab1..f347e06e3 100644 --- a/tox.ini +++ b/tox.ini @@ -49,6 +49,8 @@ deps = randomized: pytest-random-order passenv = ARTIFACT_CACHE_SERVICE + ARTIFACT_INDEX_SERVICE + ARTIFACT_STORAGE_SERVICE BST_CAS_STAGING_ROOT GI_TYPELIB_PATH INTEGRATION_CACHE -- cgit v1.2.1