Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This doc describes how we deploy and run the tests

Deploy the instance

  • using ansible
Code Block
TIS-DEVOPS $ ansible-playbook -i ansible/inventory/dev ansible/soaktest.yml



  • using jenkins

https://build.tis.nhs.uk/jenkins/job/tis-soaktest/

That is all we need to get soak testing running. Below is how we set the system up.

Create docker image

Currently this is a hack

...

Create and upload the image to our docker repo

Deploy the instance

  • using ansible
Code Block
TIS-DEVOPS $ ansible-playbook -i ansible/inventory/dev ansible/soaktest.yml
  • using jenkins

...