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

kie-issues#529: Upgrade pnpm version from 7.26.3to 8.7.0 in kogito-apps #1847

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

pefernan
Copy link
Contributor

Closes apache/incubator-kie-issues#529

Upgrading pnpm version to 8.7.0 to align it with kie-tools

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

  • You have read the contributors guide
  • Pull Request title is properly formatted: KOGITO-XYZ Subject
  • Pull Request title contains the target branch if not targeting main: [0.9.x] KOGITO-XYZ Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains link to any dependent or related Pull Request
  • Pull Request contains description of the issue
  • Pull Request does not include fixes for issues other than the main ticket
How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • for pull request checks
    Please add comment: Jenkins retest this

  • for a specific pull request check
    Please add comment: Jenkins (re)run [kogito-apps|kogito-examples] tests

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [kogito-apps|kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [kogito-apps|kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-apps|kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

  • for a specific native check
    Run native checks
    Please add comment: Jenkins (re)run [kogito-apps|kogito-examples] native

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-apps|kogito-examples] native-lts

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

Quarkus-3 PR check is failing ... what to do ? The Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.

The first patch, called 0001_before_sh.patch, is generated from Openrewrite .ci/environments/quarkus-3/quarkus3.yml recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch.
No panic, there is an easy way to regenerate it. You just need to comment on the PR:

jenkins rewrite quarkus-3

and it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.

Other patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.

@AjayJagan
Copy link
Contributor

I guess everything works, but the process details page is broken.. not related to pnpm but related to data-index.
Here is the fix for that: #1848 . We can merge this after we merge #1848

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - kogito-apps job #1307 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1847 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-apps.tests.kogito-apps/1307/display/redirect

Test results:

  • PASSED: 1646
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 18.886 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.023 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 6.293 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 3.248 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [02:05 min]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [02:24 min]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 44.005 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 7.434 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 48.891 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [02:41 min]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.023 s]
[2023-08-31T10:23:15.475Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.019 s]
[2023-08-31T10:23:15.475Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 5.505 s]
[2023-08-31T10:23:15.475Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 4.314 s]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [02:47 min]
[2023-08-31T10:23:15.475Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [02:28 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.021 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 1.135 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 2.506 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 21.718 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 5.019 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 16.301 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 21.474 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 43.441 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 2.857 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.402 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 4.934 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 15.196 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [01:46 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [01:58 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [02:45 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [02:05 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [03:04 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.021 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.019 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 4.336 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.122 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.145 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.316 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 34.390 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 29.653 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.020 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.531 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.273 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.319 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.586 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 23.884 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 20.838 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.019 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.292 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.449 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 26.898 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 24.374 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.024 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.262 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.435 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.017 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 4.327 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: UI Packages ......................... FAILURE [ 4.428 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 28.283 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.025 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.233 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.412 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 26.668 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 21.029 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 53.493 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Management Console .................. SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty UI ........................... SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Task Console ........................ SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.017 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 3.146 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 12.513 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.019 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 2.750 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.270 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 32.654 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 46.484 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.144 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 4.444 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 3.371 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 3.946 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [01:51 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 31.974 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 28.170 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 29.250 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.018 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.065 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 19.930 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 27.957 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 20.052 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.019 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.022 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 38.783 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 1.064 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [03:43 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [01:51 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.034 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.345 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 22.702 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.027 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [03:10 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [03:20 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [02:34 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [01:47 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [01:23 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.026 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.287 s]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [01:05 min]
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [01:11 min]
[2023-08-31T10:23:15.476Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.026 s]
[2023-08-31T10:23:15.476Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 4.157 s]
[2023-08-31T10:23:15.476Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SKIPPED
[2023-08-31T10:23:15.476Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T10:23:15.476Z] [INFO] BUILD FAILURE
[2023-08-31T10:23:15.476Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T10:23:15.476Z] [INFO] Total time: 01:04 h
[2023-08-31T10:23:15.476Z] [INFO] Finished at: 2023-08-31T06:23:14-04:00
[2023-08-31T10:23:15.476Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T10:23:15.476Z] [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:install-node-and-pnpm (install-node-and-pnpm) on project kogito-apps-ui-packages: Could not download pnpm: Got error code 404 from the server. -> [Help 1]
[2023-08-31T10:23:15.476Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:install-node-and-pnpm (install-node-and-pnpm) on project kogito-apps-ui-packages: Could not download pnpm: Got error code 404 from the server.
[2023-08-31T10:23:15.476Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-31T10:23:15.476Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-31T10:23:15.476Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-31T10:23:15.476Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-31T10:23:15.476Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-31T10:23:15.477Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-31T10:23:15.477Z] Caused by: org.apache.maven.plugin.MojoFailureException: Could not download pnpm: Got error code 404 from the server.
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.mojo.MojoUtils.toMojoFailureException (MojoUtils.java:28)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:103)
[2023-08-31T10:23:15.477Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-31T10:23:15.477Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-31T10:23:15.477Z] Caused by: com.github.eirslett.maven.plugins.frontend.lib.InstallationException: Could not download pnpm
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.PNPMInstaller.installPnpm (PNPMInstaller.java:162)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.PNPMInstaller.install (PNPMInstaller.java:69)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndPnpmMojo.execute (InstallNodeAndPnpmMojo.java:103)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-08-31T10:23:15.477Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-31T10:23:15.477Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-31T10:23:15.477Z] Caused by: com.github.eirslett.maven.plugins.frontend.lib.DownloadException: Got error code 404 from the server.
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.DefaultFileDownloader.download (FileDownloader.java:72)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.PNPMInstaller.downloadFile (PNPMInstaller.java:219)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.PNPMInstaller.downloadFileIfMissing (PNPMInstaller.java:212)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.PNPMInstaller.installPnpm (PNPMInstaller.java:113)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.lib.PNPMInstaller.install (PNPMInstaller.java:69)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndPnpmMojo.execute (InstallNodeAndPnpmMojo.java:103)
[2023-08-31T10:23:15.477Z] at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute (AbstractFrontendMojo.java:94)
[2023-08-31T10:23:15.477Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-31T10:23:15.477Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-31T10:23:15.477Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-31T10:23:15.477Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-31T10:23:15.477Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-31T10:23:15.477Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-31T10:23:15.477Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-31T10:23:15.477Z] [ERROR]
[2023-08-31T10:23:15.477Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-31T10:23:15.477Z] [ERROR]
[2023-08-31T10:23:15.477Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-31T10:23:15.477Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-08-31T10:23:15.477Z] [ERROR]
[2023-08-31T10:23:15.477Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-31T10:23:15.477Z] [ERROR] mvn -rf :kogito-apps-ui-packages
[2023-08-31T10:23:16.411Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-08-31T10:23:16.411Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-08-31T10:23:16.411Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-08-31T10:23:16.411Z] [INFO] OK [Executed in 0.045856 ms]
[2023-08-31T10:23:16.411Z]
[2023-08-31T10:23:16.411Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-31T10:23:16.411Z] [INFO] OK [Executed in 5.244277 ms]
[2023-08-31T10:23:16.411Z]
[2023-08-31T10:23:16.411Z] # [COMMANDS] [kiegroup/kogito-apps] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-31T10:23:16.411Z] [INFO] OK [Executed in 4.640054 ms]
[2023-08-31T10:23:16.411Z]
[2023-08-31T10:23:16.411Z] # [COMMANDS] [kiegroup/kogito-apps] mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config14400469877990543662tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-31T10:23:16.411Z] [INFO] NOT OK [Executed in 3892181.731294 ms]
[2023-08-31T10:23:16.411Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-31T10:23:16.411Z]
[2023-08-31T10:23:16.411Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-08-31T10:23:16.411Z]
[2023-08-31T10:23:16.411Z] # Uploading artifacts
[2023-08-31T10:23:16.411Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-31T10:23:16.411Z]
[2023-08-31T10:23:16.411Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-08-31T10:23:16.411Z] [ERROR] Failed to execute mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config14400469877990543662tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-31T10:23:16.411Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T10:23:16.753Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T10:23:17.207Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[2023-08-31T10:23:20.465Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node/node_modules’: No such file or directory
[2023-08-31T10:23:20.465Z] + true
[Pipeline] junit
[2023-08-31T10:23:20.492Z] Recording test results
[2023-08-31T10:23:23.929Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T10:23:23.948Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T10:23:25.634Z] + rm -rf console.log
[Pipeline] sh
[2023-08-31T10:23:25.920Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-apps.tests.kogito-apps/1307/consoleText
[2023-08-31T10:23:25.920Z] + tail -n 300

@paulovmr
Copy link
Member

paulovmr commented Sep 1, 2023

Jenkins rerun kogito-apps tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(tests) - kogito-apps job #1321 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-apps/pull/1847 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-apps.tests.kogito-apps/1321/display/redirect

Test results:

  • PASSED: 2794
  • FAILED: 1

Those are the test failures:

org.kie.kogito.index.oracle.ProcessDataIndexOracleHttpIT.testProcessInstanceEvents Connection refused (Connection refused)

@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@paulovmr paulovmr merged commit 615a73d into apache:main Sep 1, 2023
10 checks passed
@pefernan pefernan deleted the kie-issues/529 branch September 2, 2023 07:21
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.

Upgrade pnpm version from 7.26.3to 8.7.0 in kogito-apps
5 participants