aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/testrunner/tasks/main.yml
blob: dd71e79b7e0dae4b39136d0ccb535101359c7cf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: update C++ client
  docker_image:
      path: git/ansible/test-files/docker-cpp
      name: cpp
      state: build

- name: update Go client
  docker_image:
      path: git/ansible/test-files/docker-go
      name: go
      state: build

- name: Run infinite tests (press ^C to stop)
  sudo: true
  shell: git/ansible/test-files/testrunner.sh