E2e test executor
December 16, 2020 ยท View on GitHub
This directory contains ansible scripts that can be used to configure node for e2e tests execution. It installs docker and sets up proxy registry. After configuration node is ready to be added to jenkins.
The working directory is /var/lib/jenkins
Dependencies
- Ansible
- Role geerlingguy.docker from ansible-galaxy
- CentOS 7 with at least 20 vCPU, 48 GB RAM and 96GB of storage
Usage
Adjust inventory file and then execute ansible:
ansible-playbook -i inventory configure.yaml