Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLANNER-2727] Extract optaplanner from Kogito CI #4437

Merged
merged 1 commit into from
Jun 9, 2022
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
24 changes: 2 additions & 22 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,17 @@ Map getMultijobPRConfig(Folder jobFolder) {
id: 'kogito-runtimes',
dependsOn: 'drools',
repository: 'kogito-runtimes'
], [
id: 'optaplanner',
dependsOn: 'kogito-runtimes',
repository: 'optaplanner'
], [
id: 'kogito-apps',
repository: 'kogito-apps',
dependsOn: 'optaplanner',
dependsOn: 'kogito-runtimes',
env : [
ADDITIONAL_TIMEOUT: jobFolder.isNative() || jobFolder.isMandrel() ? '360' : '210',
]
], [
id: 'kogito-examples',
repository: 'kogito-examples',
dependsOn: 'optaplanner',
], [
id: 'optaweb-employee-rostering',
repository: 'optaweb-employee-rostering',
dependsOn: 'optaplanner',
], [
id: 'optaweb-vehicle-routing',
repository: 'optaweb-vehicle-routing',
dependsOn: 'optaplanner',
], [
id: 'optaplanner-quickstarts',
repository: 'optaplanner-quickstarts',
dependsOn: 'optaplanner',
env : [
BUILD_MVN_OPTS_CURRENT: '-Dfull',
OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM: '-Dfull'
]
dependsOn: 'kogito-apps',
]
]
]
Expand Down
21 changes: 0 additions & 21 deletions .ci/kogito-project-dependencies.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions .ci/kogito-pull-request-config.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**Thank you for submitting this pull request**

**NOTE!:** Double check the target branch for this PR.
The default is `main` so it will target Drools 8 / Kogito / Optaplanner 8.
The default is `main` so it will target Drools 8 / Kogito.
If this PR is not strictly related to drools and kogito project in `drools.git`, it should probably target `7.x`as a branch

**Ports** If a forward-port or a backport is needed, paste the forward port PR here
Expand Down Expand Up @@ -37,7 +37,7 @@ How to retest this PR or trigger a specific build:
Please add comment: <b>Jenkins retest this</b>

- for a <b>specific pull request check</b>
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|optaplanner|kogito-apps|kogito-examples|optaplanner-quickstarts|optaweb-employee-rostering|optaweb-vehicle-routing] tests</b>
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] tests</b>

- for a <b>full downstream build</b>
- for <b>jenkins</b> job: please add comment: <b>Jenkins run fdb</b>
Expand All @@ -55,29 +55,29 @@ How to retest this PR or trigger a specific build:

- for a <b>quarkus branch specific check</b>
Run checks against Quarkus current used branch
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|optaplanner|kogito-apps|kogito-examples|optaplanner-quickstarts|optaweb-employee-rostering|optaweb-vehicle-routing] quarkus-branch</b>
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch</b>

- for <b>quarkus main checks</b>
Run checks against Quarkus main branch
Please add comment: <b>Jenkins run quarkus-main</b>

- for a <b>specific quarkus main check</b>
Run checks against Quarkus main branch
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|optaplanner|kogito-apps|kogito-examples|optaplanner-quickstarts|optaweb-employee-rostering|optaweb-vehicle-routing] quarkus-branch</b>
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch</b>

- for <b>native checks</b>
Run native checks
Please add comment: <b>Jenkins run native</b>

- for a <b>specific native check</b>
Run native checks
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|optaplanner|kogito-apps|kogito-examples|optaplanner-quickstarts|optaweb-employee-rostering|optaweb-vehicle-routing] native</b>
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] native</b>

- for <b>mandrel checks</b>
Run native checks against Mandrel image
Please add comment: <b>Jenkins run mandrel</b>

- for a <b>specific mandrel check</b>
Run native checks against Mandrel image
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|optaplanner|kogito-apps|kogito-examples|optaplanner-quickstarts|optaweb-employee-rostering|optaweb-vehicle-routing] mandrel</b>
Please add comment: <b>Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] mandrel</b>
</details>
53 changes: 0 additions & 53 deletions .github/workflows/optaplanner-pr.yml

This file was deleted.