-
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
[10.0.x] NO-ISSUE: Kogito Images release deploy job fixes #1799
Conversation
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/pullrequest/job/kogito-images.build-and-test/6/display/redirect Console Logs[Pipeline] error[Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-postgresql Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image #34 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-jobs-service-allinone Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-base-builder: https://github.com//pull/1799 completed: FAILURE [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-base-builder Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jobs-service-ephemeral: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jobs-service-postgresql: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jit-runner: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-data-index-ephemeral: https://github.com//pull/1799 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-data-index-ephemeral 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/10.0.x/job/pullrequest/job/kogito-images.build-and-test/6/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
PR job Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/pullrequest/job/kogito-images.build-and-test/7/display/redirect Console LogsStarting building: KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image #42Starting building: KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image #36 Starting building: KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image #38 Starting building: KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image #40 Starting building: KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image #37 Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-base-builder: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jobs-service-ephemeral: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jit-runner: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-data-index-ephemeral: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-data-index-postgresql: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jobs-service-postgresql: https://github.com//pull/1799 completed: SUCCESS [Pipeline] } [Pipeline] // stage [Pipeline] } Build KIE » kogito » 10.0.x » pullrequest » kogito-images.build-image PR #1799 - kogito-jobs-service-allinone: https://github.com//pull/1799 completed: UNSTABLE [Pipeline] unstable WARNING: Tests on kogito-jobs-service-allinone 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/10.0.x/job/pullrequest/job/kogito-images.build-and-test/7/api/json?depth=0' [Pipeline] readJSON [Pipeline] sh |
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.
lgtm
* Adjust release pipelines for the Apache 10 release (#1789) * kie-issues#1397 - Adjust git tag creation for Apache 10 release (#1790) * Adjust git tag creation for Apache 10 release * Add image suffix to the images artifact * Fix release utils (#1792) * Kogito Images release deploy job fixes (#1799) * Push missing checksum file to the SVN repository (#1800)
…e#1804) * Adjust release pipelines for the Apache 10 release (apache#1789) * kie-issues#1397 - Adjust git tag creation for Apache 10 release (apache#1790) * Adjust git tag creation for Apache 10 release * Add image suffix to the images artifact * Fix release utils (apache#1792) * Kogito Images release deploy job fixes (apache#1799) * Push missing checksum file to the SVN repository (apache#1800) # Conflicts: # .ci/jenkins/Jenkinsfile.build-image # .ci/jenkins/Jenkinsfile.deploy # .ci/jenkins/dsl/jobs.groovy
Depends on: apache/incubator-kie-kogito-pipelines#1244
This PR fixes some issues found during the execution of the kogito images release pipeline.
It also adds the support for specifying multiple maven repositories in the
update-repository.py
script which is required for the Apache 10 release.