regex for versions ready

This commit is contained in:
Ekaterina Chernitsyna 2023-08-03 12:41:03 +03:00 committed by Andrey Berezin
parent 6449264dcf
commit d40e875091
2 changed files with 9 additions and 18 deletions

View file

@ -2,6 +2,5 @@ import os
TEST_CYCLES_COUNT = int(os.getenv("TEST_CYCLES_COUNT", "1"))
BIN_VERSIONS_FILE = os.getenv("BIN_VERSIONS_FILE")
DEVENV_PATH = os.getenv("DEVENV_PATH", os.path.join("..", "frostfs-dev-env"))
HOSTING_CONFIG_FILE = os.getenv("HOSTING_CONFIG_FILE", ".devenv.hosting.yaml")