Skip to content
Snippets Groups Projects
Unverified Commit 36b9edcd authored by Varac's avatar Varac
Browse files

Get admin secret in ci for taiko e2e tests

parent af0e8b7f
Branches
Tags
No related merge requests found
......@@ -711,6 +711,8 @@ prometheus-alerts:
script:
# Retry taiko tests 60 times until they succeed,
# with a sleep interval of 10s in between tests
- export SSO_USERNAME=admin@${DOMAIN}
- export SSO_USER_PW=$(python3 -m stackspin $HOSTNAME secrets | grep userbackend_admin_password | cut -d'=' -f2)
- bash ./.gitlab/ci_scripts/retry_cmd_until_success.sh 60 10 unbuffer python3 -m stackspin $HOSTNAME test --apps $RESOURCE | ts -i | ts
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment