Skip to content

Commit

Permalink
enable test analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Jan 30, 2025
1 parent a8c343f commit 0a5985f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/tisutisu/tekton-integration-catalog.git
value: https://github.com/konflux-ci/tekton-integration-catalog.git
- name: revision
value: fix-links
value: main
- name: pathInRepo
value: common/tasks/pull-request-comment/0.1/pull-request-comment.yaml
params:
Expand All @@ -342,7 +342,7 @@ spec:
- name: cluster-provision-log-name
value: cluster-provision.log
- name: enable-test-results-analysis
value: "false"
value: "true"
# Added a timeout due to https://issues.redhat.com/browse/STONEBLD-2265
# If this timeout increases, the age of stale resources should be increased too.
# https://github.com/redhat-appstudio/infra-deployments/blob/main/components/tekton-ci/production/cleanup-cronjob.yaml
Expand Down
1 change: 1 addition & 0 deletions .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
# against build-definitions to update this tag
args: [
"--ginkgo.label-filter=build-templates-e2e",
"--ginkgo.junit-report=$(params.artifact_dir)/e2e-report.xml",
"--ginkgo.no-color",
"--ginkgo.v",
"--ginkgo.timeout=2h"
Expand Down

0 comments on commit 0a5985f

Please sign in to comment.