Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
b0dc30e8
Commit
b0dc30e8
authored
Dec 14, 2018
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip junk
parent
1fbc6f68
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
1 deletion
+18
-1
component/python-2.7/buildout.cfg
component/python-2.7/buildout.cfg
+3
-0
software/slaprunner/test/test.py
software/slaprunner/test/test.py
+2
-0
software/slaprunner/test/utils.py
software/slaprunner/test/utils.py
+1
-1
stack/slapos.cfg
stack/slapos.cfg
+12
-0
No files found.
component/python-2.7/buildout.cfg
View file @
b0dc30e8
...
...
@@ -32,6 +32,9 @@ shared = true
package_version = 2.7.14
package_version_suffix =
md5sum = 1f6db41ad91d9eb0a6f0c769b8613c5b
xxx-deps =
${slapos.recipe.build-develop:recipe}
${slapos.recipe.build-develop:recipe}
# This is actually the default setting for prefix, but we can't use it in
# other settings in this part if we don't set it explicitly here.
...
...
software/slaprunner/test/test.py
View file @
b0dc30e8
...
...
@@ -39,6 +39,8 @@ import psutil
from
slapos.testing.testcase
import
SlapOSInstanceTestCase
#import ipdb; ipdb.set_trace()
# for development: debugging logs and install Ctrl+C handler
if
os
.
environ
.
get
(
'DEBUG'
):
import
logging
...
...
software/slaprunner/test/utils.py
View file @
b0dc30e8
...
...
@@ -138,7 +138,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
# cls.createInstances()
# cls.requestInstances()
except
Exception
:
except
Base
Exception
:
cls
.
stopSlapOSProcesses
()
raise
...
...
stack/slapos.cfg
View file @
b0dc30e8
# This stack list all parameters used in every Software Release or other stack.
# Software Releases or Stacks can safely extend this stack.
[slapos.recipe.build-develop]
recipe = zc.recipe.egg:develop
setup = /srv/slapgrid/slappart8/srv/runner/project/slapos.recipe.build
[slapos.recipe.cmmi-develop]
recipe = zc.recipe.egg:develop
setup = /srv/slapgrid/slappart8/srv/runner/project/slapos.recipe.cmmi
[buildout]
python = python2.7
...
...
@@ -16,6 +24,10 @@ extensions +=
show-picked-versions = true
develop =
/srv/slapgrid/slappart8/srv/runner/project/slapos.recipe.cmmi
/srv/slapgrid/slappart8/srv/runner/project/slapos.recipe.build
# To increase the chances of being able to rebuild profiles in the future,
# by default, fail if eggs are not pinned.
allow-picked-versions = false
...
...
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