mirror of https://gitee.com/bigwinds/arangodb
Merge pull request #2627 from arangodb/feature/jenkins-configuration-files-pointing-to-testing
jenkins configuration files where erroneously pointing to 'testing'
This commit is contained in:
commit
cab85a9999
|
@ -1 +1 @@
|
||||||
@include etc/testing/arangod-common.conf
|
@include etc/jenkins/arangod-common.conf
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
@include etc/testing/arangod-common.conf
|
@include etc/jenkins/arangod-common.conf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@include etc/testing/arangod-common.conf
|
@include etc/jenkins/arangod-common.conf
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
#level = agencycomm=trace
|
#level = agencycomm=trace
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
@include etc/testing/arangod-common.conf
|
@include etc/jenkins/arangod-common.conf
|
||||||
[log]
|
[log]
|
||||||
level = replication=trace
|
level = replication=trace
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
@include etc/testing/arangod-common.conf
|
@include etc/jenkins/arangod-common.conf
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
@include etc/testing/arangod-common.conf
|
@include etc/jenkins/arangod-common.conf
|
||||||
|
|
Loading…
Reference in New Issue