- Issue created by @poker10
- 🇬🇧United Kingdom longwave UK
🐛 Test-only job fails with "couldn't find remote ref refs/heads/11.x" when 11.x branch does not exist in fork Needs review might fix this.
In 🐛 Test-only job shouldn't require constant rebases to detect which files were changed. Active we tried to fix a test-only job to not require constant rebases. It seems like it is working for most use-cases, but there are some where it is not:
Here #3277003-23: Harden user_pass_rehash() against attack → we triggered test-only pipeline on non-rebased MR, but it still reverted other unrelated changes, see: https://git.drupalcode.org/project/drupal/-/jobs/506479
See MR: https://git.drupalcode.org/project/drupal/-/merge_requests/5823
and job: https://git.drupalcode.org/project/drupal/-/jobs/506479
Update the git diff logic to cover also this use-case.
🐛 Test-only job fails with "couldn't find remote ref refs/heads/11.x" when 11.x branch does not exist in fork Needs review might fix this.