-
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
NO-ISSUE: Make the weekly Jenkins job build all images #1769
NO-ISSUE: Make the weekly Jenkins job build all images #1769
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/19/display/redirect Console Logs[Pipeline] unstableWARNING: Tests on kogito-data-index-ephemeral seems to have failed [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1769 - kogito-data-index-postgresql: https://github.com//pull/1769 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-data-index-postgresql seems to have failed [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1769 - kogito-jit-runner: https://github.com//pull/1769 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-jit-runner seems to have failed [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1769 - kogito-jobs-service-ephemeral: https://github.com//pull/1769 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-jobs-service-ephemeral seems to have failed [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1769 - kogito-jobs-service-allinone: https://github.com//pull/1769 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-jobs-service-allinone seems to have failed [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image PR #1769 - kogito-jobs-service-postgresql: https://github.com//pull/1769 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-jobs-service-postgresql 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/19/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
@ricardozanini @wmedvede Please merge ASAP. |
@tiagobento @rodrigonull please take a look at this stack trace first: https://github.com/apache/incubator-kie-kogito-images/actions/runs/9207108567/job/25326408974?pr=1769 |
The dsl-tests are failing due to an issue in the pipelines-framework. There is a draft PR that should fix the problem: apache/incubator-kie-kogito-pipelines#1205 I think it's safe to merge this PR. |
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-images.build-and-test/20/display/redirect Console LogsBuild KIE » kogito » main » pullrequest » kogito-images.build-image #94 completed: ABORTEDBuild KIE » kogito » main » pullrequest » kogito-images.build-image #92 completed: ABORTED Build KIE » kogito » main » pullrequest » kogito-images.build-image #93 completed: ABORTED [Pipeline] } [Pipeline] } Build KIE » kogito » main » pullrequest » kogito-images.build-image #98 completed: ABORTED Build KIE » kogito » main » pullrequest » kogito-images.build-image #97 completed: ABORTED [Pipeline] // stage Build KIE » kogito » main » pullrequest » kogito-images.build-image #95 completed: ABORTED Build KIE » kogito » main » pullrequest » kogito-images.build-image #96 completed: ABORTED [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-ephemeral [Pipeline] } Failed in branch kogito-jit-runner [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-base-builder [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-ephemeral [Pipeline] } Failed in branch kogito-jobs-service-postgresql [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-postgresql [Pipeline] } Failed in branch kogito-jobs-service-allinone [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/20/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
jobParams.env.put('IMAGES_LIST', 'kogito-base-builder') | ||
|
||
if (Utils.hasBindingValue(this, 'CLOUD_IMAGES')) { | ||
jobParams.env.put('IMAGES_LIST', Utils.getBindingValue(this, 'CLOUD_IMAGES')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next time please add a new method under Utils and use that one to hide internals :-)
This PR updates the weekly Jenkins job to build all imagens instead of only building the kogito-base-builder image.