Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
Knot Resolver
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonathan Coetzee
Knot Resolver
Commits
817274a4
Commit
817274a4
authored
Feb 14, 2018
by
Tomas Krizek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update-ci' into 'master'
update CI See merge request
knot/knot-resolver!494
parents
70783677
c88ae1a0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
ci/Dockerfile
ci/Dockerfile
+3
-0
ci/respdiff/respdiff-tcp.conf
ci/respdiff/respdiff-tcp.conf
+3
-0
ci/respdiff/respdiff-tls.conf
ci/respdiff/respdiff-tls.conf
+3
-0
ci/respdiff/respdiff-udp.conf
ci/respdiff/respdiff-udp.conf
+3
-0
No files found.
ci/Dockerfile
View file @
817274a4
...
...
@@ -77,3 +77,6 @@ RUN luarocks install luacov
# LuaJIT binary for stand-alone scripting
RUN
apt-get
install
-y
-qqq
luajit
# OpenBuildService CLI tool
RUN
apt-get
install
-y
osc
ci/respdiff/respdiff-tcp.conf
View file @
817274a4
...
...
@@ -3,6 +3,9 @@
timeout
=
11
# number of queries to run simultaneously
jobs
=
64
# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable
time_delay_min
=
0
time_delay_max
=
0
[
servers
]
names
=
kresd
,
bind
,
unbound
...
...
ci/respdiff/respdiff-tls.conf
View file @
817274a4
...
...
@@ -3,6 +3,9 @@
timeout
=
11
# number of queries to run simultaneously
jobs
=
64
# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable
time_delay_min
=
0
time_delay_max
=
0
[
servers
]
names
=
kresd
,
bind
,
unbound
...
...
ci/respdiff/respdiff-udp.conf
View file @
817274a4
...
...
@@ -3,6 +3,9 @@
timeout
=
11
# number of queries to run simultaneously
jobs
=
64
# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable
time_delay_min
=
0
time_delay_max
=
0
[
servers
]
names
=
kresd
,
bind
,
unbound
...
...
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