Skip to content

Commit 15ecd88

Browse files
authored
Merge pull request #1749 from psturc/KFLUXDP-448
feat: add artifact-browser-url to PR comment task
2 parents 4ae6992 + 50cc29d commit 15ecd88

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ spec:
4444
- name: container-image
4545
default: 'quay.io/redhat-user-workloads/konflux-qe-team-tenant/konflux-e2e/konflux-e2e-tests:latest'
4646
description: 'Konflux e2e tests container. Contain the ginkgo binary to run the e2e tests in any Konflux component.'
47+
- name: artifact-browser-url
48+
description: "URL to the artifact browser deployment. If provided, a link will be added to PR comments."
49+
default: ""
50+
type: string
4751
tasks:
4852
- name: rosa-hcp-metadata
4953
taskRef:
@@ -242,3 +246,5 @@ spec:
242246
value: cluster-provision.log
243247
- name: enable-test-results-analysis
244248
value: "true"
249+
- name: artifact-browser-url
250+
value: $(params.artifact-browser-url)

0 commit comments

Comments
 (0)