Thank you for the review, Paolo! One quick fix: ``` Red - quarkus-platform.deploy The build is consistently failing with the error "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job." https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/quarkus-platform.deploy/9/ ``` I filed https://github.com/apache/incubator-kie-kogito-pipelines/pull/1229
Thanks! Toshiya On Wed, Jul 24, 2024 at 9:46 PM Paolo Bizzarri <[email protected]> wrote: > Hello, > > this is the review for the kogito 10.x jobs. Kogito has a more complex > structure than optaplanner or drools, so it will be divided in the > different sections. > > For each section I will identify green, yellow and red builds. Green builds > are ok. Yellow builds typically present test errors. Red builds have failed > to execute part of the job itself. > > My overall analysis is that we have a number of issues at least to check > before moving forward. This is the "NOT OK" result. > > These are the folders analyzed with no issues. > > - nightly.sonarcloud > - pullrequest > - release > > These are the folders analyzed with issues. > - nightly > - nightly.native > - other > - setup-branch > - tools > > I have skipped the setup-branch because I am not sure it is relevant at the > moment. > > All other folders are reviewed here. > > #### > > Folder "nightly" > > Green > - kogito-images-deploy > - kogito-images.build-image > - kogito-runtimes.build-and-deploy > - 0-kogito-nightly-cloud > > Yellow > - 0-kogito-nightly > The failures here are related to other yellow or red builds in the build. > > - kogito-apps.build-and-deploy > This build has been failing in the last two days due to test errors. > > org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlKafkaIT.testProcessInstanceEvents > > org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBHttpIT.testProcessInstanceEvents > > org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents > org.kie.kogito.index.ProcessDataIndexMongoDBIT.testProcessInstanceEvents > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/kogito-apps.build-and-deploy/9/ > > > - kogito-examples.build-and-deploy > This build has been failing for the last three days due to a test error - > org.acme.AcmeExchangeResourceIT.unauthorizedTest. Last build included > another test, but it is unclear if it is a transient or not. > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/kogito-examples.build-and-deploy/9/testReport/ > > Red > - quarkus-platform.deploy > The build is consistently failing with the error "ERROR: Couldn't find any > revision to build. Verify the repository and branch configuration for this > job." > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/quarkus-platform.deploy/9/ > > > ##### > > Folder "nightly.native" > > Green > - kogito-runtimes.build-and-test > > Red > - kogito-apps.build-and-test > The build is consistently failing due to errors in building the image. > "Caused > by: > > io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException: > Image generation failed. Exit code: 1" > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly.native/job/kogito-apps.build-and-test/ > > - kogito-examples.build-and-test > The build is consistently failing due to errors while processing the > poms: "[ERROR] > 'dependencies.dependency.version' for > org.kie:kie-addons-quarkus-tracing-decision:jar is missing. @ line 65, > column 17" > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly.native/job/kogito-examples.build-and-test/ > > ##### > > Folder "other" > > Green > - 0-kogito-weekly-cloud > -kogito-images.build-image > -kogito-images.weekly-deploy > > Yellow > > - 0-kogito-weekly > The build show failures because of failures of dependent builds in the > pipeline > > - kogito-apps.weekly-deploy > The build fails because of a test error > > "org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents" > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/other/job/kogito-apps.weekly-deploy/ > > Red > - kogito-runtimes.weekly-deploy > The build fails because of dependency errors. > "Non-resolvable import POM: The following artifacts could not be resolved: > org.kie:kie-pmml-bom:pom:10.0.999-20240721-SNAPSHOT" > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/other/job/kogito-runtimes.weekly-deploy/ > > #### > > Folder "tools" > > Red > > - jenkins-update-framework-deps > The build seems to fail due to a compilation error. > "WorkflowScript: 12: Only one agent type is allowed per agent section @ > line 12, column 5." > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/tools/job/jenkins-update-framework-deps > > - kogito-clean-old-namespaces > The build consistently fails due to some openshift error: "ERROR: > OPENSHIFT_API" > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/tools/job/kogito-clean-old-namespaces/ > > kogito-clean-old-nightly-images > The build consistently fails due to a problem with a quay token: "ERROR: > QUAY_ACCESS_TOKEN" > > https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/tools/job/kogito-clean-old-nightly-images/ >
