Open nor3th opened 3 years ago
CircleCI should only build the connectors which were recently changed instead of building ALL connectors only because one line was changed in a single connector.
All connectors are built and docker images deployed.
https://circleci.com/docs/2.0/configuration-cookbook/#execute-specific-workflows-or-steps-based-on-which-files-are-modified
I don't have any CircleCI experience, would be glad if somebody else could implement that
@Kedae are you able to qualify this feature? Is it something important to do and that should be done in priority in the following months?
@SamuelHassine ?
Use case
CircleCI should only build the connectors which were recently changed instead of building ALL connectors only because one line was changed in a single connector.
Current Workaround
All connectors are built and docker images deployed.
Proposed Solution
https://circleci.com/docs/2.0/configuration-cookbook/#execute-specific-workflows-or-steps-based-on-which-files-are-modified
Additional Information
If the feature request is approved, would you be willing to submit a PR?
I don't have any CircleCI experience, would be glad if somebody else could implement that