tkobayas opened a new pull request, #1229: URL: https://github.com/apache/incubator-kie-kogito-pipelines/pull/1229
Review by @pibizza "[REVIEW] [NOT OK] Current status for the kogito 10.x jobs" ``` 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/ ``` ``` 09:28:40 [INFO] Resolving Repository https://github.com/apache/incubator-kie-drools:17.0.x. CredentialsID: kie-ci ``` It tries to check out branch `17.0.x`. `getTargetBranch(7)` means adds the major version `7`, which is probably an old approach when kogito version was `1` and drools version was `8`. Now, all projects aligns to `10.0.x`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
