1
0
Fork 0

jenkins specific config files

This commit is contained in:
Frank Celler 2017-02-01 14:42:54 +01:00
parent 78a53d1db1
commit 379d582588
13 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,25 @@
[database]
auto-upgrade = false
upgrade-check = false
[server]
rest-server = false
authentication = false
# username = root
# password =
statistics = false
# set number of threads to 1 so we don't have concurrency
threads = 1
[javascript]
startup-directory = ./js
app-path = ./js/apps
script = ./js/server/arango-dfdb.js
v8-contexts = 1
[foxx]
queues = false
[log]
level = info

View File

View File

@ -0,0 +1 @@
@include etc/testing/arangod-common.conf

View File

@ -0,0 +1 @@
@include etc/testing/arangod-common.conf

View File

@ -0,0 +1,21 @@
[log]
force-direct = true
level = info
level = replication=warn
[database]
force-sync-properties = false
maximal-journal-size = 1048576
[javascript]
startup-directory = @TOP_DIR@/js
module-directory = @TOP_DIR@/enterprise/js
v8-contexts = 5
[server]
allow-use-database = true
authentication = false
threads = 20
[ssl]
keyfile = @TOP_DIR@/UnitTests/server.pem

View File

@ -0,0 +1,4 @@
@include etc/testing/arangod-common.conf
[log]
#level = agencycomm=trace

View File

@ -0,0 +1 @@
@include etc/testing/arangod-common.conf

View File

@ -0,0 +1 @@
@include etc/testing/arangod-common.conf

1
etc/jenkins/arangod.conf Normal file
View File

@ -0,0 +1 @@
@include etc/testing/arangod-common.conf

View File

View File

View File

View File

@ -0,0 +1,11 @@
[console]
pretty-print = true
[server]
authentication = false
# username = root
# password =
[javascript]
startup-directory = ./js
execute-string = require("@arangodb/foxx/manager").run(ARGUMENTS);