Skip to content
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

Merged
merged 2 commits into from
May 23, 2024

Conversation

rodrigonull
Copy link
Contributor

This PR updates the weekly Jenkins job to build all imagens instead of only building the kogito-base-builder image.

@kie-ci3
Copy link
Contributor

kie-ci3 commented May 23, 2024

PR job #19 was: UNSTABLE
Possible explanation: This should be test failures

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
See console log:

Console Logs [Pipeline] unstable
WARNING: 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

@tiagobento
Copy link

@ricardozanini @wmedvede Please merge ASAP.

@ricardozanini
Copy link
Member

@rodrigonull
Copy link
Contributor Author

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.

@tiagobento tiagobento merged commit f64adbb into apache:main May 23, 2024
3 of 5 checks passed
@kie-ci3
Copy link
Contributor

kie-ci3 commented May 23, 2024

PR job #20 was: ABORTED
Possible explanation: Most probably a timeout, please review

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
See console log:

Console Logs Build KIE » kogito » main » pullrequest » kogito-images.build-image #94 completed: ABORTED
Build 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'))
Copy link
Contributor

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants