mirror of https://gitee.com/bigwinds/arangodb
jenkins specific config files
This commit is contained in:
parent
78a53d1db1
commit
379d582588
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
@include etc/testing/arangod-common.conf
|
|
@ -0,0 +1 @@
|
|||
@include etc/testing/arangod-common.conf
|
|
@ -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
|
|
@ -0,0 +1,4 @@
|
|||
@include etc/testing/arangod-common.conf
|
||||
|
||||
[log]
|
||||
#level = agencycomm=trace
|
|
@ -0,0 +1 @@
|
|||
@include etc/testing/arangod-common.conf
|
|
@ -0,0 +1 @@
|
|||
@include etc/testing/arangod-common.conf
|
|
@ -0,0 +1 @@
|
|||
@include etc/testing/arangod-common.conf
|
|
@ -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);
|
Loading…
Reference in New Issue