Skip to content

Commit 670f265

Browse files
committed
[RHTAP-4916-config] Changes task for testing
1 parent 9852260 commit 670f265

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

integration-tests/config/testplan.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
"registry": "nexus",
2424
"tpa": "local",
2525
"acs": "local"
26+
},
27+
{
28+
"git": "github",
29+
"ci": "azure",
30+
"registry": "quay",
31+
"tpa": "remote",
32+
"acs": "remote"
2633
}
2734
],
2835
"tests": [

integration-tests/pipelines/tssc-cli-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ spec:
169169
resolver: git
170170
params:
171171
- name: url
172-
value: https://github.com/redhat-appstudio/tssc-test.git
172+
value: https://github.com/jsmid1/tssc-test.git
173173
- name: revision
174-
value: main
174+
value: RHTAP-4916-config
175175
- name: pathInRepo
176176
value: integration-tests/tasks/tssc-ui.yaml
177177
params:

0 commit comments

Comments
 (0)