Steps to replicate the issue (include links if applicable):
- Submit any change to the CheckUser repo
- Run CI
What happens?:
CI fails because Jenkins bot is unable to merge with the following error:
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
What should have happened instead?:
CI should run
Other information (browser name/version, screenshots, etc.):
The last merged change was unable to merge the commit for only the coverage tests. However, the normal tests and gate-and-submit all passed as normal. Since the merge all new changes now fail tests, but the coverage tests now run without issue. This suggests to me that either it was the just merged change causing the issues. However, I have no idea why this issue is occurring as the change ( https://gerrit.wikimedia.org/r/c/mediawiki/extensions/CheckUser/+/871257 ) had no issues that I could see.