summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-12-02 20:58:59 +0100
committerJoas Schilling <coding@schilljs.com>2022-12-06 19:04:30 +0100
commit175b054efa40bd80cea19e4a68d8f829a3102ebd (patch)
tree0682013b63df92c4bb6a122c4f9f9bd158b8c546
parente54e457da2e634b4ce2b73a9ba45f9ca57a13b6f (diff)
Adjust postgres database access
Following server example from https://github.com/nextcloud/server/pull/34645 Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.drone.jsonnet4
-rw-r--r--.drone.yml40
2 files changed, 22 insertions, 22 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index 216a5637e..aee76528b 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -106,9 +106,9 @@ local PipelinePostgreSQL(test_set) = Pipeline(
image: "ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13",
environment: {
POSTGRES_USER: "oc_autotest",
- POSTGRES_DB: "oc_autotest_dummy",
+ POSTGRES_DB: "oc_autotest",
POSTGRES_HOST_AUTH_METHOD: "trust",
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: "owncloud"
},
tmpfs: [
"/var/lib/postgresql/data"
diff --git a/.drone.yml b/.drone.yml
index b92fd82ee..62ec6ad62 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -879,9 +879,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -924,9 +924,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -969,9 +969,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1014,9 +1014,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1059,9 +1059,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1105,9 +1105,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1151,9 +1151,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1196,9 +1196,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1241,9 +1241,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
@@ -1286,9 +1286,9 @@ services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
- POSTGRES_DB: oc_autotest_dummy
+ POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql