Skip to content

Commit

Permalink
feat: enable ci-helper-app
Browse files Browse the repository at this point in the history
  • Loading branch information
psturc committed Nov 21, 2024
1 parent 766cb58 commit 0c441af
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/konflux-qe-definitions.git
value: https://github.com/psturc/konflux-qe-definitions.git
- name: revision
value: main
value: KFLUXDP-42-test
- name: pathInRepo
value: common/tasks/pull-request-comment/0.1/pull-request-comment.yaml
params:
Expand All @@ -251,3 +251,9 @@ spec:
value: "$(tasks.test-metadata.results.git-org)"
- name: git-revision
value: "$(tasks.test-metadata.results.git-revision)"
- name: junit-report-name
value: e2e-report.xml
- name: e2e-log-name
value: e2e-tests.log
- name: cluster-provision-log-name
value: cluster-provision.log

0 comments on commit 0c441af

Please sign in to comment.