-
Notifications
You must be signed in to change notification settings - Fork 212
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
[1.16.x] Bump Quarkus version to 2.7.0.Final #1902
Conversation
kie-ci
commented
Jan 19, 2022
•
edited by radtriste
Loading
edited by radtriste
- https://github.com/kiegroup/kogito-pipelines/pull/360
- https://github.com/kiegroup/kogito-runtimes/pull/1902
- https://github.com/kiegroup/optaplanner/pull/1803
- https://github.com/kiegroup/kogito-apps/pull/1213
- https://github.com/kiegroup/optaplanner-quickstarts/pull/268
- https://github.com/kiegroup/kogito-examples/pull/1092
The (build) kogito-examples check has failed. Please check the logs. |
The (build) optaplanner check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
The (build) kogito-runtimes check has failed. Please check the logs. |
jenkins rerun optaplanner tests |
jenkins rerun kogito-apps tests |
jenkins rerun kogito-examples tests |
jenkins rerun kogito-runtimes tests |
The (build) kogito-runtimes check has failed. Please check the logs. |
The (build) kogito-examples check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
any recent change in the class loader ? (several instances of this) @aloubyansky @geoand
|
I'll need to reproduce it to answer that. |
Not that I can remember of. I'll check tomorrow morning |
jenkins retest this |
1 similar comment
jenkins retest this |
The (build) kogito-runtimes check has failed. Please check the logs. |
jenkins rerun kogito-runtimes tests |
jenkins retest this |
The (build) optaplanner-quickstarts check has failed. Please check the logs. |
The (build) kogito-runtimes check has failed. Please check the logs. |
The (build) optaweb-vehicle-routing check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
jenkins rerun kogito-apps |
jenkins rerun kogito-apps tests |
Would we have a workaround @aloubyansky ? |
Looking into it |
Interestingly, it passes for me locally. I'm wondering what I am missing. |
I am concern about org.kie.kogito.taskassigning.service.messaging.ReactiveMessagingEventConsumerTest.failFast |
Interesting
|
Have you guys been able to reproduce the failures locally? |
Make sure you are running with |
I think this is the problem ... with the update to 2.7.0.Final I thought that falling back to normal PR checks would be enough ... I forgot about that option. Creating the new PR checks and rerunning the checks. |
@aloubyansky this one should be solved |
jenkins retest this |
This reverts commit ae2be91.
PR job #1 was: ABORTED Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-1.16.x-quarkus-2.7.0.CR1/job/bump-1.16.x-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/1/display/redirect or see console log: Console Logs[Pipeline] }[Pipeline] // stage [Pipeline] stage [Pipeline] { (Install build-chain tool) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo [2022-01-28T09:41:20.250Z] [INFO] Getting build-chain version from composite action file [Pipeline] readFile [Pipeline] echo [2022-01-28T09:41:20.345Z] [INFO] build-chain version recovered '2.3.29' [Pipeline] sh [2022-01-28T09:41:20.651Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/ Aborted by Tristan [2022-01-28T09:41:22.688Z] Sending interrupt signal to process [2022-01-28T09:41:23.258Z] /home/jenkins/workspace/custom/tradisso/bump-1.16.x-quarkus-2.7.0.CR1/bump-1.16.x-quarkus-2.7.0.CR1/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-5c159169/script.sh: line 1: 9548 Terminated npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/ [2022-01-28T09:41:23.265Z] script returned exit code 143 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build projects) Stage "Build projects" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sonar analysis) Stage "Sonar analysis" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (check space after build) Stage "check space after build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T09:41:24.030Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-1.16.x-quarkus-2.7.0.CR1/job/bump-1.16.x-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/1/api/json [Pipeline] readJSON [Pipeline] sh |
Kudos, SonarCloud Quality Gate passed! |
failure on GHA on runtimes but NOT on Jenkins --- wdyt @radtriste ? restart? |
apps failure
postgres docker is not being initalized properly? @tiagodolphine |
both these failures seem localized at GHA, because Jenkins is green for runtimes + apps. Shall we ignore/restart GHA? @radtriste |
and we are all green !!!!!!!!!!!! \o/ |
well jenkins pipelines here have the updated build-chain config from https://github.com/kiegroup/kogito-pipelines/pull/360 |
* [1.16.x] Bump Quarkus version to 2.7.0.CR1 * fallback assertj version * temporary solution for classloading tests * temporary solution for classloading tests (2) * correct kafka persistence test * updated to 2.7.0.Final * updated to 2.7.0.Final * trigger pr * update * trigger * Revert "trigger" This reverts commit ae2be91. Co-authored-by: Jenkins CI <jenkins@eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com> Co-authored-by: radtriste <[email protected]>
* [main] Bump Quarkus version to 2.7.0.CR1 * update to 2.7.0.Final * [1.16.x] Bump Quarkus version to 2.7.0.Final (#1902) * [1.16.x] Bump Quarkus version to 2.7.0.CR1 * fallback assertj version * temporary solution for classloading tests * temporary solution for classloading tests (2) * correct kafka persistence test * updated to 2.7.0.Final * updated to 2.7.0.Final * trigger pr * update * trigger * Revert "trigger" This reverts commit ae2be91. Co-authored-by: Jenkins CI <jenkins@eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com> Co-authored-by: radtriste <[email protected]> Co-authored-by: Jenkins CI <jenkins@eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com> Co-authored-by: radtriste <[email protected]>