rajalakshmys-27 commented on PR #3556: URL: https://github.com/apache/incubator-kie-tools/pull/3556#issuecomment-4394367613
Thank you @jomarko for your review! Regarding build time variability, that's expected. CI uses partial builds, only building changed packages and their dependents, so scope varies per PR. For this PR, 57m is explained by the CI log breakdown: - Setup environment: 10m 48s - Build upstream (PARTIAL): 15m 0s - Build changed + downstream (PARTIAL): 26m 33s - Bootstrap + artifacts + misc: ~5m BMPN editor changes trigger 11 dependent packages (`@kie-tools/bpmn-editor` with 24 e2e test files, `bpmn-editor-envelope`, `bpmn-editor-standalone`, `bpmn-editor-on-webapp`, `online-editor`, `bpmn-vscode-extension`, `chrome-extension-pack-kogito-kie-editors`, `kie-editors-dev-vscode-extension`, `kie-sandbox-webapp-image`, `kie-sandbox-distribution`, `kie-sandbox-helm-chart`), each with full linting and TypeScript compilation. So 57m is the expected baseline for this scope. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
