This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a90c0c914a53 Improve message on GitHub comment for container version
upgrade
a90c0c914a53 is described below
commit a90c0c914a53d868379e3f6a1549b358c07cfbb9
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Mar 16 15:06:36 2026 +0100
Improve message on GitHub comment for container version upgrade
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/workflows/check-container-versions.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/check-container-versions.yml
b/.github/workflows/check-container-versions.yml
index 73747dc84eb2..5a0b145873ff 100644
--- a/.github/workflows/check-container-versions.yml
+++ b/.github/workflows/check-container-versions.yml
@@ -256,11 +256,13 @@ jobs:
- [ ] No breaking changes in the updated version
- [ ] Tests pass with the new version
- Run the following to verify:
+ Run the following to rebuild the test infra:
\`\`\`bash
mvn clean verify -pl $MODULE_NAME
\`\`\`
+ Then test the impacted components.
+
---
This PR was automatically created by the [Container Version Upgrade
workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{
github.run_id }}).