Skip to content

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Aug 14, 2025

Release notes

[rn:skip]

What does this PR do?

Previously the package based tests would be blocked on the pull request suite. Given those tests MUST have be run to even get code in to a branch this results in the exhaustive test suite taking roughly 30 mins to even start the unique tests. In practice when we want to reproduce or test a failure in the exhaustive suite we DONT want to be blocked on seeing the PR tests. This commit removes the depends-on condition for the package based tests on the pull request tests. It does not seem like any protection from doing unncessary package based tests if a pull request test fails is worth the extra wall time in practice. This should significantly decrease the total time needed for the exhaustive test pipeline.

Related issues

Previously the package based tests would be blocked on the pull request suite.
Given those tests MUST have be run to even get code in to a branch this results
in the exhaustive test suite taking roughly 30 mins to even start the unique
tests. In practice when we want to reproduce or test a failure in the exhaustive
suite we DONT want to be blocked on seeing the PR tests. This commit removes the
depends-on condition for the package based tests on the pull request tests. It
does not seem like any protection from doing unncessary package based tests if a
pull request test fails is worth the extra wall time in practice. This should
significantly decrease the total time needed for the exhaustive test pipeline.

(cherry picked from commit 332355d)
@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

cc @donoghuc

@donoghuc donoghuc merged commit b6b1123 into 8.19 Aug 14, 2025
7 checks passed
@donoghuc donoghuc deleted the mergify/bp/8.19/pr-17978 branch August 14, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants