atiaomar1978-hub commented on PR #25557: URL: https://github.com/apache/camel/pull/25557#issuecomment-5361180857
## Review complete _AI-generated on behalf of atiaomar1978-hub_ **Verdict: Comment (looks good to merge)** ### Why CI fails Red checks are **not caused by incorrect YAML**. Editing `package-native-validation.yml` and `camel-launcher-native-exe.yml` triggers those workflows (they watch their own YAML in `paths`). Those jobs then fail because **`4.22.1-SNAPSHOT` is not on Apache Snapshots yet** (`camel-buildtools` missing, `camel-launcher` metadata 404). ### Anything missing? The six updated workflows cover the essentials. Minor notes: - `pr-build-main` won't run on this PR (`.github/**` ignored) — use `workflow_dispatch` to test - `sonar-build.yml` still `main`-only (currently disabled anyway) - After merge, first `main-build` push to `camel-4.22.x` should publish snapshots so native jobs pass on future PRs Thanks @gansheer for the maintenance-branch CI bootstrap! -- 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]
