-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #1719 - Add Maven 3.9.3, Quarkus 3.2.9.Final and update Java images #1720
Conversation
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/8/display/redirect Console Logs[Pipeline] }[Pipeline] // stage [Pipeline] } Failed in branch kogito-trusty-postgresql [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-allinone [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-trusty-ui [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-management-console [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-task-console [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] unstable WARNING: Tests on kogito-s2i-builder seems to have failed [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] sh + wget --no-check-certificate -qO - 'https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/8/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
EDIT: Actually, there was a bug in the |
We have the 999-SNAPSHOTS, so I restarted the PR check on Jenkins. |
I need to upgrade to java 17 too |
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
04fbf6e
to
729c6bc
Compare
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
I think I was able to fix every problems and upgrade Java, Maven, and Quarkus. The only problem left is the s2i builder tests that depends on
The nightly won't have problems since we should push the tags and the runtime runs before s2i. We can merge this one if only s2i is failing in the tests in the behave depending on the runtime image. Then, we can fix this problem in a follow-up PR. The |
These PRs broke the current data-index build run:
I'll re-run again tomorrow to catch the last nightlies.
Regarding trusty-postgres, it runs now successfully. The |
Everything is green, but the data-index images. The reason I just explained before. |
… s2i Signed-off-by: Ricardo Zanini <[email protected]>
Small adjustments in s2i behave tests. |
/cc @pefernan @elguardian |
@mariofusco let me take a look |
Signed-off-by: Ricardo Zanini <[email protected]>
@ricardozanini @mariofusco the data-index issue should disappear with the latest snapshots. The latest error appear to be related to an image test failure ( |
I've added an Since it's making cekit hanging trying to EDIT: Issue created #1722 |
I've restarted the CI with my last commit. Let's observe. The test failure I just explained why in my last comment and shouldn't occur anymore. |
@ricardozanini great, I'll be following the build. |
Once we remove the unsupported images these runs should be way lighter. |
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
thank you @ricardozanini for this huge effort! |
Many thanks for submitting your Pull Request ❤️!
Fixes #1719 - this PR adds the Maven version required for Quarkus 3. It won't work right off the bat until the SNAPSHOTS get pushed to Nexus and our extensions get published to the registry.
Additionally, the swf images are in an error state since our extensions are not published in the Quarkus 3 repository. We need to go through the renaming first before releasing 10.x. cc @porcelli @krisv
@mariofusco I'm adding you just for validation.
Please make sure your PR meets the following requirements:
[KOGITO|RHPAM-XYZ] Subject
How to retest this PR or trigger a specific build:
(Re)run Jenkins tests
Please add comment: Jenkins [test|retest] this
Prod tests
Please add comment: Jenkins (re)run [prod|Prod|PROD]
How to backport a pull request to a different branch?
In order to automatically create a backporting pull request please add one or more labels having the following format
backport-<branch-name>
, where<branch-name>
is the name of the branch where the pull request must be backported to (e.g.,backport-7.67.x
to backport the original PR to the7.67.x
branch).Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.
If something goes wrong, the author will be notified and at this point a manual backporting is needed.