Skip to content
Snippets Groups Projects
Commit 2813d407 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Removed ecs test

parent a9aa94bb
No related branches found
No related tags found
No related merge requests found
Pipeline #1386311 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment