-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix branch matching on CI #19405
Comments
What makes you think this is broken? It worked fine for me the last time |
I have many of my branches recently that had failed tests |
Ah, thanks. From a quick look, the issue seems to be with BuildKite, it looks like GA are cloning the correct branch |
I can't remember any changes in the area that could cause this 🤔 Am I missing something? |
I don't think it has changed recently, but it could also be the case that it's been broken for a little while and we have not tracked the issue down |
It worked for me last week though that was a fork 🤷♂️ |
@gsouquet, is this still relevant since it seems to work with GHA and we're looking to get rid of BuildKite, afaik? |
This project is split across 4 layers (
element-desktop
,element-web
,matrix-react-sdk
,matrix-js-sdk
). Sometimes changes are dependant on each other, meaning that a pull request on the React layer might require an update on the JS SDK. In order to not delay things artificially and wait for stuff to land ondevelop
, branch matching has been introduced.This process is driven by
scripts/fetchdep.sh
If I open a PR on
element-web
with a base branch calledmy-branch-1
.my-branch-1
on the React layer, if not fall back to usingdevelop
my-branch-1
on the JS SDK layer, if not fall back to usingdevelop
Cases to take into consideration
The text was updated successfully, but these errors were encountered: