mirror of https://github.com/status-im/op-geth.git
fixed testrunner
This commit is contained in:
parent
fffd981058
commit
6bb10ccc3b
|
@ -1,6 +1,16 @@
|
||||||
---
|
---
|
||||||
|
- name: update C++ client
|
||||||
|
docker_image:
|
||||||
|
path: git/ansible/test-files/docker-cpp
|
||||||
|
name: cpp
|
||||||
|
state: build
|
||||||
|
|
||||||
- name: update Go client
|
- name: update Go client
|
||||||
docker_image:
|
docker_image:
|
||||||
path: git/ansible/test-files/docker-go
|
path: git/ansible/test-files/docker-go
|
||||||
name: go
|
name: go
|
||||||
state: build
|
state: build
|
||||||
|
|
||||||
|
- name: Run infinite tests (press ^C to stop)
|
||||||
|
sudo: true
|
||||||
|
shell: git/ansible/test-files/testrunner.sh
|
||||||
|
|
|
@ -52,4 +52,5 @@ fi
|
||||||
# echo "$TEST" > FailedTest.json
|
# echo "$TEST" > FailedTest.json
|
||||||
# mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
|
# mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
|
||||||
#fi
|
#fi
|
||||||
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue