Skip to content

Commit

Permalink
Merge branch 'main' into STONEBLD-1832-check-including-parent-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdchen authored Mar 22, 2024
2 parents ff4a102 + d07462a commit cc03b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ spec:
- build-bundles
taskRef:
name: e2e-test
# Added a timeout due to https://issues.redhat.com/browse/STONEBLD-2265
timeout: "2h"
- name: check-task-pipeline-repo-existence
runAfter:
- build-bundles
Expand Down Expand Up @@ -259,6 +261,9 @@ spec:
# Perform cleanup of resources created by gitops service
oc delete --ignore-not-found deployment --all -n $(params.e2e_test_namespace)
oc delete --ignore-not-found eventlisteners --all -n $(params.e2e_test_namespace)
# Added a timeout due to https://issues.redhat.com/browse/STONEBLD-2265
timeouts:
pipeline: "2h"
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
type: string
steps:
- name: e2e-test
image: quay.io/redhat-appstudio/e2e-tests:c18b86ccadcc8818d8d0e6e07d2dd4e98c7b5af8
image: quay.io/redhat-appstudio/e2e-tests:13ba743f0ae3fe85502a598ea2a9d7da91164b61
# a la infra-deployment updates, when PRs merge in e2e-tests, PRs will be opened
# against build-definitions to update this tag
args: [
Expand Down

0 comments on commit cc03b0f

Please sign in to comment.