Skip to content

Commit

Permalink
feat: add test-name param to quality-dashboard task
Browse files Browse the repository at this point in the history
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
  • Loading branch information
flacatus committed Sep 10, 2024
1 parent 7b86c43 commit d2a9b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pipelines/konflux-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ spec:
- name: pathInRepo
value: common/tasks/rosa/hosted-cp/rosa-hcp-deprovision/rosa-hcp-deprovision.yaml
params:
- name: test-name
value: $(context.pipelineRun.name)
- name: ocp-login-command
value: $(tasks.provision-rosa.results.ocp-login-command)
- name: oci-container
Expand Down Expand Up @@ -211,6 +209,8 @@ spec:
value: $(tasks.status)
- name: test-event-type
value: $(tasks.test-metadata.results.test-event-type)
- name: test-name
value: $(context.pipelineRun.name)
- name: pull-request-status-message
when:
- input: $(tasks.test-metadata.results.test-event-type)
Expand Down

0 comments on commit d2a9b51

Please sign in to comment.