-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[core] fix duplicate builds being matched in BuildWatcher #22256
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's gooooo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yassssss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go 🚀
@joshdholtz OMG thank you! I drove myself nuts on #22255 with fixing the tests and woke up wondering about just fixing the dupe condition and being done with it. 😆 |
Ha! I was also thinking of the most correct way to do it but I realized it was too late and I was too old to try to change that much code 🫠 It probably does need to be fixed properly at some point but 🤷♂️ Thanks for all your effort though! ❤️ |
## Short description This PR updates `fastlane` version to `2.223.1` which fixes an error with [duplicate builds](fastlane/fastlane#22256) being matched in BuildWatcher. ## List of changes proposed in this pull request - Update `Gemfile` and `Gemfile.lock` with the new fastlane version. ## How to test We can test this by running a new beta. If it doesn't work, we can revert it straight away.
## Short description This PR updates `fastlane` version to `2.223.1` which fixes an error with [duplicate builds](fastlane/fastlane#22256) being matched in BuildWatcher. ## List of changes proposed in this pull request - Update `Gemfile` and `Gemfile.lock` with the new fastlane version. ## How to test We can test this by running a new beta. If it doesn't work, we can revert it straight away.
…2256) * [core] fix duplicate builds being matched in BuildWatcher * Fix lint and tests
Motivation and Context
Fixes #22248
Description
X.Y.0
andX.Y
ℹ️ There is probably a more efficient solution but this one is has least logic change so most shippable ATM 😊 We can improve more later 🤷♂️
Testing Steps
Update
Gemfile
and runbundle install
,bundle update fastlane
, orbundle update