2019-10-29 12:42:43 +03:00
|
|
|
language: generic
|
|
|
|
|
|
|
|
dist: trusty
|
|
|
|
|
|
|
|
env:
|
2020-06-04 17:24:07 +03:00
|
|
|
# community edition
|
|
|
|
- config: standalone.yml
|
|
|
|
|
|
|
|
# integration edition
|
|
|
|
- config: standalone.yml
|
|
|
|
PRODUCT_NAME: documentserver-ie
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
|
2020-04-29 19:48:33 +03:00
|
|
|
# certificates (default tls if onlyoffice not exists)
|
|
|
|
- config: certs.yml
|
|
|
|
ssl: true
|
|
|
|
|
|
|
|
# certificates (default onlyoffice if exists)
|
|
|
|
- config: certs.yml
|
|
|
|
ssl: true
|
|
|
|
private_key: onlyoffice.key
|
|
|
|
certificate_request: onlyoffice.csr
|
|
|
|
certificate: onlyoffice.crt
|
|
|
|
|
|
|
|
# custom certificates
|
|
|
|
- config: certs-customized.yml
|
|
|
|
ssl: true
|
|
|
|
private_key: mycert.key
|
|
|
|
certificate_request: mycert.csr
|
|
|
|
certificate: mycert.crt
|
|
|
|
SSL_CERTIFICATE_PATH: /var/www/onlyoffice/Data/certs/mycert.crt
|
|
|
|
SSL_KEY_PATH: /var/www/onlyoffice/Data/certs/mycert.key
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
|
|
|
|
# postgresql 12
|
|
|
|
- config: postgres.yml
|
|
|
|
POSTGRES_VERSION: 12
|
|
|
|
|
|
|
|
# postgresql 11
|
|
|
|
- config: postgres.yml
|
|
|
|
POSTGRES_VERSION: 11
|
|
|
|
|
|
|
|
# postgresql 10
|
|
|
|
- config: postgres.yml
|
|
|
|
POSTGRES_VERSION: 10
|
|
|
|
|
|
|
|
# postgresql 9
|
2019-10-29 12:42:43 +03:00
|
|
|
- config: postgres.yml
|
2020-09-10 16:57:21 +03:00
|
|
|
POSTGRES_VERSION: 9
|
2019-10-29 12:42:43 +03:00
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
# postgresql 9.5
|
|
|
|
- config: postgres.yml
|
|
|
|
|
|
|
|
# postgresql custom values
|
2019-10-29 12:42:43 +03:00
|
|
|
- config: postgres.yml
|
|
|
|
DB_NAME: mydb
|
|
|
|
DB_USER: myuser
|
|
|
|
DB_PWD: password
|
|
|
|
POSTGRES_DB: mydb
|
|
|
|
POSTGRES_USER: myuser
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
# postgresql deprecated variables
|
2019-10-29 12:42:43 +03:00
|
|
|
- config: postgres-old.yml
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
|
|
|
|
# mysql 8
|
|
|
|
- config: mysql.yml
|
|
|
|
MYSQL_VERSION: 8
|
|
|
|
|
|
|
|
# mysql 5
|
|
|
|
- config: mysql.yml
|
|
|
|
MYSQL_VERSION: 5
|
|
|
|
|
|
|
|
# mysql 5.7
|
2019-10-29 12:42:43 +03:00
|
|
|
- config: mysql.yml
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
|
|
|
|
# mariadb 10
|
|
|
|
- config: mariadb.yml
|
|
|
|
MARIADB_VERSION: 10
|
|
|
|
|
|
|
|
# mariadb 10.5
|
2020-03-16 16:20:36 +03:00
|
|
|
- config: mariadb.yml
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
|
2019-10-29 12:42:43 +03:00
|
|
|
- config: activemq.yml
|
2020-09-10 16:57:21 +03:00
|
|
|
ACTIVEMQ_VERSION: latest
|
2019-12-23 12:27:47 +03:00
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
# activemq 5.14.3
|
|
|
|
- config: activemq.yml
|
|
|
|
|
|
|
|
|
|
|
|
# rabbitmq latest
|
2019-12-23 12:27:47 +03:00
|
|
|
- config: rabbitmq.yml
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
# rabbitmq 3
|
|
|
|
- config: rabbitmq.yml
|
|
|
|
RABBITMQ_VERSION: 3
|
|
|
|
|
2019-12-23 12:27:47 +03:00
|
|
|
# rabbitmq old variables
|
|
|
|
- config: rabbitmq-old.yml
|
2019-10-29 12:42:43 +03:00
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
|
|
|
|
# redis latest with community edition
|
2020-06-04 17:24:07 +03:00
|
|
|
- config: redis.yml
|
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
# redis latest with integraion edition
|
2019-12-23 15:59:14 +03:00
|
|
|
- config: redis.yml
|
2020-06-04 17:24:07 +03:00
|
|
|
PRODUCT_NAME: documentserver-ie
|
2019-12-23 15:59:14 +03:00
|
|
|
|
2020-09-10 16:57:21 +03:00
|
|
|
# redis 6
|
|
|
|
- config: redis.yml
|
|
|
|
REDIS_VERSION: 6
|
|
|
|
|
|
|
|
# redis 5
|
|
|
|
- config: redis.yml
|
|
|
|
REDIS_VERSION: 5
|
|
|
|
|
|
|
|
|
2020-07-23 15:42:17 +03:00
|
|
|
# graphite
|
|
|
|
- config: graphite.yml
|
|
|
|
|
2019-10-29 12:42:43 +03:00
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
script:
|
|
|
|
# Go to tests dir
|
|
|
|
- cd ${PWD}/tests
|
|
|
|
|
|
|
|
# Run test.
|
|
|
|
- ./test.sh
|