Skip to content

Commit

Permalink
Merge pull request #59 from rgdoliveira/9.101.x-prod_modules
Browse files Browse the repository at this point in the history
[9.101.x-prod] remove modules that are not part of the product and adjust PR checks
  • Loading branch information
rgdoliveira committed Sep 9, 2024
2 parents 5de4d98 + 3ebdde9 commit b42d062
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 85 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,18 @@ jobs:
timeout-minutes: 180
strategy:
matrix:
job_name: [ kogito-apps, kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
job_name: [ kogito-apps, serverless-workflow-examples ]
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.9.6']
include:
- job_name: kogito-apps
repository: kogito-apps
env_BUILD_MVN_OPTS: "-DskipUI"
- job_name: kogito-quarkus-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-quarkus-examples/
- job_name: kogito-springboot-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-springboot-examples/
env_BUILD_MVN_OPTS: "-DskipUI -Dproductized"
- job_name: serverless-workflow-examples
repository: kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/
env_BUILD_MVN_OPTS: "-Dproductized"
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
env:
BUILD_MVN_OPTS_CURRENT: '-T 1.5C'
BUILD_MVN_OPTS: -Dproductized
- name: Junit Report
uses: kiegroup/kogito-pipelines/.ci/actions/action-junit-report@main
if: ${{ always() }}
Expand Down
5 changes: 0 additions & 5 deletions addons/common/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
<modules>
<module>jdbc</module>
<module>ddl</module>
<module>infinispan</module>
<module>filesystem</module>
<module>mongodb</module>
<module>postgresql</module>
<module>rocksdb</module>
</modules>

</project>
7 changes: 0 additions & 7 deletions addons/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,7 @@
<module>kubernetes</module>
<module>kubernetes-service-catalog</module>
<module>jobs</module>
<module>events</module>
<module>monitoring</module>
<module>explainability</module>
<module>human-task-prediction</module>
<module>mail</module>
<module>tracing</module>
<module>task-management</module>
<module>marshallers</module>
</modules>

<dependencyManagement>
Expand Down
11 changes: 0 additions & 11 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
<module>kogito-services</module>
<module>kogito-timer</module>
<module>kogito-jobs-service-api</module>
<module>kogito-api-incubation-common</module>
<module>kogito-api-incubation-common-objectmapper</module>
<module>kogito-api-incubation-application</module>
<module>kogito-api-incubation-processes</module>
<module>kogito-api-incubation-processes-services</module>
<module>kogito-api-incubation-predictions</module>
<module>kogito-api-incubation-predictions-services</module>
<module>kogito-api-incubation-decisions</module>
<module>kogito-api-incubation-decisions-services</module>
<module>kogito-api-incubation-rules</module>
<module>kogito-api-incubation-rules-services</module>
</modules>

</project>
6 changes: 0 additions & 6 deletions drools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
<modules>
<module>kogito-drools</module>
<module>kogito-dmn</module>
<module>kogito-pmml-api-dependencies</module>
<module>kogito-efesto-drl</module>
<module>kogito-pmml-dependencies</module>
<module>kogito-pmml-openapi</module>
<module>kogito-pmml</module>
<module>kogito-scenario-simulation</module>
</modules>

<build>
Expand Down
2 changes: 0 additions & 2 deletions jbpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
<module>jbpm-flow-migration</module>
<module>process-serialization-protobuf</module>
<module>process-workitems</module>
<module>jbpm-tools</module>
<module>jbpm-tests</module>
<module>jbpm-deps-groups</module>
</modules>

Expand Down
5 changes: 0 additions & 5 deletions kogito-codegen-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
<module>kogito-codegen-api</module>
<module>kogito-codegen-processes</module>
<module>kogito-codegen-processes-integration-tests</module>
<module>kogito-codegen-rules</module>
<module>kogito-codegen-decisions</module>
<module>kogito-codegen-predictions</module>
<module>kogito-codegen-integration-tests</module>
<module>kogito-codegen-sample</module>
</modules>

</project>
1 change: 0 additions & 1 deletion kogito-serverless-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<module>kogito-jsonpath-expression</module>
<module>kogito-jq-expression</module>
<module>kogito-serverless-workflow-executor</module>
<module>kogito-serverless-workflow-executor-tests</module>
<module>kogito-serverless-workflow-dmn-parser</module>
<module>kogito-serverless-workflow-dmn</module>
<module>kogito-serverless-workflow-monitoring</module>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@
<module>addons</module>
<module>kogito-workitems</module>
<module>kogito-serverless-workflow</module>
<module>kogito-maven-plugin</module>
<module>springboot</module>
</modules>

<profiles>
Expand Down
4 changes: 0 additions & 4 deletions quarkus/addons/events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@

<modules>
<module>process</module>
<module>decisions</module>
<module>predictions</module>
<module>rules</module>
<module>mongodb</module>
</modules>

</project>
1 change: 0 additions & 1 deletion quarkus/addons/jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<modules>
<module>common</module>
<module>management</module>
<module>messaging</module>
<module>knative-eventing</module>
</modules>

Expand Down
6 changes: 0 additions & 6 deletions quarkus/addons/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@

<modules>
<module>jdbc</module>
<module>infinispan</module>
<module>kafka</module>
<module>filesystem</module>
<module>mongodb</module>
<module>postgresql</module>
<module>rocksdb</module>
</modules>

</project>
7 changes: 0 additions & 7 deletions quarkus/addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,7 @@
<module>fabric8-kubernetes-service-catalog</module>
<module>microprofile-config-service-catalog</module>
<module>jobs</module>
<module>explainability</module>
<module>mail</module>
<module>monitoring</module>
<module>process-svg</module>
<module>task-notification</module>
<module>task-management</module>
<module>marshallers</module>
<module>process-definitions</module>
<module>dynamic</module>
</modules>

Expand Down
2 changes: 0 additions & 2 deletions quarkus/extensions/kogito-quarkus-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<modules>
<module>kogito-quarkus-deployment</module>
<module>kogito-quarkus</module>
<module>kogito-quarkus-integration-test</module>
<module>kogito-quarkus-integration-test-maven-devmode</module>
</modules>

</project>
6 changes: 0 additions & 6 deletions quarkus/extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
<module>kogito-quarkus-extension-common</module>
<module>kogito-quarkus-workflow-extension-common</module>
<module>kogito-quarkus-serverless-workflow-extension</module>
<module>kogito-quarkus-extension</module>
<module>kogito-quarkus-incubation-common</module>
<module>kogito-quarkus-processes-extension</module>
<module>kogito-quarkus-rules-extension</module>
<module>kogito-quarkus-decisions-extension</module>
<module>kogito-quarkus-predictions-extension</module>
</modules>

<profiles>
Expand Down
12 changes: 0 additions & 12 deletions quarkus/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,7 @@
<modules>
<module>integration-tests-quarkus-openapi-client</module>
<!-- TODO:Figure out Kafka containers, ports, resources -->
<module>integration-tests-quarkus-rules</module>
<module>integration-tests-quarkus-legacy-rules</module>
<module>integration-tests-quarkus-decisions</module>
<!-- module>integration-tests-quarkus-predictions</module -->
<module>integration-tests-quarkus-resteasy-classic</module>
<module>integration-tests-quarkus-resteasy-reactive</module>
<module>integration-tests-kogito-plugin</module>
<module>integration-tests-quarkus-norest</module>
<module>integration-tests-quarkus-processes</module>
<module>integration-tests-quarkus-processes-reactive</module>
<module>integration-tests-quarkus-processes-persistence</module>
<module>integration-tests-quarkus-source-files</module>
<module>integration-tests-quarkus-gradle</module>
</modules>

</project>

0 comments on commit b42d062

Please sign in to comment.