plugeth/ansible/roles/testrunner/tasks/main.yml

19 lines
383 B
YAML
Raw Normal View History

---
2015-01-14 17:06:28 +00:00
- name: update C++ client
2015-01-19 14:10:08 +00:00
sudo: true
2015-01-14 17:06:28 +00:00
docker_image:
path: git/ansible/test-files/docker-cpp
name: cpp
state: build
- name: update Go client
2015-01-19 14:10:08 +00:00
sudo: true
docker_image:
path: git/ansible/test-files/docker-go
name: go
state: build
2015-01-14 17:06:28 +00:00
- name: Run infinite tests (press ^C to stop)
sudo: true
shell: git/ansible/test-files/testrunner.sh