Remove php-retry from CI workflows - #12493
Conversation
Greptile SummaryThis PR removes the third-party
Confidence Score: 5/5Safe to merge; the CI change is a straightforward dependency removal and the VectorsDB trait additions are additive only. The workflow changes mechanically translate the php-retry action's command field into a run step — the Docker commands themselves are identical, and timeouts are preserved. The VectorsDB PHP changes add a missing trait without touching any existing logic. No correctness regressions are introduced by the diff. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Use VectorsDB API scope in e2e tests" | Re-trigger Greptile |
✨ Benchmark resultsComparing 1.9.x (before) to remove-php-retry-workflows (after). Before
After
Delta
Top API waits
|
What does this PR do?
Removes the
itznotabug/php-retryGitHub Action from CI workflow test steps and runs the same test commands directly with GitHub Actionsrunsteps.The existing timeout values are preserved with
timeout-minutes.Test Plan
itznotabugorphp-retryreferences remain under.github..github/workflows/ci.ymlwith Ruby YAML.git diff --check.Related PRs and Issues
Checklist