-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Remove skip submodules flag #5406
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
Remove skip submodules flag #5406
Conversation
Now we have a way of skip submodules (using a configuration file). We should notify users that have a feature flag to migrate.
We should do this before merging this PR and give them some time to make the migration. After that, we can merge and deploy, I'd say. Otherwise, we will break their builds automatically once this gets deployed. |
Blocking this till all users using the flag have migrated to a config file. |
I'm not sure we will ever know this. I suppose we can close this PR that will be open forever otherwise and revisit it once we have deprecated Config V1. |
We know what projects are using the |
Oh! Forget what I said. I misread the comments. You are right. |
We have 6 projects in .org: amara, chassis, firesim, qwat, rematch, u-bmc Not sure how to proceed, and how many we have in .com :) |
@stsewd we need to contact them all and help them move to the YAML file. We could even go as far as submitting a PR for their repo with a proper config, if we wanted (especially if we had a PR builder :D) |
We only have 6 projects using this feature flag, so contacting them or making a PR on their repo is affordable if we want to go faster. @stsewd feel free to do the one you like most ;) |
@humitos I'm more worried about user using this in the corporate site, we need to inform those users too. |
I'm about to contact these users to let them know how to upgrade their projects to keep building properly. |
/remind me to polish this PR and try to merge in 7 weeks
|
Unblocking this issue. All the users were notified and most of them replied in time communicating that they already did the required change in their YAML files. We are ready to merge this PR once the conflicts are resolved and deploy. |
@humitos done |
Now we have a way of skip submodules
(using a configuration file).
We should notify users that have a feature flag to migrate.