Commit b0dc30e8 authored by Jérome Perrin's avatar Jérome Perrin

wip junk

parent 1fbc6f68
......@@ -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.
......
......@@ -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
......
......@@ -138,7 +138,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
# cls.createInstances()
# cls.requestInstances()
except Exception:
except BaseException:
cls.stopSlapOSProcesses()
raise
......
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment