diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 05b9c2648d..c4358099ec 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -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 @@ -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: diff --git a/.tekton/tasks/e2e-test.yaml b/.tekton/tasks/e2e-test.yaml index 6ca7f91adf..04de907609 100644 --- a/.tekton/tasks/e2e-test.yaml +++ b/.tekton/tasks/e2e-test.yaml @@ -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: [