summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-07 09:55:28 +0200
committerJoas Schilling <coding@schilljs.com>2020-04-07 09:55:28 +0200
commitd772a2519207c2c704a6c0bac80f72c20c28fa0b (patch)
treef0aa7a9d9fd384f606ea3aff4b7461977ef9fc0f /.drone.yml
parent4271eeb5e01c23a9d952784503791d4009667e56 (diff)
Remove Postgres unit test for now until the boot up of the postgres docker is fixed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml256
1 files changed, 128 insertions, 128 deletions
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