-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(STONEBLD-2265): increase chains timeout since chains controller is overwhelmed #1091
Conversation
* Because the build-definitions PR checks are running on the production cluster, due to the heavy load, chains controller is overwhelemed more often. * This is causing test timeouts while waiting for chains controller to attest artifacts. * These days, we're hitting the worst case more often making it difficult for us to merge PRs on build-def repo. * This PR increases the timeout from 30 mins to 90mins * We should reduce this timeout as soon as the situation is improved, one option, by shifting the checks to execute on the staging cluster instead, which has comparatively less load. Signed-off-by: Dheeraj<[email protected]>
6b444f8
to
0fd94e0
Compare
Quality Gate passedIssues Measures |
* This change increase the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 90 mins. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelemed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the same timeout value used by test, 90m. Signed-off-by: Dheeraj<[email protected]>
* This change increases the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 90 mins. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelmed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the same timeout value used by test, 90m. Signed-off-by: Dheeraj<[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MartinBasti, tisutisu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
🚨 Error occurred while running the E2E tests, list of failed Spec(s):
@dheerajodha: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
the last CI run failed on known issue I think we can force-merge this PR, wdyt @MartinBasti @dheerajodha ? |
* This change increases the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 2hrs. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelmed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the 2hrs to give enough time for chains as well as other tests to execute within time. Signed-off-by: Dheeraj<[email protected]>
* This change increases the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 2hrs. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelmed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the 2hrs to give enough time for chains as well as other tests to execute within time. Signed-off-by: Dheeraj<[email protected]>
fine by me to merge it |
* This change increases the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 2hrs. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelmed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the 2hrs to give enough time for chains as well as other tests to execute within time. Signed-off-by: Dheeraj<[email protected]>
* This change increases the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 2hrs. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelmed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the 2hrs to give enough time for chains as well as other tests to execute within time. Signed-off-by: Dheeraj<[email protected]>
… PLR & e2e-tests Task to 2hrs (#893) * fix(STONEBLD-2265): increase the default timeout to 90mins * This change increases the default timeout (60mins) of the PR-type PLR and the 'e2e-tests' Task to 2hrs. * This is a temporary change, please see: konflux-ci/e2e-tests#1091 * Since the chains controller is overwhelmed, we had to increase the test timeout value to 90mins. * So this current PR increases the timeout values for PLR and a Task to the 2hrs to give enough time for chains as well as other tests to execute within time. Signed-off-by: Dheeraj<[email protected]> * update .tekton/tasks/e2e-test.yaml --------- Signed-off-by: Dheeraj<[email protected]> Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com>
Description
Issue ticket number and link
STONEBLD-2265
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: