File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -333,16 +333,24 @@ commands:
333
333
./deps/readies/bin/getpy3
334
334
git clone -b feature/async-run git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
335
335
cd redisbench-admin
336
+ echo "install poetry"
336
337
curl -sSL https://install.python-poetry.org | python3 -
338
+ echo "export variables"
337
339
export PATH="/root/.local/bin:$PATH"
338
340
export LC_ALL=C.UTF-8
339
341
export LANG=C.UTF-8
340
342
export LANGUAGE=C.UTF-8
343
+ echo "poetry install"
341
344
poetry install
345
+ echo "activate venv"
342
346
source $(poetry env info --path)/bin/activate
347
+ echo "create run.py"
343
348
echo "IyEvdXNyL2Jpbi9lbnYgcHl0aG9uCiMgLSotIGNvZGluZzogdXRmLTggLSotCmltcG9ydCByZQppbXBvcnQgc3lzCmZyb20gcmVkaXNiZW5jaF9hZG1pbi5jbGkgaW1wb3J0IG1haW4KCmlmIF9fbmFtZV9fID09ICJfX21haW5fXyI6CiAgICBzeXMuYXJndlswXSA9IHJlLnN1YihyIigtc2NyaXB0XC5weXd8XC5leGUpPyQiLCAiIiwgc3lzLmFyZ3ZbMF0pCiAgICBzeXMuZXhpdChtYWluKCkpCg==" | base64 -d > run.py
349
+ echo "make run.py executable"
344
350
chmod +x run.py
351
+ echo "create link"
345
352
ln -s run.py /usr/local/bin/benchmark-admin
353
+ echo "go back and get terraform"
346
354
cd ..
347
355
VERSION=0.14.8 ./deps/readies/bin/getterraform
348
356
- run :
You can’t perform that action at this time.
0 commit comments