diff options
Diffstat (limited to 'ansible/roles')
-rw-r--r-- | ansible/roles/testrunner/tasks/main.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ansible/roles/testrunner/tasks/main.yml b/ansible/roles/testrunner/tasks/main.yml index b93dc55a9..41c195f24 100644 --- a/ansible/roles/testrunner/tasks/main.yml +++ b/ansible/roles/testrunner/tasks/main.yml @@ -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 |