Skip to content

Commit

Permalink
pull request status msg
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Jan 27, 2025
1 parent 721d259 commit a875051
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,41 @@ spec:
- name: konflux-test-infra-volume
secret:
secretName: konflux-test-infra
- name: pull-request-status-message
taskRef:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/tekton-integration-catalog.git
- name: revision
value: main
- name: pathInRepo
value: common/tasks/pull-request-comment/0.1/pull-request-comment.yaml
params:
- name: test-name
value: $(context.pipelineRun.name)
- name: oci-container
value: "something dummy for now"
- name: pipeline-aggregate-status
value: $(tasks.status)
- name: pull-request-author
value: {{ sender }}

Check failure on line 313 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

313:22 [braces] too many spaces inside braces

Check failure on line 313 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

313:29 [braces] too many spaces inside braces
- name: pull-request-number
value: {{ pull_request_number }}

Check failure on line 315 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

315:22 [braces] too many spaces inside braces

Check failure on line 315 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

315:42 [braces] too many spaces inside braces
- name: git-repo
value: {{ repo_url }}

Check failure on line 317 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

317:22 [braces] too many spaces inside braces

Check failure on line 317 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

317:31 [braces] too many spaces inside braces
- name: git-org
value: {{ repo_owner }}

Check failure on line 319 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

319:22 [braces] too many spaces inside braces

Check failure on line 319 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

319:33 [braces] too many spaces inside braces
- name: git-revision
value: {{ revision }}

Check failure on line 321 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

321:22 [braces] too many spaces inside braces

Check failure on line 321 in .tekton/pull-request.yaml

View workflow job for this annotation

GitHub Actions / yamllint

321:31 [braces] too many spaces inside braces
- 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"
- name: ec-task-checks
when:
- input: "tasks_pipelines"
Expand Down

0 comments on commit a875051

Please sign in to comment.