apupier commented on code in PR #26211: URL: https://github.com/apache/camel/pull/26211#discussion_r3958998621
########## .github/workflows/check-container-versions.yml: ########## @@ -35,7 +35,7 @@ on: jobs: upgrade-container-versions: - runs-on: ubuntu-latest + runs-on: ubuntu-slim Review Comment: i checked before and in practice the one which took the highest time in the last 6 months took 4'10". With ubuntu-slim, it will take slightly more as the machine has less CPU but it should fit in the 15'. Even if it is not the case, the PR for a bunch of upgrades will be created and on the next execution the other ones will be created. -- 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]
