Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Roque
slapos
Commits
c0c9bbe9
Commit
c0c9bbe9
authored
Nov 26, 2018
by
Łukasz Nowak
Committed by
Rafael Monnerat
Nov 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos-testing: Test kedifa
/reviewed-on
nexedi/slapos!450
parent
6b2b5800
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
software/slapos-testing/buildout.hash.cfg
software/slapos-testing/buildout.hash.cfg
+1
-1
software/slapos-testing/instance.cfg
software/slapos-testing/instance.cfg
+5
-1
software/slapos-testing/software.cfg
software/slapos-testing/software.cfg
+10
-0
No files found.
software/slapos-testing/buildout.hash.cfg
View file @
c0c9bbe9
...
@@ -15,5 +15,5 @@
...
@@ -15,5 +15,5 @@
[template]
[template]
filename = instance.cfg
filename = instance.cfg
md5sum =
d361db5f94e8c568e2aa44014d0ba91b
md5sum =
f27dd22ce5b925dd81f2fcd988b10691
software/slapos-testing/instance.cfg
View file @
c0c9bbe9
...
@@ -26,6 +26,10 @@ srv = $${buildout:directory}/srv
...
@@ -26,6 +26,10 @@ srv = $${buildout:directory}/srv
recipe = slapos.recipe.build:gitclone
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
git-executable = ${git:location}/bin/git
[kedifa]
<= download-source
repository = ${kedifa-repository:location}
[caucase]
[caucase]
<= download-source
<= download-source
repository = ${caucase-repository:location}
repository = ${caucase-repository:location}
...
@@ -69,7 +73,7 @@ wrapper-path = $${create-directory:bin}/runTestSuite
...
@@ -69,7 +73,7 @@ wrapper-path = $${create-directory:bin}/runTestSuite
command-line =
command-line =
${buildout:bin-directory}/runTestSuite
${buildout:bin-directory}/runTestSuite
--python_interpreter=${buildout:bin-directory}/${eggs:interpreter}
--python_interpreter=${buildout:bin-directory}/${eggs:interpreter}
--source_code_path_list=$${caucase:location},$${erp5.util:location},$${slapos.cookbook:location},$${slapos.core:location},$${slapos.recipe.build:location},$${slapos.recipe.cmmi:location},$${slapos.recipe.template:location},$${slapos.toolbox:location},$${slapos.libnetworkcache:location}
--source_code_path_list=$${
kedifa:location},$${
caucase:location},$${erp5.util:location},$${slapos.cookbook:location},$${slapos.core:location},$${slapos.recipe.build:location},$${slapos.recipe.cmmi:location},$${slapos.recipe.template:location},$${slapos.toolbox:location},$${slapos.libnetworkcache:location}
# Notes about environment:
# Notes about environment:
# * slapos.cookbook:wrapper does not seem to allow "extending" PATH. Tests
# * slapos.cookbook:wrapper does not seem to allow "extending" PATH. Tests
...
...
software/slapos-testing/software.cfg
View file @
c0c9bbe9
...
@@ -34,6 +34,11 @@ recipe = zc.recipe.egg:develop
...
@@ -34,6 +34,11 @@ recipe = zc.recipe.egg:develop
egg = caucase
egg = caucase
setup = ${caucase-repository:location}
setup = ${caucase-repository:location}
[kedifa-setup]
<= setup-develop-egg
egg = kedifa
setup = ${kedifa-repository:location}
[slapos.libnetworkcache-setup]
[slapos.libnetworkcache-setup]
<= setup-develop-egg
<= setup-develop-egg
egg = slapos.libnetworkcache
egg = slapos.libnetworkcache
...
@@ -93,6 +98,7 @@ eggs =
...
@@ -93,6 +98,7 @@ eggs =
${bcrypt:egg}
${bcrypt:egg}
dnspython
dnspython
Jinja2
Jinja2
${kedifa-setup:egg}
${caucase-setup:egg}
${caucase-setup:egg}
${erp5.util-setup:egg}
${erp5.util-setup:egg}
${slapos.cookbook-setup:egg}
${slapos.cookbook-setup:egg}
...
@@ -119,6 +125,10 @@ git-executable = ${git:location}/bin/git
...
@@ -119,6 +125,10 @@ git-executable = ${git:location}/bin/git
forbid-download-cache = true
forbid-download-cache = true
branch = master
branch = master
[kedifa-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/nexedi/kedifa.git
[caucase-repository]
[caucase-repository]
<= git-clone-repository
<= git-clone-repository
repository = https://lab.nexedi.com/nexedi/caucase.git
repository = https://lab.nexedi.com/nexedi/caucase.git
...
...
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