Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
KOGITO_EXAMPLES_SUBFOLDER_POM: 'kogito-springboot-examples/',
BUILD_MVN_OPTS_CURRENT: "${defaultBuildMvnOptsCurrent} ${isNative(jobFolder) ? '-Pkogito-apps-downstream-native' : '-Pkogito-apps-downstream'}"
],
], [
id: 'serverless-workflow-examples',
repository: 'incubator-kie-kogito-examples',
dependsOn: 'kogito-apps',
env : [
KOGITO_EXAMPLES_SUBFOLDER_POM: 'serverless-workflow-examples/',
BUILD_MVN_OPTS_CURRENT: "${defaultBuildMvnOptsCurrent} ${isNative(jobFolder) ? '-Pkogito-apps-downstream-native' : '-Pkogito-apps-downstream'}"
],
]
]
]
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
timeout-minutes: 180
strategy:
matrix:
job_name: [ kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
job_name: [ kogito-quarkus-examples, kogito-springboot-examples ]
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.9.11']
Expand All @@ -50,9 +50,6 @@ jobs:
- job_name: kogito-springboot-examples
repository: incubator-kie-kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: kogito-springboot-examples/
- job_name: serverless-workflow-examples
repository: incubator-kie-kogito-examples
env_KOGITO_EXAMPLES_SUBFOLDER_POM: serverless-workflow-examples/
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ package-lock.json
.factorypath

# Apache RAT check excludes file
!.rat-excludes
!.rat-excludes

# Jobs Service ITs
apps-integration-tests/integration-tests-jobs-service/**/src/main/resources/shared/

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<packaging>pom</packaging>

<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>
Expand Down
Loading
Loading