From 109b7c21cd9dda6163dfd913bcdc3308e4755168 Mon Sep 17 00:00:00 2001 From: Josef Kopriva Date: Mon, 30 Mar 2026 15:21:46 +0200 Subject: [PATCH] Update testplan.json --- integration-tests/config/testplan.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/integration-tests/config/testplan.json b/integration-tests/config/testplan.json index 30afd9414..591ded1b5 100644 --- a/integration-tests/config/testplan.json +++ b/integration-tests/config/testplan.json @@ -1,32 +1,26 @@ { "testPlans": [ { - "name": "backend-tests", + "name": "e2e-tests", "templates": ["go"], "tssc": [ { "git": "github", "ci": "tekton", - "registry": "quay", - "tpa": "local", - "acs": "local" + "registry": "quay" }, { "git": "github", "ci": "githubactions", - "registry": "artifactory", - "tpa": "local", - "acs": "local" + "registry": "artifactory" }, { "git": "gitlab", "ci": "gitlabci", - "registry": "nexus", - "tpa": "local", - "acs": "local" + "registry": "nexus" } ], "tests": ["full_workflow.test.ts"] } ] -} \ No newline at end of file +}