2017-08-09 12:10:21 +03:00
|
|
|
clone:
|
|
|
|
git:
|
2016-09-13 10:46:39 +03:00
|
|
|
image: plugins/git
|
|
|
|
depth: 1
|
2017-08-09 12:10:21 +03:00
|
|
|
|
|
|
|
pipeline:
|
2016-06-13 12:37:36 +03:00
|
|
|
jsunit:
|
2016-11-08 13:21:59 +03:00
|
|
|
image: nextcloudci/jsunit:jsunit-5
|
2016-06-13 12:37:36 +03:00
|
|
|
commands:
|
|
|
|
- ./autotest-js.sh
|
2016-11-08 22:42:51 +03:00
|
|
|
- curl -o codecov.sh https://codecov.io/bash
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5; fi"
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: jsunit
|
2017-05-02 22:04:09 +03:00
|
|
|
checkers:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
2017-05-10 14:54:36 +03:00
|
|
|
- ./autotest-checkers.sh
|
2016-09-13 18:40:19 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
2017-05-02 22:04:09 +03:00
|
|
|
TESTS: checkers
|
2016-09-13 18:40:19 +03:00
|
|
|
syntax-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
|
|
|
- composer install
|
2017-07-21 00:04:11 +03:00
|
|
|
- ./lib/composer/bin/parallel-lint --exclude build/.phan/ --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
|
2016-09-13 18:40:19 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: syntax-php5.6
|
|
|
|
syntax-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
|
|
|
- composer install
|
|
|
|
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: syntax-php7.0
|
2016-11-24 23:44:29 +03:00
|
|
|
syntax-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2016-11-24 23:44:29 +03:00
|
|
|
commands:
|
|
|
|
- composer install
|
|
|
|
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: syntax-php7.1
|
2017-07-18 21:38:40 +03:00
|
|
|
phan:
|
2018-02-04 16:08:48 +03:00
|
|
|
image: nextcloudci/php7.2:php7.2-11
|
2017-07-18 21:38:40 +03:00
|
|
|
commands:
|
|
|
|
- composer install
|
2018-02-04 16:08:48 +03:00
|
|
|
- composer require --dev "phan/phan:0.11.1"
|
2017-10-16 17:01:25 +03:00
|
|
|
- ./lib/composer/phan/phan/phan -k build/.phan/config.php
|
2017-07-20 23:48:13 +03:00
|
|
|
- php ./build/.phan/plugin-checker.php
|
2017-07-18 21:38:40 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: phan
|
2016-09-13 18:40:19 +03:00
|
|
|
litmus-v1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
|
|
|
- bash tests/travis/install.sh sqlite
|
|
|
|
- bash apps/dav/tests/travis/litmus-v1/script.sh
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: litmus-v1
|
|
|
|
litmus-v2:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
|
|
|
- bash tests/travis/install.sh sqlite
|
|
|
|
- bash apps/dav/tests/travis/litmus-v2/script.sh
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: litmus-v2
|
2016-12-15 02:40:12 +03:00
|
|
|
caldavtester-new-endpoint:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
|
|
|
- bash tests/travis/install.sh sqlite
|
|
|
|
- bash apps/dav/tests/travis/caldav/install.sh
|
2016-12-15 02:40:12 +03:00
|
|
|
- bash apps/dav/tests/travis/caldav/script-new-endpoint.sh
|
2016-09-13 18:40:19 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
2016-12-15 02:40:12 +03:00
|
|
|
TESTS: caldavtester-new-endpoint
|
|
|
|
caldavtester-old-endpoint:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
|
2016-12-15 02:40:12 +03:00
|
|
|
commands:
|
|
|
|
- bash tests/travis/install.sh sqlite
|
|
|
|
- bash apps/dav/tests/travis/caldav/install.sh
|
|
|
|
- bash apps/dav/tests/travis/caldav/script-old-endpoint.sh
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: caldavtester-old-endpoint
|
|
|
|
carddavtester-new-endpoint:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
|
2016-12-15 02:40:12 +03:00
|
|
|
commands:
|
|
|
|
- bash tests/travis/install.sh sqlite
|
|
|
|
- bash apps/dav/tests/travis/carddav/install.sh
|
|
|
|
- bash apps/dav/tests/travis/carddav/script-new-endpoint.sh
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: carddavtester-new-endpoint
|
|
|
|
carddavtester-old-endpoint:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
|
2016-09-13 18:40:19 +03:00
|
|
|
commands:
|
|
|
|
- bash tests/travis/install.sh sqlite
|
|
|
|
- bash apps/dav/tests/travis/carddav/install.sh
|
2016-12-15 02:40:12 +03:00
|
|
|
- bash apps/dav/tests/travis/carddav/script-old-endpoint.sh
|
2016-09-13 18:40:19 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
2016-12-15 02:40:12 +03:00
|
|
|
TESTS: carddavtester-old-endpoint
|
2016-12-19 23:40:08 +03:00
|
|
|
sqlite-php7.0-samba-native:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/samba-native-php7.0:samba-native-php7.0-3
|
2016-12-19 23:40:08 +03:00
|
|
|
commands:
|
|
|
|
- smbd -D -FS &
|
2016-12-21 00:10:09 +03:00
|
|
|
- ./autotest-external.sh sqlite smb-linux
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
|
2016-12-19 23:40:08 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: sqlite-php7.0-samba-native
|
|
|
|
sqlite-php7.0-samba-non-native:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/samba-non-native-php7.0:samba-non-native-php7.0-4
|
2016-12-19 23:40:08 +03:00
|
|
|
commands:
|
|
|
|
- smbd -D -FS &
|
2016-12-21 00:10:09 +03:00
|
|
|
- ./autotest-external.sh sqlite smb-linux
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
|
2016-12-19 23:40:08 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: sqlite-php7.0-samba-non-native
|
2016-12-29 11:03:20 +03:00
|
|
|
sqlite-php7.0-webdav-apache:
|
|
|
|
image: nextcloudci/webdav-apache-php7.0
|
|
|
|
commands:
|
|
|
|
- apache2
|
|
|
|
- ./autotest-external.sh sqlite webdav-apachedrone
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-webdav-apachedrone.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-webdav-apachedrone.xml; fi"
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: sqlite-php7.0-webdav-apache
|
2016-07-13 09:54:07 +03:00
|
|
|
nodb-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2016-07-13 09:54:07 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: NODB
|
|
|
|
PHP: 5.6
|
2016-07-13 09:54:07 +03:00
|
|
|
nodb-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-07-13 09:54:07 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: NODB
|
|
|
|
PHP: "7.0"
|
2016-08-11 14:57:16 +03:00
|
|
|
nodb-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2016-08-11 14:57:16 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: NODB
|
|
|
|
PHP: 7.1
|
2017-08-04 18:32:08 +03:00
|
|
|
nodb-php7.2:
|
2017-10-04 22:00:16 +03:00
|
|
|
image: nextcloudci/php7.2:php7.2-9
|
2017-08-04 18:32:08 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: NODB
|
|
|
|
PHP: 7.2
|
2016-07-06 18:59:29 +03:00
|
|
|
sqlite-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2016-07-06 18:59:29 +03:00
|
|
|
commands:
|
2016-07-13 09:54:07 +03:00
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: sqlite
|
|
|
|
PHP: 5.6
|
2016-07-09 21:17:01 +03:00
|
|
|
sqlite-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-06-07 00:58:14 +03:00
|
|
|
commands:
|
2016-07-13 09:54:07 +03:00
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: sqlite
|
|
|
|
PHP: "7.0"
|
2016-08-11 14:57:16 +03:00
|
|
|
sqlite-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2016-08-11 14:57:16 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: sqlite
|
|
|
|
PHP: 7.1
|
2017-08-04 18:32:08 +03:00
|
|
|
sqlite-php7.2:
|
2017-10-04 22:00:16 +03:00
|
|
|
image: nextcloudci/php7.2:php7.2-9
|
2017-08-04 18:32:08 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: sqlite
|
|
|
|
PHP: 7.2
|
2016-07-09 21:17:01 +03:00
|
|
|
mysql-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2016-06-23 11:48:20 +03:00
|
|
|
commands:
|
2016-07-13 09:54:07 +03:00
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql
|
|
|
|
PHP: 5.6
|
2017-08-05 20:59:37 +03:00
|
|
|
mysql-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2017-08-05 20:59:37 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql
|
|
|
|
PHP: "7.0"
|
2017-08-06 11:45:10 +03:00
|
|
|
mysql-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2017-08-06 11:45:10 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql
|
|
|
|
PHP: 7.1
|
2017-08-10 15:26:00 +03:00
|
|
|
mysql-php7.2:
|
2017-10-04 22:00:16 +03:00
|
|
|
image: nextcloudci/php7.2:php7.2-9
|
2017-08-10 15:26:00 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql
|
|
|
|
PHP: 7.2
|
2017-08-10 00:14:02 +03:00
|
|
|
mysql5.6-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2017-08-10 00:14:02 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.6
|
|
|
|
PHP: 5.6
|
|
|
|
mysql5.6-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2017-08-10 00:14:02 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.6
|
|
|
|
PHP: "7.0"
|
2017-08-10 14:49:01 +03:00
|
|
|
mysql5.6-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2017-08-10 00:14:02 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.6
|
|
|
|
PHP: 7.1
|
2017-08-10 14:49:01 +03:00
|
|
|
mysql5.5-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2017-08-10 14:49:01 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.5
|
|
|
|
PHP: 5.6
|
|
|
|
mysql5.5-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2017-08-10 14:49:01 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.5
|
|
|
|
PHP: "7.0"
|
|
|
|
mysql5.5-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2017-08-10 14:49:01 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.5
|
|
|
|
PHP: 7.1
|
2016-07-09 21:17:01 +03:00
|
|
|
postgres-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2016-06-21 16:41:29 +03:00
|
|
|
commands:
|
|
|
|
- sleep 10 # gives the database enough time to initialize
|
2016-07-13 09:54:07 +03:00
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: postgres
|
|
|
|
PHP: 5.6
|
2017-11-22 19:27:08 +03:00
|
|
|
POSTGRES: 9
|
2017-07-27 22:11:34 +03:00
|
|
|
postgres-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2017-07-27 22:11:34 +03:00
|
|
|
commands:
|
|
|
|
- sleep 10 # gives the database enough time to initialize
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: postgres
|
2017-08-23 19:25:37 +03:00
|
|
|
PHP: "7.0"
|
2017-08-06 11:37:15 +03:00
|
|
|
postgres-php7.1:
|
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
|
|
|
commands:
|
|
|
|
- sleep 10 # gives the database enough time to initialize
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: postgres
|
|
|
|
PHP: 7.1
|
2016-10-18 11:31:05 +03:00
|
|
|
mysqlmb4-php5.6:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php5.6:php5.6-8
|
2016-10-18 11:31:05 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysqlmb4
|
|
|
|
PHP: 5.6
|
2017-08-06 14:07:34 +03:00
|
|
|
mysqlmb4-php7.0:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2017-08-06 14:07:34 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysqlmb4
|
|
|
|
PHP: "7.0"
|
2017-08-06 21:13:04 +03:00
|
|
|
mysqlmb4-php7.1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.1:php7.1-15
|
2017-08-06 21:13:04 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysqlmb4
|
|
|
|
PHP: 7.1
|
2017-08-10 15:26:00 +03:00
|
|
|
mysqlmb4-php7.2:
|
2017-10-04 22:00:16 +03:00
|
|
|
image: nextcloudci/php7.2:php7.2-9
|
2017-08-10 15:26:00 +03:00
|
|
|
commands:
|
|
|
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysqlmb4
|
|
|
|
PHP: 7.2
|
2016-09-22 12:14:15 +03:00
|
|
|
integration-capabilities_features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-07-06 12:27:35 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-07-06 12:27:35 +03:00
|
|
|
- cd build/integration
|
2016-09-22 12:14:15 +03:00
|
|
|
- ./run.sh capabilities_features/capabilities.feature
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
2016-09-22 12:14:15 +03:00
|
|
|
TESTS: integration-capabilities_features
|
|
|
|
integration-federation_features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
|
|
|
- ./occ maintenance:install --admin-pass=admin
|
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh federation_features/federated.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-federation_features
|
|
|
|
integration-auth:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/auth.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-auth
|
2017-04-11 02:34:26 +03:00
|
|
|
integration-maintenance-mode:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-04-11 02:34:26 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-04-11 02:34:26 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/maintenance-mode.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-maintenance-mode
|
2017-04-12 21:32:48 +03:00
|
|
|
integration-ratelimiting:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-04-12 21:32:48 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-07-14 10:03:14 +03:00
|
|
|
- ./occ config:system:set redis host --value=cache
|
|
|
|
- ./occ config:system:set redis port --value=6379 --type=integer
|
|
|
|
- ./occ config:system:set redis timeout --value=0 --type=integer
|
2017-04-12 21:32:48 +03:00
|
|
|
- ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
|
|
|
|
- ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
|
2017-04-12 23:19:45 +03:00
|
|
|
- ./occ app:enable testing
|
2017-04-12 21:32:48 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/ratelimiting.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-ratelimiting
|
2016-09-22 12:14:15 +03:00
|
|
|
integration-carddav:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/carddav.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-carddav
|
|
|
|
integration-dav-v2:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/dav-v2.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-dav-v2
|
|
|
|
integration-ocs-v1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/ocs-v1.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-ocs-v1
|
|
|
|
integration-sharing-v1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/sharing-v1.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-sharing-v1
|
2017-03-28 18:57:18 +03:00
|
|
|
integration-sharing-v1-part2:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-03-28 18:57:18 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-03-28 18:57:18 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/sharing-v1-part2.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-sharing-v1-part2
|
2017-05-02 18:55:29 +03:00
|
|
|
integration-sharing-v1-part3:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-05-02 18:55:29 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-05-02 18:55:29 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/sharing-v1-part3.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-sharing-v1-part3
|
2016-09-22 12:14:15 +03:00
|
|
|
integration-checksums-v1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/checksums.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-checksums
|
|
|
|
integration-external-storage:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/external-storage.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-external-storage
|
|
|
|
integration-provisioning-v1:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/provisioning-v1.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-provisioning-v1
|
|
|
|
integration-tags:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/tags.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-tags
|
|
|
|
integration-caldav:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/caldav.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-caldav
|
|
|
|
integration-comments:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/comments.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-comments
|
|
|
|
integration-favorites:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/favorites.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-favorites
|
|
|
|
integration-provisioning-v2:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/provisioning-v2.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-provisioning-v2
|
|
|
|
integration-webdav-related:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/webdav-related.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-webdav-related
|
|
|
|
integration-sharees-features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-09-22 12:14:15 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-09-22 12:14:15 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh sharees_features/sharees.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-sharees-features
|
2017-03-17 02:24:00 +03:00
|
|
|
integration-sharees-v2-features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-03-17 02:24:00 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-03-17 02:24:00 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh sharees_features/sharees_provisioningapiv2.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-sharees-v2-features
|
2016-11-21 16:00:54 +03:00
|
|
|
integration-setup-features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-11-21 16:00:54 +03:00
|
|
|
commands:
|
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh setup_features/setup.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-setup-features
|
2016-12-02 15:09:10 +03:00
|
|
|
integration-filesdrop-features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-12-02 15:09:10 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-12-02 15:09:10 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh filesdrop_features/filesdrop.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-filesdrop-features
|
2016-12-16 19:29:27 +03:00
|
|
|
integration-transfer-ownership-features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2016-12-16 19:29:27 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2016-12-16 19:29:27 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/transfer-ownership.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-transfer-ownership-features
|
2017-01-19 22:06:50 +03:00
|
|
|
integration-ldap-features:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-01-19 22:06:50 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-01-20 12:10:37 +03:00
|
|
|
- ./occ app:enable user_ldap
|
2017-01-19 22:06:50 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh ldap_features/ldap-ocs.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-ldap-features
|
2017-03-17 08:54:13 +03:00
|
|
|
integration-trashbin:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-03-17 08:54:13 +03:00
|
|
|
commands:
|
2017-08-23 17:18:54 +03:00
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
2017-03-17 08:54:13 +03:00
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh features/trashbin.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-trashbin
|
2017-09-27 18:46:24 +03:00
|
|
|
integration-remote-api:
|
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
|
|
|
commands:
|
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
|
|
|
|
- cd build/integration
|
|
|
|
- ./run.sh remoteapi_features/remote.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: integration-remote-api
|
2017-04-16 14:39:59 +03:00
|
|
|
acceptance-access-levels:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-04-16 14:39:59 +03:00
|
|
|
commands:
|
2017-07-20 09:08:35 +03:00
|
|
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-access-levels --selenium-server selenium:4444 allow-git-repository-modifications features/access-levels.feature
|
2017-04-16 14:39:59 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS-ACCEPTANCE: access-levels
|
2018-02-15 18:25:11 +03:00
|
|
|
acceptance-app-comments:
|
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
|
|
|
commands:
|
|
|
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS-ACCEPTANCE: app-comments
|
2017-04-22 19:20:32 +03:00
|
|
|
acceptance-app-files:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-04-22 19:20:32 +03:00
|
|
|
commands:
|
2017-07-20 09:08:35 +03:00
|
|
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files --selenium-server selenium:4444 allow-git-repository-modifications features/app-files.feature
|
2017-04-22 19:20:32 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS-ACCEPTANCE: app-files
|
2017-08-04 14:20:22 +03:00
|
|
|
acceptance-app-theming:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-08-04 14:20:22 +03:00
|
|
|
commands:
|
|
|
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-theming --selenium-server selenium:4444 allow-git-repository-modifications features/app-theming.feature
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS-ACCEPTANCE: app-theming
|
2017-04-16 14:39:59 +03:00
|
|
|
acceptance-login:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
2017-04-16 14:39:59 +03:00
|
|
|
commands:
|
2017-07-20 09:08:35 +03:00
|
|
|
- tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-login --selenium-server selenium:4444 allow-git-repository-modifications features/login.feature
|
2017-04-16 14:39:59 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS-ACCEPTANCE: login
|
2016-09-29 01:53:53 +03:00
|
|
|
nodb-codecov:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-09-28 17:45:02 +03:00
|
|
|
commands:
|
2017-08-23 13:25:25 +03:00
|
|
|
- phpenmod xdebug
|
2016-09-28 17:45:02 +03:00
|
|
|
- TEST_SELECTION=NODB ./autotest.sh sqlite
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
when:
|
|
|
|
matrix:
|
2016-09-29 01:53:53 +03:00
|
|
|
TESTS: nodb-codecov
|
|
|
|
db-codecov:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-09-29 01:53:53 +03:00
|
|
|
commands:
|
2017-08-23 13:25:25 +03:00
|
|
|
- phpenmod xdebug
|
2016-09-29 01:53:53 +03:00
|
|
|
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: db-codecov
|
2016-11-16 14:43:38 +03:00
|
|
|
object-store:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-16
|
2016-11-16 14:43:38 +03:00
|
|
|
commands:
|
2017-08-23 13:25:25 +03:00
|
|
|
- phpenmod xdebug
|
2016-11-16 14:43:38 +03:00
|
|
|
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: object-store
|
2016-12-20 23:11:00 +03:00
|
|
|
memcache-memcached:
|
2017-08-23 13:25:25 +03:00
|
|
|
image: nextcloudci/php7.0-memcached:php7.0-memcached-8
|
2016-12-20 23:11:00 +03:00
|
|
|
commands:
|
2017-08-23 13:25:25 +03:00
|
|
|
- phpenmod xdebug
|
2016-12-20 23:11:00 +03:00
|
|
|
- service memcached restart
|
|
|
|
- ./autotest.sh sqlite tests/lib/Memcache/MemcachedTest.php
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TEST: memcache-memcached
|
2017-05-03 00:08:43 +03:00
|
|
|
memcache-redis-cluster:
|
2017-08-24 20:01:13 +03:00
|
|
|
image: nextcloudci/php7.0:php7.0-17
|
2017-05-03 00:08:43 +03:00
|
|
|
commands:
|
2017-08-23 13:25:25 +03:00
|
|
|
- phpenmod xdebug
|
2017-08-23 19:19:22 +03:00
|
|
|
- sleep 20
|
2017-05-03 00:08:43 +03:00
|
|
|
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
|
|
|
|
- wget https://codecov.io/bash -O codecov.sh
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TEST: memcache-redis-cluster
|
2016-09-13 01:36:01 +03:00
|
|
|
matrix:
|
|
|
|
include:
|
2017-05-02 22:04:09 +03:00
|
|
|
- TESTS: checkers
|
2016-09-29 01:53:53 +03:00
|
|
|
- TESTS: nodb-codecov
|
2017-05-02 18:44:54 +03:00
|
|
|
ENABLE_REDIS: true
|
2016-12-19 23:40:08 +03:00
|
|
|
- TESTS: db-codecov
|
2017-05-02 18:44:54 +03:00
|
|
|
ENABLE_REDIS: true
|
2017-07-28 10:21:24 +03:00
|
|
|
- DB: NODB
|
|
|
|
PHP: 5.6
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: NODB
|
|
|
|
PHP: 7.0
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: NODB
|
|
|
|
PHP: 7.1
|
|
|
|
ENABLE_REDIS: true
|
2017-08-04 18:32:08 +03:00
|
|
|
- DB: NODB
|
|
|
|
PHP: 7.2
|
|
|
|
ENABLE_REDIS: false
|
2017-07-28 10:21:24 +03:00
|
|
|
- DB: sqlite
|
|
|
|
PHP: 5.6
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: sqlite
|
|
|
|
PHP: 7.0
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: sqlite
|
|
|
|
PHP: 7.1
|
|
|
|
ENABLE_REDIS: true
|
2017-08-04 18:32:08 +03:00
|
|
|
- DB: sqlite
|
|
|
|
PHP: 7.2
|
|
|
|
ENABLE_REDIS: false
|
2017-07-28 10:21:24 +03:00
|
|
|
- DB: mysql
|
|
|
|
PHP: 5.6
|
|
|
|
ENABLE_REDIS: true
|
2017-08-05 20:59:37 +03:00
|
|
|
- DB: mysql
|
|
|
|
PHP: 7.0
|
|
|
|
ENABLE_REDIS: true
|
2017-08-06 11:45:10 +03:00
|
|
|
- DB: mysql
|
|
|
|
PHP: 7.1
|
|
|
|
ENABLE_REDIS: true
|
2017-08-10 15:26:00 +03:00
|
|
|
- DB: mysql
|
|
|
|
PHP: 7.2
|
|
|
|
ENABLE_REDIS: false
|
2017-08-10 00:14:02 +03:00
|
|
|
- DB: mysql5.6
|
|
|
|
PHP: 5.6
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: mysql5.6
|
|
|
|
PHP: 7.0
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: mysql5.6
|
|
|
|
PHP: 7.1
|
|
|
|
ENABLE_REDIS: true
|
2017-08-10 14:49:01 +03:00
|
|
|
- DB: mysql5.5
|
|
|
|
PHP: 5.6
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: mysql5.5
|
|
|
|
PHP: 7.0
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: mysql5.5
|
|
|
|
PHP: 7.1
|
|
|
|
ENABLE_REDIS: true
|
2017-07-28 10:21:24 +03:00
|
|
|
- DB: postgres
|
|
|
|
PHP: 5.6
|
2017-11-22 19:27:08 +03:00
|
|
|
POSTGRES: 9
|
2017-07-28 10:21:24 +03:00
|
|
|
ENABLE_REDIS: true
|
2017-07-27 22:11:34 +03:00
|
|
|
- DB: postgres
|
|
|
|
PHP: 7.0
|
2017-11-22 19:27:08 +03:00
|
|
|
POSTGRES: 9
|
2017-07-27 22:11:34 +03:00
|
|
|
ENABLE_REDIS: true
|
2017-08-06 11:37:15 +03:00
|
|
|
- DB: postgres
|
|
|
|
PHP: 7.1
|
2017-11-22 19:27:08 +03:00
|
|
|
POSTGRES: 9
|
|
|
|
ENABLE_REDIS: true
|
|
|
|
- DB: postgres
|
|
|
|
PHP: 7.1
|
|
|
|
POSTGRES: 10
|
2017-08-06 11:37:15 +03:00
|
|
|
ENABLE_REDIS: true
|
2017-07-28 10:21:24 +03:00
|
|
|
- DB: mysqlmb4
|
|
|
|
PHP: 5.6
|
|
|
|
ENABLE_REDIS: true
|
2017-08-06 14:07:34 +03:00
|
|
|
- DB: mysqlmb4
|
|
|
|
PHP: 7.0
|
|
|
|
ENABLE_REDIS: true
|
2017-08-06 21:13:04 +03:00
|
|
|
- DB: mysqlmb4
|
|
|
|
PHP: 7.1
|
|
|
|
ENABLE_REDIS: true
|
2017-08-10 15:26:00 +03:00
|
|
|
- DB: mysqlmb4
|
|
|
|
PHP: 7.2
|
|
|
|
ENABLE_REDIS: false
|
2016-09-22 12:14:15 +03:00
|
|
|
- TESTS: integration-capabilities_features
|
|
|
|
- TESTS: integration-federation_features
|
2017-04-11 02:34:26 +03:00
|
|
|
- TESTS: integration-maintenance-mode
|
2017-04-12 21:32:48 +03:00
|
|
|
- TESTS: integration-ratelimiting
|
2017-05-02 18:44:54 +03:00
|
|
|
ENABLE_REDIS: true
|
2016-09-22 12:14:15 +03:00
|
|
|
- TESTS: integration-auth
|
|
|
|
- TESTS: integration-carddav
|
|
|
|
- TESTS: integration-dav-v2
|
|
|
|
- TESTS: integration-ocs-v1
|
|
|
|
- TESTS: integration-sharing-v1
|
2017-03-28 18:57:18 +03:00
|
|
|
- TESTS: integration-sharing-v1-part2
|
2017-05-02 18:55:29 +03:00
|
|
|
- TESTS: integration-sharing-v1-part3
|
2016-09-22 12:14:15 +03:00
|
|
|
- TESTS: integration-checksums
|
|
|
|
- TESTS: integration-external-storage
|
|
|
|
- TESTS: integration-provisioning-v1
|
|
|
|
- TESTS: integration-tags
|
|
|
|
- TESTS: integration-caldav
|
|
|
|
- TESTS: integration-comments
|
|
|
|
- TESTS: integration-favorites
|
|
|
|
- TESTS: integration-provisioning-v2
|
|
|
|
- TESTS: integration-webdav-related
|
|
|
|
- TESTS: integration-sharees-features
|
2017-03-17 02:24:00 +03:00
|
|
|
- TESTS: integration-sharees-v2-features
|
2016-11-21 16:00:54 +03:00
|
|
|
- TESTS: integration-setup-features
|
2016-12-02 15:09:10 +03:00
|
|
|
- TESTS: integration-filesdrop-features
|
2016-12-16 19:29:27 +03:00
|
|
|
- TESTS: integration-transfer-ownership-features
|
2017-01-19 19:12:00 +03:00
|
|
|
- TESTS: integration-ldap-features
|
2017-03-17 08:54:13 +03:00
|
|
|
- TESTS: integration-trashbin
|
2017-09-27 18:46:24 +03:00
|
|
|
- TESTS: integration-remote-api
|
2017-07-20 09:08:35 +03:00
|
|
|
- TESTS: acceptance
|
|
|
|
TESTS-ACCEPTANCE: access-levels
|
2018-02-15 18:25:11 +03:00
|
|
|
- TESTS: acceptance
|
|
|
|
TESTS-ACCEPTANCE: app-comments
|
2017-07-20 09:08:35 +03:00
|
|
|
- TESTS: acceptance
|
|
|
|
TESTS-ACCEPTANCE: app-files
|
2017-08-04 14:20:22 +03:00
|
|
|
- TESTS: acceptance
|
|
|
|
TESTS-ACCEPTANCE: app-theming
|
2017-07-20 09:08:35 +03:00
|
|
|
- TESTS: acceptance
|
|
|
|
TESTS-ACCEPTANCE: login
|
2016-09-13 01:36:01 +03:00
|
|
|
- TESTS: jsunit
|
2016-09-13 18:40:19 +03:00
|
|
|
- TESTS: syntax-php5.6
|
|
|
|
- TESTS: syntax-php7.0
|
2016-11-24 23:44:29 +03:00
|
|
|
- TESTS: syntax-php7.1
|
2017-07-18 21:38:40 +03:00
|
|
|
- TESTS: phan
|
2016-09-13 18:40:19 +03:00
|
|
|
- TESTS: litmus-v1
|
|
|
|
- TESTS: litmus-v2
|
2016-12-15 02:40:12 +03:00
|
|
|
- TESTS: caldavtester-old-endpoint
|
|
|
|
- TESTS: caldavtester-new-endpoint
|
|
|
|
- TESTS: carddavtester-new-endpoint
|
|
|
|
- TESTS: carddavtester-old-endpoint
|
2017-08-17 10:40:12 +03:00
|
|
|
- TESTS: object-store
|
|
|
|
OBJECT_STORE: s3
|
2016-12-19 23:40:08 +03:00
|
|
|
- TESTS: sqlite-php7.0-samba-native
|
|
|
|
- TESTS: sqlite-php7.0-samba-non-native
|
2016-12-20 23:11:00 +03:00
|
|
|
- TEST: memcache-memcached
|
2017-08-09 15:29:42 +03:00
|
|
|
- TEST: memcache-redis-cluster
|
|
|
|
ENABLE_REDIS_CLUSTER: true
|
2016-12-29 11:03:20 +03:00
|
|
|
- TESTS: sqlite-php7.0-webdav-apache
|
2017-05-02 18:44:54 +03:00
|
|
|
ENABLE_REDIS: true
|
2016-09-13 01:36:01 +03:00
|
|
|
|
|
|
|
services:
|
2016-06-07 00:58:14 +03:00
|
|
|
cache:
|
|
|
|
image: redis
|
2017-05-02 18:44:54 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
ENABLE_REDIS: true
|
2017-05-03 00:08:43 +03:00
|
|
|
cache-cluster:
|
2017-08-09 15:29:42 +03:00
|
|
|
image: morrisjobke/redis-cluster
|
2017-05-03 00:08:43 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
ENABLE_REDIS_CLUSTER: true
|
2017-11-22 19:27:08 +03:00
|
|
|
postgres-9:
|
2017-10-09 13:45:00 +03:00
|
|
|
image: postgres:9
|
2016-06-21 16:41:29 +03:00
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=oc_autotest
|
2017-07-25 14:39:43 +03:00
|
|
|
- POSTGRES_PASSWORD=owncloud
|
2017-09-08 15:54:58 +03:00
|
|
|
tmpfs:
|
|
|
|
- /var/lib/postgresql/data
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: postgres
|
2017-11-22 19:27:08 +03:00
|
|
|
POSTGRES: 9
|
|
|
|
postgres-10:
|
|
|
|
image: postgres:10
|
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=oc_autotest
|
|
|
|
- POSTGRES_PASSWORD=owncloud
|
|
|
|
tmpfs:
|
|
|
|
- /var/lib/postgresql/data
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: postgres
|
|
|
|
POSTGRES: 10
|
2016-06-23 11:48:20 +03:00
|
|
|
mysql:
|
2017-08-10 00:14:02 +03:00
|
|
|
image: mysql:5.7
|
2016-06-23 11:48:20 +03:00
|
|
|
environment:
|
|
|
|
- MYSQL_ROOT_PASSWORD=owncloud
|
|
|
|
- MYSQL_USER=oc_autotest
|
|
|
|
- MYSQL_PASSWORD=owncloud
|
|
|
|
- MYSQL_DATABASE=oc_autotest
|
2017-09-08 15:54:58 +03:00
|
|
|
tmpfs:
|
|
|
|
- /var/lib/mysql
|
2016-09-13 01:36:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql
|
2017-08-10 00:14:02 +03:00
|
|
|
mysql:
|
|
|
|
image: mysql:5.6
|
|
|
|
environment:
|
|
|
|
- MYSQL_ROOT_PASSWORD=owncloud
|
|
|
|
- MYSQL_USER=oc_autotest
|
|
|
|
- MYSQL_PASSWORD=owncloud
|
|
|
|
- MYSQL_DATABASE=oc_autotest
|
2017-09-08 15:54:58 +03:00
|
|
|
tmpfs:
|
|
|
|
- /var/lib/mysql
|
2017-08-10 00:14:02 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.6
|
2017-08-10 14:49:01 +03:00
|
|
|
mysql:
|
|
|
|
image: mysql:5.5
|
|
|
|
environment:
|
|
|
|
- MYSQL_ROOT_PASSWORD=owncloud
|
|
|
|
- MYSQL_USER=oc_autotest
|
|
|
|
- MYSQL_PASSWORD=owncloud
|
|
|
|
- MYSQL_DATABASE=oc_autotest
|
2017-09-08 15:54:58 +03:00
|
|
|
tmpfs:
|
|
|
|
- /var/lib/mysql
|
2017-08-10 14:49:01 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysql5.5
|
2016-10-18 11:31:05 +03:00
|
|
|
mysqlmb4:
|
2018-05-30 09:33:27 +03:00
|
|
|
image: mysql:5.7.22
|
2016-10-18 11:31:05 +03:00
|
|
|
environment:
|
|
|
|
- MYSQL_ROOT_PASSWORD=owncloud
|
|
|
|
- MYSQL_USER=oc_autotest
|
|
|
|
- MYSQL_PASSWORD=owncloud
|
|
|
|
- MYSQL_DATABASE=oc_autotest
|
2016-10-18 13:40:17 +03:00
|
|
|
command: [ "--innodb_large_prefix=true", "--innodb_file_format=barracuda", "--innodb_file_per_table=true" ]
|
2017-09-08 15:54:58 +03:00
|
|
|
tmpfs:
|
|
|
|
- /var/lib/mysql
|
2016-10-18 11:31:05 +03:00
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
DB: mysqlmb4
|
2016-11-16 14:43:38 +03:00
|
|
|
fake-s3:
|
|
|
|
image: lphoward/fake-s3
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
OBJECT_STORE: s3
|
2017-04-16 14:39:59 +03:00
|
|
|
selenium:
|
|
|
|
image: selenium/standalone-firefox:2.53.1-beryllium
|
|
|
|
environment:
|
|
|
|
# Reduce default log level for Selenium server (INFO) as it is too
|
|
|
|
# verbose.
|
|
|
|
- JAVA_OPTS=-Dselenium.LOGGER.level=WARNING
|
|
|
|
when:
|
|
|
|
matrix:
|
|
|
|
TESTS: acceptance
|
2017-03-07 05:54:55 +03:00
|
|
|
|
|
|
|
branches: [ master, stable* ]
|