-
Notifications
You must be signed in to change notification settings - Fork 129
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
KOGITO-8940: Add processInstance identity idexation at Data Index #1825
Conversation
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.
@nmirasch some minor comments, overall looks good
...index/data-index-service/data-index-service-oracle/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
...dex-service-common/src/test/java/org/kie/kogito/index/service/AbstractIndexingServiceIT.java
Outdated
Show resolved
Hide resolved
...src/test/java/org/kie/kogito/index/infinispan/protostream/ProcessInstanceMarshallerTest.java
Outdated
Show resolved
Hide resolved
...age-postgresql/src/main/resources/db/migration/V1.32.1__add_identity_to_process_instance.sql
Outdated
Show resolved
Hide resolved
@nmirasch just reviewing it again, I think we're missing a few things here. We can't simply store and add identity to GraphQL. Identity, in the event, will always have the user responsible for the event. So we need to add createdBy and updatedBy in the GraphQL schema. Then also keeping the identity that came in the first process instance event as the createdBy user. |
@cristianonicolai added createdBy and updatedBy in the GraphQL schema. Could you take a look? |
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.
@nmirasch looks good, just some minor tweaks needed
...age-postgresql/src/main/resources/db/migration/V1.32.1__add_identity_to_process_instance.sql
Outdated
Show resolved
Hide resolved
...ata-index-storage/data-index-storage-protobuf/src/main/resources/META-INF/kogito-index.proto
Outdated
Show resolved
Hide resolved
...storage-oracle/src/main/resources/db/migration/V1.33.1__add_identity_to_process_instance.sql
Outdated
Show resolved
Hide resolved
534f230
to
4253526
Compare
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.
You never check the createdBy
in the integration tests ?
4253526
to
9cab1e8
Compare
(tests) - kogito-apps job Reproducerexport BUILD_MVN_OPTS_CURRENT=-Dvalidate-formatting -Prun-code-coverage NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution Test results:
Those are the test failures: none See console log: Console Logs[2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [02:30 min][2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.019 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.020 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 1.241 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 2.481 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 22.000 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 5.087 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 16.409 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 21.532 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 43.781 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 2.748 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.369 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 4.963 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.019 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 15.125 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [01:45 min] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [02:00 min] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [02:46 min] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [02:05 min] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [03:11 min] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.023 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.020 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 4.556 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.308 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.019 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.250 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.409 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 36.700 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 29.393 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan SUCCESS [ 0.020 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Runtime SUCCESS [ 0.261 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Deployment SUCCESS [ 0.377 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Integration Tests :: SW SUCCESS [ 30.913 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Infinispan :: Integration Tests :: Process SUCCESS [ 28.296 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB SUCCESS [ 0.022 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Runtime SUCCESS [ 0.228 s] [2023-09-07T11:10:54.451Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Deployment SUCCESS [ 0.368 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Integration Tests :: SW SUCCESS [ 26.326 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence MongoDB :: Integration Tests :: Process SUCCESS [ 25.678 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.021 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.041 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.599 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.220 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.017 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.252 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.519 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 23.000 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 20.797 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.019 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.295 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.554 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 26.643 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 23.248 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.019 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.301 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.538 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.021 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 4.221 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [15:21 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 17.867 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 50.827 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 27.668 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.020 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.380 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.636 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 27.066 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 19.455 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 59.358 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 13.713 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [01:23 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 18.360 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.020 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 3.188 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 13.551 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.019 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.018 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 2.821 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.019 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.211 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 33.614 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 46.208 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.175 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 4.257 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 3.412 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 3.863 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [01:53 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 32.749 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 26.006 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 31.551 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.020 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.076 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 19.917 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 27.383 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 19.648 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.020 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.021 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService FAILURE [ 0.144 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 1.141 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [03:41 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [01:47 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.022 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.356 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 21.970 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.022 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [03:05 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [03:26 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [02:30 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [01:46 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [01:18 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.024 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.264 s] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [01:03 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [01:12 min] [2023-09-07T11:10:54.452Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [01:08 min] [2023-09-07T11:10:54.452Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.025 s] [2023-09-07T11:10:54.452Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 4.492 s] [2023-09-07T11:10:54.452Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 10.415 s] [2023-09-07T11:10:54.452Z] [INFO] ------------------------------------------------------------------------ [2023-09-07T11:10:54.452Z] [INFO] BUILD FAILURE [2023-09-07T11:10:54.452Z] [INFO] ------------------------------------------------------------------------ [2023-09-07T11:10:54.452Z] [INFO] Total time: 01:25 h [2023-09-07T11:10:54.452Z] [INFO] Finished at: 2023-09-07T07:10:54-04:00 [2023-09-07T11:10:54.452Z] [INFO] ------------------------------------------------------------------------ [2023-09-07T11:10:54.452Z] [ERROR] Failed to execute goal net.revelc.code:impsort-maven-plugin:1.8.0:check (default) on project integration-tests-data-index-service-quarkus-devservice: Imports are not sorted in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus-devservice/src/test/java/org/kie/kogito/index/inmemory/KogitoDevServiceTest.java -> [Help 1] [2023-09-07T11:10:54.452Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.revelc.code:impsort-maven-plugin:1.8.0:check (default) on project integration-tests-data-index-service-quarkus-devservice: Imports are not sorted in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus-devservice/src/test/java/org/kie/kogito/index/inmemory/KogitoDevServiceTest.java [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) [2023-09-07T11:10:54.452Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) [2023-09-07T11:10:54.452Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298) [2023-09-07T11:10:54.452Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) [2023-09-07T11:10:54.452Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) [2023-09-07T11:10:54.452Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) [2023-09-07T11:10:54.452Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) [2023-09-07T11:10:54.452Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) [2023-09-07T11:10:54.452Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [2023-09-07T11:10:54.452Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) [2023-09-07T11:10:54.452Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) [2023-09-07T11:10:54.452Z] at java.lang.reflect.Method.invoke (Method.java:566) [2023-09-07T11:10:54.452Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) [2023-09-07T11:10:54.452Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) [2023-09-07T11:10:54.452Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) [2023-09-07T11:10:54.452Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [2023-09-07T11:10:54.452Z] Caused by: org.apache.maven.plugin.MojoFailureException: Imports are not sorted in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus-devservice/src/test/java/org/kie/kogito/index/inmemory/KogitoDevServiceTest.java [2023-09-07T11:10:54.452Z] at net.revelc.code.impsort.maven.plugin.AbstractImpSortMojo.fail (AbstractImpSortMojo.java:364) [2023-09-07T11:10:54.452Z] at net.revelc.code.impsort.maven.plugin.AbstractImpSortMojo.fail (AbstractImpSortMojo.java:360) [2023-09-07T11:10:54.452Z] at net.revelc.code.impsort.maven.plugin.CheckMojo.processResult (CheckMojo.java:33) [2023-09-07T11:10:54.452Z] at net.revelc.code.impsort.maven.plugin.AbstractImpSortMojo.lambda$execute$3 (AbstractImpSortMojo.java:294) [2023-09-07T11:10:54.452Z] at java.util.stream.ReferencePipeline$3$1.accept (ReferencePipeline.java:195) [2023-09-07T11:10:54.452Z] at java.util.stream.ReferencePipeline$3$1.accept (ReferencePipeline.java:195) [2023-09-07T11:10:54.452Z] at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183) [2023-09-07T11:10:54.452Z] at java.util.stream.ReferencePipeline$3$1.accept (ReferencePipeline.java:195) [2023-09-07T11:10:54.452Z] at java.util.Spliterators$ArraySpliterator.forEachRemaining (Spliterators.java:948) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:484) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:474) [2023-09-07T11:10:54.452Z] at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150) [2023-09-07T11:10:54.452Z] at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234) [2023-09-07T11:10:54.452Z] at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:497) [2023-09-07T11:10:54.452Z] at java.util.stream.ReferencePipeline$7$1.accept (ReferencePipeline.java:274) [2023-09-07T11:10:54.452Z] at java.util.Spliterators$ArraySpliterator.forEachRemaining (Spliterators.java:948) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:484) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:474) [2023-09-07T11:10:54.452Z] at java.util.stream.ReduceOps$ReduceTask.doLeaf (ReduceOps.java:952) [2023-09-07T11:10:54.452Z] at java.util.stream.ReduceOps$ReduceTask.doLeaf (ReduceOps.java:926) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractTask.compute (AbstractTask.java:327) [2023-09-07T11:10:54.452Z] at java.util.concurrent.CountedCompleter.exec (CountedCompleter.java:746) [2023-09-07T11:10:54.452Z] at java.util.concurrent.ForkJoinTask.doExec (ForkJoinTask.java:290) [2023-09-07T11:10:54.452Z] at java.util.concurrent.ForkJoinTask.doInvoke (ForkJoinTask.java:408) [2023-09-07T11:10:54.452Z] at java.util.concurrent.ForkJoinTask.invoke (ForkJoinTask.java:736) [2023-09-07T11:10:54.452Z] at java.util.stream.ReduceOps$ReduceOp.evaluateParallel (ReduceOps.java:919) [2023-09-07T11:10:54.452Z] at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:233) [2023-09-07T11:10:54.453Z] at java.util.stream.ReferencePipeline.reduce (ReferencePipeline.java:558) [2023-09-07T11:10:54.453Z] at net.revelc.code.impsort.maven.plugin.AbstractImpSortMojo.execute (AbstractImpSortMojo.java:316) [2023-09-07T11:10:54.453Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) [2023-09-07T11:10:54.453Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) [2023-09-07T11:10:54.453Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298) [2023-09-07T11:10:54.453Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) [2023-09-07T11:10:54.453Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) [2023-09-07T11:10:54.453Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) [2023-09-07T11:10:54.453Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) [2023-09-07T11:10:54.453Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) [2023-09-07T11:10:54.453Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [2023-09-07T11:10:54.453Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) [2023-09-07T11:10:54.453Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) [2023-09-07T11:10:54.453Z] at java.lang.reflect.Method.invoke (Method.java:566) [2023-09-07T11:10:54.453Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) [2023-09-07T11:10:54.453Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) [2023-09-07T11:10:54.453Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) [2023-09-07T11:10:54.453Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [2023-09-07T11:10:54.453Z] [ERROR] [2023-09-07T11:10:54.453Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2023-09-07T11:10:54.453Z] [ERROR] [2023-09-07T11:10:54.453Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2023-09-07T11:10:54.453Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2023-09-07T11:10:54.453Z] [ERROR] [2023-09-07T11:10:54.453Z] [ERROR] After correcting the problems, you can resume the build with the command [2023-09-07T11:10:54.453Z] [ERROR] mvn -rf :integration-tests-data-index-service-quarkus-devservice [2023-09-07T11:10:55.810Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects [2023-09-07T11:10:55.810Z] [INFO] Execution summary for kiegroup/kogito-apps [2023-09-07T11:10:55.810Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH= [2023-09-07T11:10:55.810Z] [INFO] OK [Executed in 0.067687 ms] [2023-09-07T11:10:55.810Z] [2023-09-07T11:10:55.810Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi" [2023-09-07T11:10:55.810Z] [INFO] OK [Executed in 6.370891 ms] [2023-09-07T11:10:55.810Z] [2023-09-07T11:10:55.810Z] # [COMMANDS] [kiegroup/kogito-apps] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"` [2023-09-07T11:10:55.810Z] [INFO] OK [Executed in 6.211291 ms] [2023-09-07T11:10:55.810Z] [2023-09-07T11:10:55.810Z] # [COMMANDS] [kiegroup/kogito-apps] mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config3246531118080129338tmp -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-09-07T11:10:55.810Z] [INFO] NOT OK [Executed in 5158770.546676 ms] [2023-09-07T11:10:55.810Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1 [2023-09-07T11:10:55.810Z] [2023-09-07T11:10:55.810Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps [2023-09-07T11:10:55.810Z] [2023-09-07T11:10:55.810Z] # Uploading artifacts [2023-09-07T11:10:55.810Z] [INFO] Will not upload any artifacts in CLI environment [2023-09-07T11:10:55.810Z] [2023-09-07T11:10:55.810Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps [2023-09-07T11:10:55.810Z] [ERROR] Failed to execute mvn dependency:tree clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config3246531118080129338tmp -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-09-07T11:10:55.810Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [2023-09-07T11:10:55.952Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // script Post stage [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-07T11:10:56.456Z] + find . -type d -name node_modules -exec rm -rf '{}' ';' [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/kogito-quarkus-serverless-workflow-devui-parent/kogito-quarkus-serverless-workflow-devui-deployment/target/classes/dev-static/webapp/resources/webapp/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/kogito-quarkus-serverless-workflow-devui-parent/kogito-quarkus-serverless-workflow-devui-deployment/target/classes/dev-static/webapp/fonts/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/management-console/target/classes/META-INF/resources/fonts/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes/dev-static/webapp/resources/webapp/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes/dev-static/webapp/fonts/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/cloud-event-form/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/components-common/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/consoles-common/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/custom-dashboard-list/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/custom-dashboard-view/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/cypress-ouia/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/form-details/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/form-displayer/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/forms-list/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/jobs-management/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-shared/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-webapp/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-webapp/dist/fonts/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/management-console-webapp/dist-it/fonts/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/monitoring-webapp/node_modules’: No such file or directory [2023-09-07T11:11:00.609Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/monitoring/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/ouia-tools/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-definition-list/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-details/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-form/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/process-list/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-gateway-api/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-tools-dev-ui-webapp/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources/webapp/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/runtime-tools-dev-ui-webapp/dist/fonts/_/_/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-console-shared/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-console-webapp/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-details/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-form/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/task-inbox/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/trusty/node_modules’: No such file or directory [2023-09-07T11:11:00.863Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/packages/workflow-form/node_modules’: No such file or directory [2023-09-07T11:11:01.421Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node/node_modules’: No such file or directory [2023-09-07T11:11:13.731Z] find: ‘./bc/kiegroup_kogito-apps/ui-packages/node_modules’: No such file or directory [2023-09-07T11:11:13.731Z] + true [Pipeline] junit [2023-09-07T11:11:13.799Z] Recording test results [2023-09-07T11:11:18.014Z] [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts [2023-09-07T11:11:18.033Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-07T11:11:20.024Z] + rm -rf console.log [Pipeline] sh [2023-09-07T11:11:20.313Z] + 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/1353/consoleText [2023-09-07T11:11:20.313Z] + tail -n 300 |
cace8dc
to
b444e2e
Compare
SonarCloud Quality Gate failed. 0 Bugs 62.8% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
jira: https://issues.redhat.com/browse/KOGITO-8940
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 the7.67.x
branch).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.
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:
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.