Summary
The user is asking about how the graph-view in Earthly Cloud generates its graph and what triggers the creation of new nodes. They have a project with multiple targets, where +chef-planner
is supposed to run once on the native platform, while +chef-cook
depends on it and runs across multiple platforms. However, the graph shows +chef-planner
being executed for each platform, leading the user to question their Earthfile configuration. They are struggling to understand why there are multiple +chef-planner
targets in the cloud UI and also inquire why +base
appears four times in the graph.