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:
authoracsfer <carlos@reendex.com>2021-11-26 13:43:18 +0300
committerGitHub <noreply@github.com>2021-11-26 13:43:18 +0300
commita816fdd1d08436a48fd88c6a638f4bc8aa45fbf8 (patch)
tree9a5b3fefb9855c8c9e77b41d83d21c1a23434883 /.drone.yml
parentadb2312d3d34fe832c7d4ffe162108587b584aa0 (diff)
Drop old/duplicate pipelines
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml488
1 files changed, 0 insertions, 488 deletions
diff --git a/.drone.yml b/.drone.yml
index 2c65cfc7d9e..79d6c2124ed 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -326,112 +326,6 @@ trigger:
---
kind: pipeline
-name: mariadb10.2-php7.3
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mariadb10.2-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 mariadb
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
- 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.3-php7.3
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mariadb10.3-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 mariadb
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.3:10.3
- 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.4-php7.4
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mariadb10.4-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
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
- 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:
- - pull_request
- - push
-
----
-kind: pipeline
name: mariadb10.4-php8.0
steps:
@@ -505,43 +399,6 @@ trigger:
---
kind: pipeline
-name: mysql8.0-php8.0
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mysql-php8.0
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mysql
- image: ghcr.io/nextcloud/continuous-integration-mysql-8.0:mysql-8.0
- command: [ "--default-authentication-plugin=mysql_native_password" ]
- 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:
- - pull_request
- - push
-
----
-kind: pipeline
name: postgres9.6-php7.3
steps:
@@ -578,41 +435,6 @@ trigger:
---
kind: pipeline
-name: postgres10-php7.3
-
-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
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - sleep 10 # gives the database enough time to initialize
- - POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: postgres-10
- image: ghcr.io/nextcloud/continuous-integration-postgres-10:postgres-10
- environment:
- POSTGRES_USER: oc_autotest
- POSTGRES_DB: oc_autotest_dummy
- POSTGRES_PASSWORD: owncloud
- tmpfs:
- - /var/lib/postgresql/data
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - push
-
----
-kind: pipeline
name: postgres11-php7.4
steps:
@@ -649,78 +471,6 @@ trigger:
---
kind: pipeline
-name: postgres12-php7.4
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- 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
- - POSTGRES=12 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: postgres-12
- image: ghcr.io/nextcloud/continuous-integration-postgres-12:postgres-12
- environment:
- POSTGRES_USER: oc_autotest
- POSTGRES_DB: oc_autotest_dummy
- POSTGRES_PASSWORD: owncloud
- tmpfs:
- - /var/lib/postgresql/data
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
-name: postgres13-php7.4
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- 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
- - POSTGRES=13 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: postgres-13
- image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
- environment:
- POSTGRES_USER: oc_autotest
- POSTGRES_DB: oc_autotest_dummy
- POSTGRES_PASSWORD: owncloud
- tmpfs:
- - /var/lib/postgresql/data
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: postgres13-php8.0
steps:
@@ -757,84 +507,6 @@ trigger:
---
kind: pipeline
-name: mysqlmb4-php7.4
-#name: mysqlmb4-php8.0
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mysqlmb4-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 mysqlmb4
-#- name: mysqlmb4-php8.0
-# image: nextcloudci/php8.0:latest
-# commands:
-# - bash tests/drone-run-php-tests.sh || exit 0
-# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mysqlmb4
- image: ghcr.io/nextcloud/continuous-integration-mysql-5.7:mysql-5.7.22
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- command: [ "--innodb_large_prefix=true", "--innodb_file_format=barracuda", "--innodb_file_per_table=true" ]
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - push
-
----
-kind: pipeline
-name: mysqlmb4-php7.3
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mysqlmb4-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 mysqlmb4
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mysqlmb4
- image: ghcr.io/nextcloud/continuous-integration-mysql-5.7:mysql-5.7.22
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- command: [ "--innodb_large_prefix=true", "--innodb_file_format=barracuda", "--innodb_file_per_table=true" ]
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - push
-
----
-kind: pipeline
name: integration-capabilities_features
steps:
@@ -1852,36 +1524,6 @@ trigger:
- pull_request
- push
-#---
-#kind: pipeline
-#name: acceptance-app-comments
-#
-#steps:
-#- name: submodules
-# image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
-# commands:
-# - git submodule update --init
-#- name: acceptance-app-comments
-# image: ghcr.io/nextcloud/continuous-integration-acceptance-php7.3:acceptance-php7.3-3
-# commands:
-# - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature
-#
-#services:
-#- name: selenium
-# image: ghcr.io/nextcloud/continuous-integration-selenium:3.141.59
-# environment:
-# # Reduce default log level for Selenium server (INFO) as it is too
-# # verbose.
-# JAVA_OPTS: -Dselenium.LOGGER.level=WARNING
-#
-#trigger:
-# branch:
-# - master
-# - stable*
-# event:
-# - pull_request
-# - push
-#
---
kind: pipeline
name: acceptance-app-files
@@ -2290,133 +1932,3 @@ trigger:
event:
- pull_request
- push
-
----
-#kind: pipeline
-#name: object-store-swift-v2
-#
-#clone:
-# depth: 1
-#
-#steps:
-#- name: submodules
-# image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
-# commands:
-# - git submodule update --init
-#- name: object-store
-# image: nextcloudci/php7.1:php7.1-16
-# commands:
-# - phpenmod xdebug
-# - ./tests/drone-wait-objectstore.sh
-# - TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
-# - wget https://codecov.io/bash -O codecov.sh
-# - 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-clover-sqlite.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-clover-sqlite.xml; fi"
-#
-#services:
-#- name: dockswift
-# image: icewind1991/dockswift:nextcloud-ci
-# environment:
-# IPADDRESS: dockswift
-#
-#trigger:
-# branch:
-# - master
-# - stable*
-# event:
-# - pull_request
-# - push
-#
-#---
-#kind: pipeline
-#name: object-store-swift-v3
-#
-#clone:
-# depth: 1
-#
-#steps:
-#- name: submodules
-# image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
-# commands:
-# - git submodule update --init
-#- name: object-store
-# image: nextcloudci/php7.1:php7.1-16
-# commands:
-# - phpenmod xdebug
-# - ./tests/drone-wait-objectstore.sh
-# - TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
-# - wget https://codecov.io/bash -O codecov.sh
-# - 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-clover-sqlite.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-clover-sqlite.xml; fi"
-#
-#services:
-#- name: dockswift
-# image: icewind1991/dockswift:nextcloud-ci
-# environment:
-# IPADDRESS: dockswift
-#
-#trigger:
-# branch:
-# - master
-# - stable*
-# event:
-# - pull_request
-# - push
-#
-#---
-kind: pipeline
-name: memcache-memcached
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: memcache-memcached
- image: nextcloudci/php7.3-memcached:php7.3-memcached-3
- commands:
- - phpenmod xdebug
- - service memcached restart
- - ./autotest.sh sqlite tests/lib/Memcache/MemcachedTest.php
- - wget https://codecov.io/bash -O codecov.sh
- - 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-clover-sqlite.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-clover-sqlite.xml; fi"
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
-#---
-#kind: pipeline
-#name: memcache-redis-cluster
-#
-#steps:
-#- name: submodules
-# image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
-# commands:
-# - git submodule update --init
-#- name: memcache-redis-cluster
-# image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
-# commands:
-# - phpenmod xdebug
-# - sleep 20
-# - ENABLE_REDIS_CLUSTER=true ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
-# - wget https://codecov.io/bash -O codecov.sh
-# - 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-clover-sqlite.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-clover-sqlite.xml; fi"
-#
-#services:
-#- name: cache-cluster
-# image: morrisjobke/redis-cluster
-#
-#trigger:
-# branch:
-# - master
-# - stable*
-# event:
-# - pull_request
-# - push