Skip to content

Commit b28a7ce

Browse files
committed
Removing Serverless Workflow
1 parent 168a764 commit b28a7ce

81 files changed

Lines changed: 7 additions & 3984 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ci/jenkins/dsl/jobs.groovy

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
7272
KOGITO_EXAMPLES_SUBFOLDER_POM: 'kogito-springboot-examples/',
7373
BUILD_MVN_OPTS_CURRENT: "${defaultBuildMvnOptsCurrent} ${isNative(jobFolder) ? '-Pkogito-apps-downstream-native' : '-Pkogito-apps-downstream'}"
7474
],
75-
], [
76-
id: 'serverless-workflow-examples',
77-
repository: 'incubator-kie-kogito-examples',
78-
dependsOn: 'kogito-apps',
79-
env : [
80-
KOGITO_EXAMPLES_SUBFOLDER_POM: 'serverless-workflow-examples/',
81-
BUILD_MVN_OPTS_CURRENT: "${defaultBuildMvnOptsCurrent} ${isNative(jobFolder) ? '-Pkogito-apps-downstream-native' : '-Pkogito-apps-downstream'}"
82-
],
8375
]
8476
]
8577
]

.github/workflows/pr-downstream.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 180
4040
strategy:
4141
matrix:
42-
job_name: [ kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
42+
job_name: [ kogito-quarkus-examples, kogito-springboot-examples ]
4343
os: [ubuntu-latest]
4444
java-version: [17]
4545
maven-version: ['3.9.11']
@@ -50,9 +50,6 @@ jobs:
5050
- job_name: kogito-springboot-examples
5151
repository: incubator-kie-kogito-examples
5252
env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-springboot-examples/
53-
- job_name: serverless-workflow-examples
54-
repository: incubator-kie-kogito-examples
55-
env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/
5653
fail-fast: false
5754
runs-on: ${{ matrix.os }}
5855
name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})

apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus-devservice/pom.xml

Lines changed: 0 additions & 120 deletions
This file was deleted.

apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus-devservice/src/main/resources/greet.sw.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

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

Lines changed: 0 additions & 129 deletions
This file was deleted.

apps-integration-tests/integration-tests-data-index-service/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<packaging>pom</packaging>
3535

3636
<modules>
37-
<module>integration-tests-data-index-service-quarkus-devservice</module>
3837
<module>integration-tests-data-index-service-common</module>
3938
<module>integration-tests-data-index-service-quarkus</module>
4039
<module>integration-tests-data-index-service-springboot</module>

0 commit comments

Comments
 (0)