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-11-20 23:57:26 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-21 09:53:24 +0300
commit8fb897fca00cb483537a45d955fd5fb61ee85275 (patch)
tree44eaa4c749818f8afd20b3af0c7b5e5414528316 /.drone.yml
parent2eb24fcf420acae5f62e7a4d8190b74d9c701d0f (diff)
Move more CI tests to php7.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.drone.yml b/.drone.yml
index f697c836eb2..ae775ccc943 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -129,12 +129,12 @@ steps:
commands:
- git submodule update --init
- name: litmus-v1
- image: nextcloudci/litmus-php7.2:1
+ image: nextcloudci/litmus-php7.3:litmus-php7.3-1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/litmus-v1/script.sh
- name: litmus-v2
- image: nextcloudci/litmus-php7.2:1
+ image: nextcloudci/litmus-php7.3:litmus-php7.3-1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/litmus-v2/script.sh
@@ -157,7 +157,7 @@ steps:
commands:
- git submodule update --init
- name: caldavtester-new-endpoint
- image: nextcloudci/litmus-php7.2:1
+ image: nextcloudci/litmus-php7.3:litmus-php7.3-1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/caldav/install.sh
@@ -181,7 +181,7 @@ steps:
commands:
- git submodule update --init
- name: caldavtester-old-endpoint
- image: nextcloudci/litmus-php7.2:1
+ image: nextcloudci/litmus-php7.3:litmus-php7.3-1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/caldav/install.sh
@@ -205,7 +205,7 @@ steps:
commands:
- git submodule update --init
- name: carddavtester-new-endpoint
- image: nextcloudci/litmus-php7.2:1
+ image: nextcloudci/litmus-php7.3:litmus-php7.3-1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/carddav/install.sh
@@ -229,7 +229,7 @@ steps:
commands:
- git submodule update --init
- name: carddavtester-old-endpoint
- image: nextcloudci/litmus-php7.2:1
+ image: nextcloudci/litmus-php7.3:litmus-php7.3-1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/carddav/install.sh
@@ -252,8 +252,8 @@ steps:
image: docker:git
commands:
- git submodule update --init
-- name: sqlite-php7.0-samba-native
- image: nextcloudci/samba-native-php7.1:1
+- name: sqlite-php7.3-samba-native
+ image: nextcloudci/samba-native-php7.3:samba-native-php7.3-1
commands:
- smbd -D -FS &
- ./autotest-external.sh sqlite smb-linux
@@ -262,8 +262,8 @@ steps:
- 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"
-- name: sqlite-php7.0-samba-non-native
- image: nextcloudci/samba-non-native-php7.1:1
+- name: sqlite-php7.3-samba-non-native
+ image: nextcloudci/samba-non-native-php7.3:samba-non-native-php7.3-1
commands:
- smbd -D -FS &
- ./autotest-external.sh sqlite smb-linux
@@ -283,15 +283,15 @@ trigger:
---
kind: pipeline
-name: sqlite-php7.1-webdav-apache
+name: sqlite-php7.3-webdav-apache
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: sqlite-php7.0-webdav-apache
- image: nextcloudci/webdav-apache-php7.1:1
+- name: sqlite-php7.3-webdav-apache
+ image: nextcloudci/webdav-apache-php7.3:webdav-apache-php7.3-3
commands:
- apache2
- ./autotest-external.sh sqlite webdav-apachedrone
@@ -2235,7 +2235,7 @@ steps:
commands:
- git submodule update --init
- name: memcache-memcached
- image: nextcloudci/php7.1-memcached:1
+ image: nextcloudci/php7.3-memcached:php7.3-memcached-2
commands:
- phpenmod xdebug
- service memcached restart