Skip to content

Conversation

@mashhurs
Copy link
Contributor

@mashhurs mashhurs commented Oct 24, 2025

Release notes

[rn:skip]

What does this PR do?

Sets 45 min timeout to exhaustive pipeline CI jobs.

Why is it important/What is the impact to the user?

No user impact

Checklist

  • [ ] My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files (and/or docker env variables)
  • [ ] I have added tests that prove my fix is effective or that my feature works

@github-actions
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@mashhurs mashhurs linked an issue Oct 24, 2025 that may be closed by this pull request
@mashhurs mashhurs self-assigned this Oct 24, 2025
@mergify
Copy link
Contributor

mergify bot commented Oct 24, 2025

This pull request does not have a backport label. Could you fix it @mashhurs? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • If no backport is necessary, please add the backport-skip label

@mashhurs mashhurs added the backport-skip Skip automated backport with mergify label Oct 24, 2025
@mashhurs mashhurs force-pushed the set-timeout-to-exhaustive-pipeline branch from 5b0748f to f5f6995 Compare October 24, 2025 23:11
spec:
repository: elastic/logstash
pipeline_file: ".buildkite/exhaustive_tests_pipeline.yml"
maximum_timeout_in_minutes: 90
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maximum_timeout_in_minutes: 90
maximum_timeout_in_minutes: 120

Commit message and PR title say 120. I think that is a safer default (if there are multiple retries, we can push up on 90)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initially I thought we set timeout to entire pipeline (since the definition in catalog-info) run but figured out it is for per job. Is there possibility each job can run more than 90 min?

(I have updated the PR title and desc)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, in that case it should actually be much lower. IF a cell is running longer than 45 mins something is terribly wrong. (in most cases it should be under 30)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, that sounds good for me now. I will update it to 45.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: CI will be updated due to catalog-info change so no need to run CIs on PR. That's why merged.

@mashhurs mashhurs changed the title Set 120m timeout to exhaustive pipeline. Set 90m timeout to exhaustive pipeline jobs. Oct 27, 2025
@mashhurs mashhurs changed the title Set 90m timeout to exhaustive pipeline jobs. Set 45m timeout to exhaustive pipeline jobs. Oct 27, 2025
Update timeout to 45m
@mashhurs mashhurs requested a review from donoghuc October 27, 2025 17:34
Copy link
Member

@donoghuc donoghuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Sorry for the churn

@mashhurs mashhurs merged commit c6dba08 into elastic:main Oct 27, 2025
9 of 11 checks passed
@elasticmachine
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

History

cc @mashhurs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip Skip automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set timeout to the exhaustive CI

3 participants