From a816fdd1d08436a48fd88c6a638f4bc8aa45fbf8 Mon Sep 17 00:00:00 2001 From: acsfer Date: Fri, 26 Nov 2021 11:43:18 +0100 Subject: Drop old/duplicate pipelines --- .drone.yml | 488 ------------------------------------------------------------- 1 file changed, 488 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 2c65cfc7d9e..79d6c2124ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -324,112 +324,6 @@ trigger: - pull_request - push ---- -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 @@ -503,43 +397,6 @@ trigger: - pull_request - push ---- -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 @@ -576,41 +433,6 @@ trigger: - pull_request - push ---- -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 @@ -647,78 +469,6 @@ trigger: - pull_request - push ---- -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 @@ -755,84 +505,6 @@ trigger: - pull_request - push ---- -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 @@ -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 -- cgit v1.2.3