-
Notifications
You must be signed in to change notification settings - Fork 41
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
Check if the manifest is already grouped #1041
Comments
@narekhovhannisyan added some detail to the ticket |
Expecting a PR today |
This issue needs to be re-refined, especially after a possible resolution will be found in relation to time grid |
@narekhovhannisyan please describe why this needed to be re-refined, where was the block why PR couldn't be created, if you can support by adding the slack conversation 🙏 |
@narekhovhannisyan please check this one today so you have stuff to do next week 🙏 |
@zanete @jmcook1186 Since regroup logic is in the compute phase, the plugin is executed on the leaf node, so we can't check if it has nested children (for skipping purposes). |
assuming that the solution is
Estimate is about a couple of days |
Status update: Expecting a PR today 💪 |
Why:
To resolve errors in
if-check
script and prevent error in edge case where user regroups an already-grouped manifest.What:
Add a check to see if the manifest is already grouped according to the config. If the manifest is already grouped according to the given config, we should simply skip the
regroup
step.The current behaviour, that we want to fix, is that the manifest
regroup
feature executes even the manifest is already grouped, which leads to additional, unnecessary levels of nesting.Scope of work:
Acceptance criteria
Scenario 1:
The following manifest:
Should return the same exact file when run using
if-run --regroup -m <manifest>
(except for adding an execution node tocontext
)The text was updated successfully, but these errors were encountered: