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:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-12-06 12:47:12 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-01-25 19:25:14 +0300
commit54c933769f0fe357ff45300d4539ac054c8b2770 (patch)
tree96c764677941911671a7fabab60ef7c2f8e95aca /.drone.yml
parent4259391162c095fbeb7fd4680097b17d21ae3457 (diff)
Drop 7.3 from some CI steps
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml24
1 files changed, 7 insertions, 17 deletions
diff --git a/.drone.yml b/.drone.yml
index 4825a6b1a7f..8772c9c8f31 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,7 +7,7 @@ steps:
commands:
- git submodule update --init
- name: checkers
- image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
@@ -223,11 +223,6 @@ steps:
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands:
- git submodule update --init
-- name: nodb-php7.3
- image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php7.4
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands:
@@ -260,11 +255,6 @@ steps:
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands:
- git submodule update --init
-- name: sqlite-php7.3
- image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.4
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands:
@@ -290,15 +280,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.1-php7.3
+name: mariadb10.1-php7.4
steps:
- name: submodules
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands:
- git submodule update --init
-- name: mariadb10.1-php7.3
- image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
+- name: mariadb10.1-php7.4
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -435,15 +425,15 @@ trigger:
---
kind: pipeline
-name: postgres9.6-php7.3
+name: postgres9.6-php7.4
steps:
- name: submodules
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands:
- git submodule update --init
-- name: postgres-php7.3
- image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
+- name: postgres-php7.4
+ image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- sleep 10 # gives the database enough time to initialize