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
facbb5e8
Commit
facbb5e8
authored
Oct 29, 2018
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/jstestnode: publish nginx URL
parent
7457b64d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
software/jstestnode/buildout.hash.cfg
software/jstestnode/buildout.hash.cfg
+1
-1
software/jstestnode/instance-jstestnode-output-schema.json
software/jstestnode/instance-jstestnode-output-schema.json
+5
-1
software/jstestnode/instance.cfg.in
software/jstestnode/instance.cfg.in
+2
-1
No files found.
software/jstestnode/buildout.hash.cfg
View file @
facbb5e8
...
...
@@ -15,7 +15,7 @@
[instance]
filename = instance.cfg.in
md5sum =
74d4c0a5105fa3d74af894fa1afa9ba2
md5sum =
976cb200c68a5d3f80ccabe28eecc31d
[template-nginx-service]
filename = template-nginx-service.sh.in
...
...
software/jstestnode/instance-jstestnode-output-schema.json
View file @
facbb5e8
...
...
@@ -2,5 +2,9 @@
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by JSTestNode instantiation"
,
"additionalProperties"
:
false
,
"type"
:
"object"
"type"
:
"object"
,
"nginx"
:
{
"description"
:
"Nginx web server serving html test runner"
,
"type"
:
"string"
}
}
software/jstestnode/instance.cfg.in
View file @
facbb5e8
...
...
@@ -2,12 +2,13 @@
parts =
nginx-service
runTestSuite-instance
publish
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true
[publish]
recipe = slapos.cookbook:publish
recipe = slapos.cookbook:publish
.serialised
nginx = http://[$${nginx-configuration:ip}]:$${nginx-configuration:port}/
[directory]
...
...
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