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 22, 2024
1 parent 766cb58 commit 745c9ee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,25 +229,25 @@ 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
value: common/tasks/pull-request-comment/0.2/pull-request-comment.yaml
params:
- name: test-name
value: "$(context.pipelineRun.name)"
- name: oci-container
value: "$(tasks.create-oci-container.results.oci-container)"
- name: pipeline-aggregate-status
value: "$(tasks.status)"
- name: pull-request-author
value: "$(tasks.test-metadata.results.pull-request-author)"
- name: pull-request-number
value: "$(tasks.test-metadata.results.pull-request-number)"
- name: git-repo
value: "$(tasks.test-metadata.results.git-repo)"
- name: git-org
value: "$(tasks.test-metadata.results.git-org)"
- name: git-revision
value: "$(tasks.test-metadata.results.git-revision)"
- name: job-spec
value: "$(tasks.test-metadata.results.job-spec)"
- 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
- name: enable-test-results-analysis
value: "true"

0 comments on commit 745c9ee

Please sign in to comment.