We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852260 commit 670f265Copy full SHA for 670f265
integration-tests/config/testplan.json
@@ -23,6 +23,13 @@
23
"registry": "nexus",
24
"tpa": "local",
25
"acs": "local"
26
+ },
27
+ {
28
+ "git": "github",
29
+ "ci": "azure",
30
+ "registry": "quay",
31
+ "tpa": "remote",
32
+ "acs": "remote"
33
}
34
],
35
"tests": [
integration-tests/pipelines/tssc-cli-e2e.yaml
@@ -169,9 +169,9 @@ spec:
169
resolver: git
170
params:
171
- name: url
172
- value: https://github.com/redhat-appstudio/tssc-test.git
+ value: https://github.com/jsmid1/tssc-test.git
173
- name: revision
174
- value: main
+ value: RHTAP-4916-config
175
- name: pathInRepo
176
value: integration-tests/tasks/tssc-ui.yaml
177
0 commit comments