From 2813d407d1e06298aede01e726c11f75de1cc754 Mon Sep 17 00:00:00 2001
From: "L. Ellenbeck" <ellenbeck@itc.rwth-aachen.de>
Date: Fri, 5 Jul 2024 13:16:44 +0200
Subject: [PATCH] Removed ecs test

---
 .gitlab-ci.yml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfe6a6c..1957220 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ stages:
   - build
   - publish
   - test_ip
-  - test_ecs
 
 build-branch:
   extends: .build-branch
@@ -36,24 +35,3 @@ test_ip:
   allow_failure: true
   rules:
     - if: $CI_COMMIT_BRANCH == "main"
-
-test_ecs:
-  stage: test_ecs
-  tags:
-    - live
-  script:
-    - dotnet run .\src\IPConnectivityChecker.sln --project .\src\IPConnectivityChecker\IPConnectivityChecker.csproj --ecs $ECS --resource-types $RESTYPES
-  parallel:
-    matrix:
-      - ECS: "RWTH"
-        RESTYPES: "RDS_Web, RDS_S3, RDS_WORM"
-      - ECS: "NRW"
-        RESTYPES: "RDS_Web, RDS_S3"
-      - ECS: "TUDO"
-        RESTYPES: "RDS_Web, RDS_S3"
-      - ECS: "UDE"
-        RESTYPES: "RDS_Web, RDS_S3"
-  when: always
-  allow_failure: true
-  rules:
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-- 
GitLab