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
0
Merge Requests
0
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
Kirill Smelkov
slapos
Commits
7ec4fbf4
Commit
7ec4fbf4
authored
Oct 13, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7146e019
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
16 deletions
+23
-16
component/pygolang/test.cfg
component/pygolang/test.cfg
+8
-3
software/neotest/software.cfg
software/neotest/software.cfg
+4
-8
stack/nxdtest.cfg
stack/nxdtest.cfg
+11
-5
No files found.
component/pygolang/test.cfg
View file @
7ec4fbf4
...
...
@@ -36,9 +36,14 @@ template = inline:
[instance.cfg]
<= nxdtest-instance.cfg
env.sh = ${pygolang-env.sh:rendered}
workdir = ${pygolang-repository:location}
<= jinja2-template
template = inline:
[buildout]
extends = ${nxdtest-instance.cfg:rendered}
[runTestSuite]
env.sh = ${pygolang-env.sh:rendered}
workdir = ${pygolang-repository:location}
[versions]
...
...
software/neotest/software.cfg
View file @
7ec4fbf4
...
...
@@ -77,14 +77,6 @@ mode = 0755
# instance
[jinja2-template]
recipe = slapos.recipe.template:jinja2
template= ${:_profile_base_location_}/${:filename}
rendered= ${buildout:directory}/${:_buildout_section_name_}
mode = 0644
context =
section buildout buildout
[instance.cfg]
<= jinja2-template
template = inline:
...
...
@@ -121,6 +113,8 @@ eggs =
${ZEO:egg}
# for e.g. tcpu.py
${pygolang:egg}
# for instance
plone.recipe.command
# wendelin.core: latest not yet released
...
...
@@ -147,3 +141,5 @@ zc.lockfile = 1.2.1
# Required by:
# neoppod==1.8.1
python-dateutil = 2.7.1
# XXX plone.recipe.command =
stack/nxdtest.cfg
View file @
7ec4fbf4
...
...
@@ -15,12 +15,18 @@ extends =
../component/git/buildout.cfg
nxdtest/buildout.hash.cfg
[jinja2-template]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/${:filename}
rendered = ${buildout:directory}/${:_buildout_section_name_}
mode = 0644
context =
section buildout buildout
[nxdtest-instance.cfg]
recipe = slapos.recipe.template:jinja2
template= ${:_profile_base_location_}/nxdtest/${:filename}
rendered= ${buildout:directory}/${:_buildout_section_name_}
mode = 0644
context =
<= jinja2-template
template = ${:_profile_base_location_}/nxdtest/${:filename}
context +=
section buildout buildout
section nxdtest nxdtest
# key env_sh :env.sh
...
...
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