Skip to content

Commit 1b467ac

Browse files
flacatusdirgim
authored andcommitted
feat(KFLUXDP-239): remove quality dashboard task
Signed-off-by: flacatus <flacatus@redhat.com>
1 parent 1973321 commit 1b467ac

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ spec:
4040
- name: oci-container-repo
4141
default: 'quay.io/konflux-test-storage/konflux-team/integration-service'
4242
description: The OCI container used to store all test artifacts.
43-
- name: quality-dashboard-api
44-
default: 'none'
45-
description: 'Contains the url of the backend to send metrics for quality purposes.'
4643
- name: component-image
4744
default: 'none'
4845
description: 'Container image built from any konflux git repo. Use this param only when you run Konflux e2e tests
@@ -209,27 +206,6 @@ spec:
209206
value: $(params.cloud-credential-key)
210207
- name: pipeline-aggregate-status
211208
value: $(tasks.status)
212-
- name: quality-dashboard-upload
213-
taskRef:
214-
resolver: git
215-
params:
216-
- name: url
217-
value: https://github.com/konflux-ci/tekton-integration-catalog.git
218-
- name: revision
219-
value: main
220-
- name: pathInRepo
221-
value: common/tasks/quality-dashboard/0.1/quality-dashboard-upload.yaml
222-
params:
223-
- name: oci-container
224-
value: $(params.oci-container-repo):$(context.pipelineRun.name)
225-
- name: quality-dashboard-api
226-
value: $(params.quality-dashboard-api)
227-
- name: pipeline-aggregate-status
228-
value: $(tasks.status)
229-
- name: test-event-type
230-
value: $(tasks.test-metadata.results.test-event-type)
231-
- name: test-name
232-
value: $(context.pipelineRun.name)
233209
- name: pull-request-status-message
234210
taskRef:
235211
resolver: git

0 commit comments

Comments
 (0)