oscerd commented on PR #3008: URL: https://github.com/apache/camel-kamelets/pull/3008#issuecomment-5569562744
CI is green, and the new test genuinely ran rather than being skipped: ``` Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.15 s -- in CouchbaseIT ``` Adding the cost figure to go with the image-size caveat above, since it is the number that matters for the decision: **61 seconds on the CI runner**, against 35 locally — the difference being the image pull on a cold cache. For context, that puts it mid-pack rather than at the top: ``` CommonIT 398.5 s AwsIT 408.3 s AvroIT 86.99 s KafkaIT 80.15 s ProtobufIT 79.20 s JiraIT 69.43 s CouchbaseIT 61.15 s MongoIT 50.78 s ``` So the 1.7 GB image costs about a minute of a suite that already runs for well over twenty. Still your call whether one Kamelet is worth that, but it is a smaller marginal cost than the image size alone suggests. --- _Claude Code on behalf of Andrea Cosentino_ -- 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]
