From d6205e3c617c0f3d2ca8103aa8ffc51d99542575 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 18 Mar 2024 20:41:00 +0100 Subject: [PATCH] Revert service names in CI (#3505) --- .woodpecker/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 70c2c4863..8c5e2b0cd 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -107,7 +107,7 @@ steps: image: *golang_image environment: WOODPECKER_DATABASE_DRIVER: postgres - WOODPECKER_DATABASE_DATASOURCE: 'host=sv-postgres user=postgres dbname=postgres sslmode=disable' + WOODPECKER_DATABASE_DATASOURCE: 'host=postgres user=postgres dbname=postgres sslmode=disable' commands: - make test-server-datastore when: *when @@ -118,7 +118,7 @@ steps: image: *golang_image environment: WOODPECKER_DATABASE_DRIVER: mysql - WOODPECKER_DATABASE_DATASOURCE: root@tcp(sv-mysql:3306)/test?parseTime=true + WOODPECKER_DATABASE_DATASOURCE: root@tcp(mysql:3306)/test?parseTime=true commands: - make test-server-datastore when: *when @@ -143,7 +143,7 @@ steps: failure: ignore services: - sv-postgres: + postgres: image: docker.io/postgres:16 ports: ['5432'] environment: @@ -151,7 +151,7 @@ services: POSTGRES_HOST_AUTH_METHOD: trust when: *when - sv-mysql: + mysql: image: docker.io/mysql:8.2.0 ports: ['3306'] environment: