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:
authorJoas Schilling <coding@schilljs.com>2020-09-18 10:32:23 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 10:32:23 +0300
commit9ac888d89520da72c0a17fc34b2aa133b4d15c4b (patch)
tree46417f7d839bf8e8dd2d1f645a060504ac26dba6
parent48761481eb1e1be7b8ebb803376a5cb6059c0d70 (diff)
Update drone testing matrix
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.drone.yml126
1 files changed, 42 insertions, 84 deletions
diff --git a/.drone.yml b/.drone.yml
index 99e47e18e81..8221252451e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -30,7 +30,7 @@ steps:
commands:
- git submodule update --init
- name: checkers
- image: nextcloudci/php7.2:php7.2-13
+ image: nextcloudci/php7.3:latest
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
@@ -246,10 +246,6 @@ steps:
image: docker:git
commands:
- git submodule update --init
-- name: nodb-php7.2
- image: nextcloudci/php7.2:latest
- commands:
- - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php7.3
image: nextcloudci/php7.3:latest
commands:
@@ -258,6 +254,10 @@ steps:
image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
+- name: nodb-php8.0
+ image: nextcloudci/php8.0:latest
+ commands:
+ - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
services:
- name: cache
@@ -280,16 +280,16 @@ steps:
image: docker:git
commands:
- git submodule update --init
-- name: sqlite-php7.2
- image: nextcloudci/php7.2:php7.2-13
- commands:
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.3
- image: nextcloudci/php7.3:php7.3-4
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.4
- image: nextcloudci/php7.4:2
+ image: nextcloudci/php7.4:latest
+ commands:
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
+- name: sqlite-php8.0
+ image: nextcloudci/php8.0:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
@@ -307,15 +307,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.1-php7.2
+name: mariadb10.1-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.1-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mariadb10.1-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -342,15 +342,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.2-php7.2
+name: mariadb10.2-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.2-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mariadb10.2-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -376,15 +376,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.3-php7.2
+name: mariadb10.3-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.3-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mariadb10.3-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -410,15 +410,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.4-php7.3
+name: mariadb10.4-php8.0
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.4-php7.3
- image: nextcloudci/php7.3:php7.3-4
+- name: mariadb10.4-php8.0
+ image: nextcloudci/php8.0:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -445,15 +445,15 @@ trigger:
---
kind: pipeline
-name: mysql8.0-php7.2
+name: mysql8.0-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysql-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysql-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -481,15 +481,15 @@ trigger:
---
kind: pipeline
-name: mysql5.7-php7.2
+name: mysql5.7-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysql-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysql-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -545,15 +545,15 @@ trigger:
---
kind: pipeline
-name: mysql5.6-php7.2
+name: mysql5.6-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysql5.6-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysql5.6-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -614,15 +614,15 @@ trigger:
---
kind: pipeline
-name: postgres10-php7.2
+name: postgres10-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: postgres-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: postgres-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
@@ -648,15 +648,15 @@ trigger:
---
kind: pipeline
-name: postgres11-php7.2
+name: postgres11-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: postgres-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: postgres-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=11 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
@@ -683,15 +683,15 @@ trigger:
---
kind: pipeline
-name: mysqlmb4-php7.2
+name: mysqlmb4-php8.0
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysqlmb4-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysqlmb4-php8.0
+ image: nextcloudci/php8.0:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
@@ -1509,48 +1509,6 @@ trigger:
---
kind: pipeline
-name: integration-ldap-openldap-uid-features-php54-api
-
-steps:
-- name: submodules
- image: docker:git
- commands:
- - git submodule update --init
-- name: integration-ldap-openldap-uid-features
- image: nextcloudci/integration-php7.2:integration-php7.2-1
- commands:
- - bash tests/drone-run-integration-tests.sh || exit 0
- - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- - ./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
- - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
- - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
- - cd build/integration
- - ./run.sh ldap_features/openldap-uid-username.feature
-
-services:
-- name: cache
- image: redis
-- name: openldap
- image: nextcloudci/openldap:openldap-7
- environment:
- SLAPD_DOMAIN: nextcloud.ci
- SLAPD_ORGANIZATION: Nextcloud
- SLAPD_PASSWORD: admin
- SLAPD_ADDITIONAL_MODULES: memberof
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-type: docker
-
----
-kind: pipeline
name: integration-ldap-openldap-uid-features
steps:
@@ -2276,7 +2234,7 @@ trigger:
# commands:
# - git submodule update --init
#- name: memcache-redis-cluster
-# image: nextcloudci/php7.2:php7.2-13
+# image: nextcloudci/php7.3:latest
# commands:
# - phpenmod xdebug
# - sleep 20