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 +}