From 198efafb772fab3cf819dcfee35da06682176737 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 25 Sep 2023 15:27:59 +0200 Subject: [PATCH] Removed the unreliable deployment tests --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f2ae75764..88eb3dcbc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ stages: - build-frontend - test-backend - test-frontend - - test-deployment - build-docker - scan-docker - release-docker @@ -122,29 +121,6 @@ test-frontend: path: ./dbrepo-ui/coverage/cobertura-coverage.xml coverage: '/TOTAL.*?([0-9]{1,3})%/' -test-default-deployment: - stage: test-deployment - timeout: 5m - needs: - - test-frontend - script: - - "make teardown" - - "rm -f .env" - - "docker compose up -d && make teardown" - - "make teardown" - coverage: '/TOTAL.*?([0-9]{1,3})%/' - -test-env-deployment: - stage: test-deployment - timeout: 5m - needs: - - test-frontend - script: - - "make teardown" - - "cp .env.unix.example .env" - - "docker compose up -d && make teardown" - - "make teardown" - scan-analyse-service: stage: scan-docker needs: -- GitLab