Skip to content
Snippets Groups Projects
Commit 8cf1dd38 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

chore(ci): update to new k6 docker image

parent 77d57c66
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ variables: ...@@ -39,7 +39,7 @@ variables:
script: script:
- API_DOMAIN=$(cat $API_DOMAIN_PATH) - API_DOMAIN=$(cat $API_DOMAIN_PATH)
- terraform/environments/scripts/wait-for-ssl.sh "https://${API_DOMAIN}" - terraform/environments/scripts/wait-for-ssl.sh "https://${API_DOMAIN}"
- BASE_URL="https://${API_DOMAIN}/graphql" /tmp/k6 run smoketest/main.js - BASE_URL="https://${API_DOMAIN}/graphql" k6 run smoketest/main.js
# TODO should/could we roll back the service to the last working revision on test failure? # TODO should/could we roll back the service to the last working revision on test failure?
# end job templates # end job templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment