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
0d02792a
Commit
0d02792a
authored
Oct 12, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
6ba2708e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
software/neotest/instance.cfg.in
software/neotest/instance.cfg.in
+1
-0
software/neotest/software.cfg
software/neotest/software.cfg
+12
-6
No files found.
software/neotest/instance.cfg.in
View file @
0d02792a
# XXX kill
# NEO test instance: run neotest under Nexedi testing infrastructure
[buildout]
parts = runTestSuite
...
...
software/neotest/software.cfg
View file @
0d02792a
...
...
@@ -18,6 +18,7 @@ extends =
../../component/coreutils/buildout.cfg
../../component/util-linux/buildout.cfg
../../component/pygolang/buildout-dev.cfg
../../stack/nxdtest.cfg
parts =
...
...
@@ -38,7 +39,7 @@ parts =
neotest-env.sh
neotest
neotest-runTestSuite
#
neotest-runTestSuite
# for instance
slapos-cookbook
...
...
@@ -75,10 +76,10 @@ output = ${buildout:directory}/${:_buildout_section_name_}
output = ${buildout:bin-directory}/${:_buildout_section_name_}
mode = 0755
[neotest-runTestSuite]
<= buildout-template
output = ${buildout:bin-directory}/${:_buildout_section_name_}
mode = 0755
#
[neotest-runTestSuite]
#
<= buildout-template
#
output = ${buildout:bin-directory}/${:_buildout_section_name_}
#
mode = 0755
# instance
...
...
@@ -90,8 +91,13 @@ mode = 0644
context =
section buildout buildout
#[instance.cfg] XXX kill
#<= jinja2-template
[instance.cfg]
<= jinja2-template
<= nxdtest-instance.cfg
env.sh = ${nxdtest-env.sh:output}
workdir = XXX
# eggs:
...
...
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