Skip to content

Commit

Permalink
Merge pull request #38 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 authored Sep 9, 2024
2 parents 03663af + 4969274 commit 4d21cf9
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 41 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,15 @@ jobs:
timeout-minutes: 180
strategy:
matrix:
job_name: [ kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
job_name: [ serverless-workflow-examples ]
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.9.6']
include:
- 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/
- 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 All @@ -58,6 +53,7 @@ jobs:
starting-project: kiegroup/${{ matrix.repository }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
env:
BUILD_MVN_OPTS: ${{ matrix.env_BUILD_MVN_OPTS }}
KOGITO_EXAMPLES_SUBFOLDER_POM: ${{ matrix.env_KOGITO_EXAMPLES_SUBFOLDER_POM }}
- name: Surefire Report
uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-kogito-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
env:
NODE_OPTIONS: "--max_old_space_size=4096"
BUILD_MVN_OPTS: "-Dproductized"
with:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@

<modules>
<module>integration-tests-data-index-service-quarkus-devservice</module>
<module>integration-tests-data-index-service-common</module>
<module>integration-tests-data-index-service-quarkus</module>
<module>integration-tests-data-index-service-springboot</module>
</modules>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<modules>
<module>integration-tests-jobs-service-common-quarkus</module>
<module>integration-tests-jobs-service-quarkus-management</module>
<module>integration-tests-jobs-service-quarkus-messaging</module>
<module>integration-tests-jobs-service-quarkus-knative-eventing</module>
<module>integration-tests-jobs-service-quarkus-embedded</module>
</modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<modules>
<module>integration-tests-jobs-service-common</module>
<module>integration-tests-jobs-service-quarkus</module>
<module>integration-tests-jobs-service-springboot</module>
</modules>

<dependencyManagement>
Expand Down
1 change: 0 additions & 1 deletion apps-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<modules>
<module>integration-tests-data-index-service</module>
<module>integration-tests-jobs-service</module>
<module>integration-tests-trusty-service</module>
</modules>

</project>
2 changes: 0 additions & 2 deletions data-index/data-index-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<module>data-index-service-common</module>
<module>data-index-service-inmemory</module>
<module>data-index-service-postgresql</module>
<module>data-index-service-infinispan</module>
<module>data-index-service-mongodb</module>
</modules>

<profiles>
Expand Down
4 changes: 0 additions & 4 deletions data-index/data-index-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<module>data-index-storage-protobuf</module>
<module>data-index-storage-postgresql</module>
<module>data-index-storage-jpa-common</module>
<module>data-index-storage-common</module>
<module>data-index-storage-infinispan</module>
<module>data-index-storage-mongodb</module>
<module>data-index-storage-postgresql-reporting</module>
<module>data-index-storage-jpa</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<module>deployment</module>
<module>runtime</module>
<module>integration-tests-sw</module>
<module>integration-tests-process</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
<modules>
<module>kogito-addons-quarkus-data-index-persistence-common</module>
<module>kogito-addons-quarkus-data-index-persistence-postgresql</module>
<module>kogito-addons-quarkus-data-index-persistence-jpa</module>
<module>kogito-addons-quarkus-data-index-persistence-infinispan</module>
<module>kogito-addons-quarkus-data-index-persistence-mongodb</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<module>deployment</module>
<module>runtime</module>
<module>integration-tests-sw</module>
<module>integration-tests-process</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<module>deployment</module>
<module>runtime</module>
<module>integration-tests-sw</module>
<module>integration-tests-process</module>
</modules>

</project>
3 changes: 0 additions & 3 deletions data-index/kogito-addons-quarkus-data-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
<module>kogito-addons-quarkus-data-index-common</module>
<module>kogito-addons-quarkus-data-index-inmemory</module>
<module>kogito-addons-quarkus-data-index-postgresql</module>
<module>kogito-addons-quarkus-data-index-infinispan</module>
<module>kogito-addons-quarkus-data-index-mongodb</module>
<module>kogito-addons-quarkus-data-index-jpa</module>
</modules>

</project>
2 changes: 0 additions & 2 deletions jobs-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<module>kogito-addons-jobs-service</module>
<module>jobs-service-messaging-kafka</module>
<module>jobs-service-messaging-http</module>
<module>jobs-service-infinispan</module>
<module>jobs-service-mongodb</module>
</modules>

<dependencyManagement>
Expand Down
4 changes: 0 additions & 4 deletions persistence-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<module>persistence-commons-jpa-base</module>
<module>persistence-commons-jpa</module>
<module>persistence-commons-postgresql</module>
<module>persistence-commons-infinispan</module>
<module>persistence-commons-mongodb</module>
<module>persistence-commons-redis</module>
<module>persistence-commons-reporting-parent</module>
<module>kogito-ddl</module>
</modules>

Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@
<module>persistence-commons</module>
<module>jobs-service</module>
<module>data-index</module>
<module>data-audit</module>
<module>security-commons</module>
<module>explainability</module>
<module>trusty</module>
<module>jitexecutor</module>
<module>apps-integration-tests</module>
</modules>

Expand All @@ -145,8 +140,6 @@
<modules>
<module>kogito-apps-bom</module>
<module>kogito-apps-build-parent</module>
<module>explainability</module>
<module>trusty</module>
</modules>
</profile>
<profile>
Expand Down

0 comments on commit 4d21cf9

Please sign in to comment.