ppalaga commented on issue #1795: URL: https://github.com/apache/camel-quarkus/issues/1795#issuecomment-696657766
> I'd like to check how much time overhead will this bring I measured the `yarn build` duration in the following scenarios: 1. Current Camel Quarkus master: ~12s 2. Adding the following snippet to `antora-playbook.yml` with Camel repo cached locally under `~/.cache/antora/content/2/`: ``` - url: g...@github.com:apache/camel.git branches: master start_paths: # manual - docs/user-manual # eip - core/camel-core-engine/src/main/docs # main components doc - docs/components ``` 46s 3. Same as 2. but without Camel repo cached locally under `~/.cache/antora/content/2/`: 2m 54s These numbers make me hesitant. There is one more issue with this setup: the `yarn antora --generator @antora/xref-validator antora-playbook.yml` fails with this setup. ATM, it is probably caused by some missing config on the Camel Quarkus side, but generally, I think we do not want to allow the possibility that broken xrefs in Camel docs can make our CI fail. What do others think? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org