updated tests

This commit is contained in:
obscuren
2015-03-02 16:34:03 +01:00
parent b383ff0b96
commit b13735b400
56 changed files with 18594 additions and 299 deletions

View File

@@ -2,25 +2,23 @@
- name: update C++ client
docker_image:
path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cppjit
name: cppjit
name: ethereum/cppjit-testrunner
state: build
# command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp
async: 1200
poll: 5
- name: update Go client
docker_image:
path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go
name: go
name: ethereum/go-testrunner
state: build
# command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go
async: 1200
poll: 5
- name: update Python client
docker_image:
path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-python
name: python
name: ethereum/python-testrunner
state: build
async: 1200
poll: 5