Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-09-10 11:01:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-10 11:01:50 +0300
commit01b2b1ec51bd9561b0ef764faf4d07e3dc6fa2d3 (patch)
treef84e351580cbc2e4ede5cf9ad2c04886475cc210 /.drone.yml
parent776889f4e15a42f51e3542a6fe7532d2ebf8f962 (diff)
No need to test against EOL dbs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml68
1 files changed, 0 insertions, 68 deletions
diff --git a/.drone.yml b/.drone.yml
index 0b393d3b63c..b1d7fb73e3f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -397,40 +397,6 @@ trigger:
---
kind: pipeline
-name: mariadb10.0-php7.1
-
-steps:
-- name: submodules
- image: docker:git
- commands:
- - git submodule update --init
-- name: mariadb10.0-php7.1
- image: nextcloudci/php7.1:php7.1-16
- commands:
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
-
-services:
-- name: cache
- image: redis
-- name: mariadb
- image: mariadb:10.0
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - push
-
----
-kind: pipeline
name: mariadb10.1-php7.1
steps:
@@ -737,40 +703,6 @@ trigger:
---
kind: pipeline
-name: mysql5.5-php7.1
-
-steps:
-- name: submodules
- image: docker:git
- commands:
- - git submodule update --init
-- name: mysql5.5-php7.1
- image: nextcloudci/php7.1:php7.1-16
- commands:
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
-
-services:
-- name: cache
- image: redis
-- name: mysql
- image: mysql:5.5
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - push
-
----
-kind: pipeline
name: postgres9-php7.3
steps: