We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83fe2d commit 57deaf9Copy full SHA for 57deaf9
1 file changed
integration-tests/config/testplan.json
@@ -16,9 +16,7 @@
16
{
17
"git": "gitlab",
18
"ci": "gitlabci",
19
- "registry": "quay",
20
- "tpa": "local",
21
- "acs": "remote"
+ "registry": "quay"
22
},
23
24
"git": "github",
@@ -46,18 +44,6 @@
46
44
"registry": "quay"
47
45
}],
48
"tests": ["tssc/full_workflow.test.ts"]
49
- },
50
- {
51
- "name": "import-tests",
52
- "templates": ["go"],
53
- "tssc": [
54
55
- "git": "github",
56
- "ci": "tekton",
57
- "registry": "quay"
58
- }
59
- ],
60
- "tests": ["templates/import_templates.test.ts"]
61
}
62
]
63
-}
+}
0 commit comments