From d772a2519207c2c704a6c0bac80f72c20c28fa0b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 7 Apr 2020 09:55:28 +0200 Subject: Remove Postgres unit test for now until the boot up of the postgres docker is fixed Signed-off-by: Joas Schilling --- .drone.yml | 256 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 128 insertions(+), 128 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index ab790ba32..04a78dd78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -270,134 +270,134 @@ trigger: - pull_request - push ---- -kind: pipeline -name: unit-pgsql-php7.2 - -steps: - - name: pgsql-php7.2 - image: nextcloudci/php7.2:php7.2-13 - environment: - APP_NAME: spreed - CORE_BRANCH: master - DATABASEHOST: pgsql - commands: - - bash tests/drone-run-php-tests.sh || exit 0 - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST - - cd ../server - - ./occ app:enable $APP_NAME - - cd apps/$APP_NAME - - # Run phpunit tests - - cd tests/php/ - - phpunit --configuration phpunit.xml - -services: - - name: cache - image: redis - - name: pgsql - image: postgres:10 - environment: - POSTGRES_USER: oc_autotest - POSTGRES_DB: oc_autotest_dummy - POSTGRES_PASSWORD: - tmpfs: - - /var/lib/postgresql/data - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline -name: unit-pgsql-php7.3 - -steps: - - name: pgsql-php7.3 - image: nextcloudci/php7.3:php7.3-5 - environment: - APP_NAME: spreed - CORE_BRANCH: master - DATABASEHOST: pgsql - commands: - - bash tests/drone-run-php-tests.sh || exit 0 - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST - - cd ../server - - ./occ app:enable $APP_NAME - - cd apps/$APP_NAME - - # Run phpunit tests - - cd tests/php/ - - phpunit --configuration phpunit.xml - -services: - - name: cache - image: redis - - name: pgsql - image: postgres:10 - environment: - POSTGRES_USER: oc_autotest - POSTGRES_DB: oc_autotest_dummy - POSTGRES_PASSWORD: - tmpfs: - - /var/lib/postgresql/data - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline -name: unit-pgsql-php7.4 - -steps: - - name: pgsql-php7.4 - image: nextcloudci/php7.4:2 - environment: - APP_NAME: spreed - CORE_BRANCH: master - DATABASEHOST: pgsql - commands: - - bash tests/drone-run-php-tests.sh || exit 0 - - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST - - cd ../server - - ./occ app:enable $APP_NAME - - cd apps/$APP_NAME - - # Run phpunit tests - - cd tests/php/ - - phpunit --configuration phpunit.xml - -services: - - name: cache - image: redis - - name: pgsql - image: postgres:10 - environment: - POSTGRES_USER: oc_autotest - POSTGRES_DB: oc_autotest_dummy - POSTGRES_PASSWORD: - tmpfs: - - /var/lib/postgresql/data - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push +#--- +#kind: pipeline +#name: unit-pgsql-php7.2 +# +#steps: +# - name: pgsql-php7.2 +# image: nextcloudci/php7.2:php7.2-13 +# environment: +# APP_NAME: spreed +# CORE_BRANCH: master +# DATABASEHOST: pgsql +# commands: +# - bash tests/drone-run-php-tests.sh || exit 0 +# - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh +# - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST +# - cd ../server +# - ./occ app:enable $APP_NAME +# - cd apps/$APP_NAME +# +# # Run phpunit tests +# - cd tests/php/ +# - phpunit --configuration phpunit.xml +# +#services: +# - name: cache +# image: redis +# - name: pgsql +# image: postgres:10 +# environment: +# POSTGRES_USER: oc_autotest +# POSTGRES_DB: oc_autotest_dummy +# POSTGRES_PASSWORD: +# tmpfs: +# - /var/lib/postgresql/data +# +#trigger: +# branch: +# - master +# - stable* +# event: +# - pull_request +# - push +# +#--- +#kind: pipeline +#name: unit-pgsql-php7.3 +# +#steps: +# - name: pgsql-php7.3 +# image: nextcloudci/php7.3:php7.3-5 +# environment: +# APP_NAME: spreed +# CORE_BRANCH: master +# DATABASEHOST: pgsql +# commands: +# - bash tests/drone-run-php-tests.sh || exit 0 +# - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh +# - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST +# - cd ../server +# - ./occ app:enable $APP_NAME +# - cd apps/$APP_NAME +# +# # Run phpunit tests +# - cd tests/php/ +# - phpunit --configuration phpunit.xml +# +#services: +# - name: cache +# image: redis +# - name: pgsql +# image: postgres:10 +# environment: +# POSTGRES_USER: oc_autotest +# POSTGRES_DB: oc_autotest_dummy +# POSTGRES_PASSWORD: +# tmpfs: +# - /var/lib/postgresql/data +# +#trigger: +# branch: +# - master +# - stable* +# event: +# - pull_request +# - push +# +#--- +#kind: pipeline +#name: unit-pgsql-php7.4 +# +#steps: +# - name: pgsql-php7.4 +# image: nextcloudci/php7.4:2 +# environment: +# APP_NAME: spreed +# CORE_BRANCH: master +# DATABASEHOST: pgsql +# commands: +# - bash tests/drone-run-php-tests.sh || exit 0 +# - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh +# - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST +# - cd ../server +# - ./occ app:enable $APP_NAME +# - cd apps/$APP_NAME +# +# # Run phpunit tests +# - cd tests/php/ +# - phpunit --configuration phpunit.xml +# +#services: +# - name: cache +# image: redis +# - name: pgsql +# image: postgres:10 +# environment: +# POSTGRES_USER: oc_autotest +# POSTGRES_DB: oc_autotest_dummy +# POSTGRES_PASSWORD: +# tmpfs: +# - /var/lib/postgresql/data +# +#trigger: +# branch: +# - master +# - stable* +# event: +# - pull_request +# - push --- kind: pipeline -- cgit v1.2.3