Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
3d7f8932
Commit
3d7f8932
authored
Jul 09, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability: add runner path option to launcher
parent
3769c6de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
slapos/recipe/scalability/__init__.py
slapos/recipe/scalability/__init__.py
+1
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/instance-scalability.cfg.in
stack/erp5/instance-scalability.cfg.in
+1
-0
No files found.
slapos/recipe/scalability/__init__.py
View file @
3d7f8932
...
...
@@ -49,6 +49,7 @@ class Recipe(GenericBaseRecipe):
'--test-suite'
,
self
.
options
[
'test-suite'
],
'--revision'
,
self
.
options
[
'revision'
],
'--log-path'
,
self
.
options
[
'log-path'
],
'--runner-path'
,
self
.
options
[
'runner-path'
],
],
# Environment
{
...
...
stack/erp5/buildout.cfg
View file @
3d7f8932
...
...
@@ -329,7 +329,7 @@ md5sum = c745d794b28cae64feba527f894d7340
[template-scalability]
< = download-base
filename = instance-scalability.cfg.in
md5sum =
e86284b3dca70630fc030e93c0a6b5c4
md5sum =
31d49df000d7107f6bf81c592ed65f6d
[template-zeo]
< = download-base
...
...
stack/erp5/instance-scalability.cfg.in
View file @
3d7f8932
...
...
@@ -77,6 +77,7 @@ node-title = {{ slapparameter_dict.get('node-title', 'Unknown') }}
test-suite = {{ slapparameter_dict.get('test-suite') }}
test-suite-master-url = {{ slapparameter_dict.get('test-suite-master-url') }}
log-path = ${binary-wrap-launcher:log-path}
runner-path = ${binary-wrap-performance-tester:wrapper-path}
# Create partition's directories
[basedirectory]
...
...
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