Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
d0440eef
Commit
d0440eef
authored
Jan 25, 2015
by
sveneh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
5deca66a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
main.yml
ansible/roles/testrunner/tasks/main.yml
+3
-2
testrunner.sh
ansible/test-files/testrunner.sh
+1
-0
No files found.
ansible/roles/testrunner/tasks/main.yml
View file @
d0440eef
...
...
@@ -22,12 +22,13 @@
path
:
/home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-python
name
:
python
state
:
build
async
:
36
00
async
:
12
00
poll
:
5
-
name
:
Run infinite tests
shell
:
seq {{ ansible_processor_vcpus }} | parallel --max-args=0 /home/{{ ansible_ssh_user }}/git/ansible/test-files/testrunner.sh
async
:
"
{{
3600
*
2
}}"
# run for two months
async
:
"
{{
60
*
60
*
24
*
30
*
2
}}"
poll
:
0
register
:
log_runner
...
...
ansible/test-files/testrunner.sh
View file @
d0440eef
...
...
@@ -2,6 +2,7 @@
# create random virtual machine test
#cd ~/software/Ethereum/pyethereum (python has local dependencies so only works from within the directory)
cd
~
while
[
1
]
do
TEST
=
"
$(
docker run
--rm
--entrypoint
=
"/cpp-ethereum/build/test/createRandomTest"
cppjit
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment