File tree Expand file tree Collapse file tree
integration-tests/pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments