pull/425/head
sveneh 10 years ago
parent 58ec49a34d
commit 5deca66a7d
  1. 4
      ansible/roles/testrunner/tasks/main.yml
  2. 2
      ansible/test-files/testrunner.sh

@ -5,7 +5,7 @@
name: cppjit
state: build
# command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp
async: 3600
async: 1200
poll: 5
- name: update Go client
@ -14,7 +14,7 @@
name: go
state: build
# command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go
async: 3600
async: 1200
poll: 5
- name: update Python client

@ -51,6 +51,4 @@ do
echo "$TEST" > FailedTest.json
mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
fi
exit
done

Loading…
Cancel
Save