diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-02-11 12:15:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 12:15:37 +0100 |
commit | 721f03fd27cfe8e882a2c5184f0e583f537a7703 (patch) | |
tree | 5582a6bd57d01a0b04fd84347d0c2d6da86d6984 /.drone.yml | |
parent | fbf260f39a85470d794cf8033d6abd8bd082bf95 (diff) | |
parent | 60f854f48c78bdaa12ae5b99b59496a0a5346d5c (diff) | |
download | nextcloud-server-721f03fd27cfe8e882a2c5184f0e583f537a7703.tar.gz nextcloud-server-721f03fd27cfe8e882a2c5184f0e583f537a7703.zip |
Merge pull request #31011 from nextcloud/dronupdt
Remove MariaDB 10.1 and PGsql 9.6 (both EOL) from drone
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/.drone.yml b/.drone.yml index 5cadb47d976..a628f7a5111 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.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - ./autotest-checkers.sh secrets: [ github_token ] @@ -225,7 +225,7 @@ steps: commands: - git submodule update --init - name: nodb-php7.4 - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite @@ -257,7 +257,7 @@ steps: commands: - git submodule update --init - name: sqlite-php7.4 - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite @@ -281,15 +281,15 @@ trigger: --- kind: pipeline -name: mariadb10.1-php7.4 +name: mariadb10.2-php7.4 steps: - name: submodules image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest commands: - git submodule update --init -- name: mariadb10.1-php7.4 - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 +- name: mariadb10.2-php7.4 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb @@ -298,7 +298,7 @@ services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest - name: mariadb - image: ghcr.io/nextcloud/continuous-integration-mariadb-10.1:10.1 + image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2 environment: MYSQL_ROOT_PASSWORD: owncloud MYSQL_USER: oc_autotest @@ -397,7 +397,7 @@ steps: commands: - git submodule update --init - name: mysql-php7.4 - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql @@ -426,7 +426,7 @@ trigger: --- kind: pipeline -name: postgres9.6-php7.4 +name: postgres10-php7.4 steps: - name: submodules @@ -438,13 +438,13 @@ steps: commands: - bash tests/drone-run-php-tests.sh || exit 0 - sleep 10 # gives the database enough time to initialize - - POSTGRES=9 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql + - POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest -- name: postgres-9 - image: ghcr.io/nextcloud/continuous-integration-postgres-9:postgres-9.6 +- name: postgres-10 + image: ghcr.io/nextcloud/continuous-integration-postgres-10:postgres-10 environment: POSTGRES_USER: oc_autotest POSTGRES_DB: oc_autotest_dummy @@ -470,7 +470,7 @@ steps: commands: - git submodule update --init - name: postgres-php7.4 - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - bash tests/drone-run-php-tests.sh || exit 0 - sleep 10 # gives the database enough time to initialize @@ -1831,7 +1831,7 @@ steps: commands: - git submodule update --init - name: nodb-codecov - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest environment: CODECOV_TOKEN: from_secret: CODECOV_TOKEN @@ -1863,7 +1863,7 @@ steps: commands: - git submodule update --init - name: db-codecov - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest environment: CODECOV_TOKEN: from_secret: CODECOV_TOKEN @@ -1904,7 +1904,7 @@ steps: commands: - git submodule update --init - name: object-store - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest environment: OBJECT_STORE: s3 CODECOV_TOKEN: @@ -1934,7 +1934,7 @@ steps: commands: - git submodule update --init - name: object-store - image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 + image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest environment: OBJECT_STORE: azure CODECOV_TOKEN: |