From 4dba23b21bf9a80a7f35387cee708ef715390e79 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 9 Sep 2024 12:19:10 -0400 Subject: [PATCH 1/3] remove modules that are not part of the product --- pom.xml | 2 -- serverless-workflow-examples/pom.xml | 9 --------- 2 files changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 95a4dfbbd6..f870c157ac 100755 --- a/pom.xml +++ b/pom.xml @@ -137,8 +137,6 @@ true - kogito-quarkus-examples - kogito-springboot-examples serverless-workflow-examples diff --git a/serverless-workflow-examples/pom.xml b/serverless-workflow-examples/pom.xml index 249515a103..61ee1a6fc8 100644 --- a/serverless-workflow-examples/pom.xml +++ b/serverless-workflow-examples/pom.xml @@ -45,20 +45,15 @@ serverless-workflow-annotations-description serverless-workflow-callback-events-over-http-quarkus serverless-workflow-callback-quarkus - serverless-workflow-camel-routes serverless-workflow-compensation-quarkus serverless-workflow-consuming-events-over-http-quarkus serverless-workflow-correlation-quarkus serverless-workflow-custom-function-knative serverless-workflow-custom-type - serverless-workflow-data-index-persistence-addon-quarkus serverless-workflow-data-index-quarkus - serverless-workflow-dmn-quarkus serverless-workflow-error-quarkus - serverless-workflow-events-quarkus serverless-workflow-expression-quarkus serverless-workflow-foreach-quarkus - serverless-workflow-functions-events-quarkus serverless-workflow-functions-quarkus serverless-workflow-funqy serverless-workflow-greeting-quarkus @@ -66,7 +61,6 @@ serverless-workflow-hello-world serverless-workflow-loanbroker-showcase serverless-workflow-newsletter-subscription - serverless-workflow-oauth2-orchestration-quarkus serverless-workflow-order-processing serverless-workflow-parallel-execution serverless-workflow-qas-service-showcase @@ -78,7 +72,6 @@ serverless-workflow-timeouts-showcase-embedded serverless-workflow-timeouts-showcase-extended serverless-workflow-timeouts-showcase-operator-devprofile - serverless-workflow-python-quarkus sonataflow-fluent @@ -109,13 +102,11 @@ serverless-workflow-data-index-quarkus serverless-workflow-compensation-quarkus serverless-workflow-error-quarkus - serverless-workflow-events-quarkus serverless-workflow-expression-quarkus serverless-workflow-foreach-quarkus serverless-workflow-funqy serverless-workflow-greeting-quarkus serverless-workflow-newsletter-subscription - serverless-workflow-oauth2-orchestration-quarkus serverless-workflow-service-calls-quarkus serverless-workflow-temperature-conversion serverless-workflow-custom-type From 78729378387697e08eba8f682697564998b72986 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 6 Feb 2024 13:51:13 +0100 Subject: [PATCH 2/3] add -Dproductized profile for PR checks The productized profile is still needed as there are still some leftovers of it in upstream code that was not removed yet --- .github/workflows/pr-kogito-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-kogito-examples.yml b/.github/workflows/pr-kogito-examples.yml index 6d9d34e004..f4c2220267 100644 --- a/.github/workflows/pr-kogito-examples.yml +++ b/.github/workflows/pr-kogito-examples.yml @@ -54,6 +54,7 @@ jobs: uses: kiegroup/kie-ci/.ci/actions/build-chain@main env: KOGITO_EXAMPLES_SUBFOLDER_POM: ${{ matrix.env_KOGITO_EXAMPLES_SUBFOLDER_POM }} + BUILD_MVN_OPTS: -Dproductized with: annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} github-token: "${{ secrets.GITHUB_TOKEN }}" From 034be585f79685ff64e3c2930bf3155da20267dc Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 6 Feb 2024 13:51:44 +0100 Subject: [PATCH 3/3] pr-kogito-examples.yml: remove kogito-quarkus-examples and kogito-springboot-examples that are not part of the product --- .github/workflows/pr-kogito-examples.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pr-kogito-examples.yml b/.github/workflows/pr-kogito-examples.yml index f4c2220267..43e8df0769 100644 --- a/.github/workflows/pr-kogito-examples.yml +++ b/.github/workflows/pr-kogito-examples.yml @@ -20,17 +20,11 @@ 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/