This is an automated email from the ASF dual-hosted git repository.

radtriste pushed a commit to branch kiegroup_to_apache
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git

commit b5052004854b1f6151b1295ca6abca9385732bd1
Author: radtriste <[email protected]>
AuthorDate: Mon Sep 11 13:59:52 2023 +0200

    update references
---
 .ci/buildchain-config.yaml                       | 4 ++--
 .ci/buildchain-project-dependencies.yaml         | 6 +++---
 .ci/environments/common/update_quarkus.sh        | 2 +-
 .ci/jenkins/Jenkinsfile                          | 2 +-
 .ci/jenkins/dsl/jobs.groovy                      | 6 +++---
 .ci/jenkins/dsl/test.sh                          | 8 ++++----
 .github/pull_request_template.md                 | 6 +++---
 .github/workflows/full-downstream.yml            | 2 +-
 .github/workflows/generate_status_page.yaml      | 4 ++--
 .github/workflows/generate_status_page_data.yaml | 6 +++---
 .github/workflows/jenkins-tests-PR.yml           | 4 ++--
 .github/workflows/pull_request.yml               | 4 ++--
 12 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/.ci/buildchain-config.yaml b/.ci/buildchain-config.yaml
index 65f1c86b47..9540bf5687 100644
--- a/.ci/buildchain-config.yaml
+++ b/.ci/buildchain-config.yaml
@@ -25,7 +25,7 @@ default:
         docker system prune -f
 
 build:
-  - project: apache/optaplanner
+  - project: apache/incubator-kie-optaplanner
     build-command:
       before:
         upstream: |
@@ -35,7 +35,7 @@ build:
       upstream: |
         mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM }}
 
-  - project: apache/optaplanner-quickstarts
+  - project: apache/incubator-kie-optaplanner-quickstarts
     build-command:
       current: |
         mvn clean install ${{ env.BUILD_MVN_OPTS }} ${{ 
env.BUILD_MVN_OPTS_CURRENT }} ${{ env.OPTAPLANNER_QUICKSTARTS_BUILD_MVN_OPTS }}
diff --git a/.ci/buildchain-project-dependencies.yaml 
b/.ci/buildchain-project-dependencies.yaml
index a54bec35e8..7d5a5b45a6 100644
--- a/.ci/buildchain-project-dependencies.yaml
+++ b/.ci/buildchain-project-dependencies.yaml
@@ -1,9 +1,9 @@
 version: "2.1"
 dependencies:
-  - project: apache/optaplanner
-  - project: apache/optaplanner-quickstarts
+  - project: apache/incubator-kie-optaplanner
+  - project: apache/incubator-kie-optaplanner-quickstarts
     dependencies:
-      - project: apache/optaplanner
+      - project: apache/incubator-kie-optaplanner
     mapping:
       dependencies:
         default:
diff --git a/.ci/environments/common/update_quarkus.sh 
b/.ci/environments/common/update_quarkus.sh
index 596840d7f8..c71b7f9acc 100755
--- a/.ci/environments/common/update_quarkus.sh
+++ b/.ci/environments/common/update_quarkus.sh
@@ -3,7 +3,7 @@ set -euo pipefail
 
 mvn_cmd="mvn ${BUILD_MVN_OPTS:-} ${BUILD_MVN_OPTS_QUARKUS_UPDATE:-}"
 
-source <(curl -s 
https://raw.githubusercontent.com/apache/kogito-pipelines/main/dsl/seed/scripts/install_quarkus.sh)
+source <(curl -s 
https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/main/dsl/seed/scripts/install_quarkus.sh)
 
 echo "Update project with Quarkus version ${QUARKUS_VERSION}"
 
diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index 89dac43953..009fc44424 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
         timeout(time: 360, unit: 'MINUTES')
     }
     environment {
-        BUILDCHAIN_PROJECT = 'apache/optaplanner'
+        BUILDCHAIN_PROJECT = 'apache/incubator-kie-optaplanner'
         BUILDCHAIN_CONFIG_REPO = 'optaplanner'
         BUILDCHAIN_CONFIG_FILE_PATH = '.ci/buildchain-config.yaml'
 
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index b066d8a596..b7dcde675a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -2,10 +2,10 @@
 * This file is describing all the Jenkins jobs in the DSL format (see 
https://plugins.jenkins.io/job-dsl/)
 * needed by the Kogito pipelines.
 *
-* The main part of Jenkins job generation is defined into the 
https://github.com/apache/kogito-pipelines repository.
+* The main part of Jenkins job generation is defined into the 
https://github.com/apache/incubator-kie-kogito-pipelines repository.
 *
 * This file is making use of shared libraries defined in
-* 
https://github.com/apache/kogito-pipelines/tree/main/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl.
+* 
https://github.com/apache/incubator-kie-kogito-pipelines/tree/main/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl.
 */
 
 import org.kie.jenkins.jobdsl.model.JenkinsFolder
@@ -179,7 +179,7 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
                 ]
             ], [
                 id: 'optaplanner-quickstarts',
-                repository: 'optaplanner-quickstarts',
+                repository: 'incubator-kie-optaplanner-quickstarts',
                 env : [
                     BUILD_MVN_OPTS_CURRENT: '-Dfull',
                     OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM: '-Dfull',
diff --git a/.ci/jenkins/dsl/test.sh b/.ci/jenkins/dsl/test.sh
index 05cc5e1606..5449b26385 100755
--- a/.ci/jenkins/dsl/test.sh
+++ b/.ci/jenkins/dsl/test.sh
@@ -22,13 +22,13 @@ fi
 
 git_author="$(echo ${git_url} | awk -F"${git_server_url}" '{print $2}' | awk 
-F. '{print $1}'  | awk -F/ '{print $1}')"
 
-export DSL_DEFAULT_MAIN_CONFIG_FILE_REPO="${git_author}"/optaplanner
-export DSL_DEFAULT_FALLBACK_MAIN_CONFIG_FILE_REPO=apache/optaplanner
+export 
DSL_DEFAULT_MAIN_CONFIG_FILE_REPO="${git_author}"/incubator-kie-optaplanner
+export 
DSL_DEFAULT_FALLBACK_MAIN_CONFIG_FILE_REPO=apache/incubator-kie-optaplanner
 export DSL_DEFAULT_MAIN_CONFIG_FILE_PATH=.ci/jenkins/config/main.yaml
-export DSL_DEFAULT_BRANCH_CONFIG_FILE_REPO="${git_author}"/optaplanner
+export 
DSL_DEFAULT_BRANCH_CONFIG_FILE_REPO="${git_author}"/incubator-kie-optaplanner
 
 file=$(mktemp)
 # For more usage of the script, use ./test.sh -h
-curl -o ${file} 
https://raw.githubusercontent.com/apache/kogito-pipelines/main/dsl/seed/scripts/seed_test.sh
+curl -o ${file} 
https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/main/dsl/seed/scripts/seed_test.sh
 chmod u+x ${file}
 ${file} $@
\ No newline at end of file
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 56a2b8908f..6be679386e 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -16,8 +16,8 @@ a section if that type of information is not available.
 changes that span multiple apache repositories and depend on each other. -->
 <!-- Example:
 - https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/1234
-- https://github.com/apache/drools/pull/3000
-- https://github.com/apache/optaplanner/pull/899
+- https://github.com/apache/incubator-kie-drools/pull/3000
+- https://github.com/apache/incubator-kie-optaplanner/pull/899
 - etc.
 -->
 
@@ -106,7 +106,7 @@ How to retest this PR or trigger a specific build:
 
 ### CI Status
 
- You can check OptaPlanner repositories CI status from [Chain Status 
webpage](https://kiegroup.github.io/optaplanner/).
+ You can check OptaPlanner repositories CI status from [Chain Status 
webpage](https://apache.github.io/incubator-kie-optaplanner/).
 
 <details>
 <summary>
diff --git a/.github/workflows/full-downstream.yml 
b/.github/workflows/full-downstream.yml
index f6189555d4..1b677fcc47 100644
--- a/.github/workflows/full-downstream.yml
+++ b/.github/workflows/full-downstream.yml
@@ -43,7 +43,7 @@ jobs:
       - name: Build Chain
         uses: kiegroup/kie-ci/.ci/actions/build-chain@main
         with:
-          definition-file: 
https://raw.githubusercontent.com/${GROUP:apache}/optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml
+          definition-file: 
https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml
           annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ 
matrix.maven-version }}
           github-token: "${{ secrets.GITHUB_TOKEN }}"
           flow-type: full-downstream
diff --git a/.github/workflows/generate_status_page.yaml 
b/.github/workflows/generate_status_page.yaml
index be314052f3..4774a93861 100644
--- a/.github/workflows/generate_status_page.yaml
+++ b/.github/workflows/generate_status_page.yaml
@@ -4,7 +4,7 @@ on: workflow_dispatch
 
 jobs:
   generate-status-page:
-    if: github.repository == 'apache/optaplanner'
+    if: github.repository == 'apache/incubator-kie-optaplanner'
     concurrency:
       group: generate-status-page
       cancel-in-progress: true
@@ -18,6 +18,6 @@ jobs:
       - name: Generate status page
         uses: kiegroup/chain-status/.ci/actions/generate-app@main
         with:
-          info-md-url: 
"https://raw.githubusercontent.com/apache/optaplanner/main/.ci/chain-status-info.md";
+          info-md-url: 
"https://raw.githubusercontent.com/apache/incubator-kie-optaplanner/main/.ci/chain-status-info.md";
           github-token: "${{ secrets.GITHUB_TOKEN }}"
 
diff --git a/.github/workflows/generate_status_page_data.yaml 
b/.github/workflows/generate_status_page_data.yaml
index bfd1a97431..8af962d554 100644
--- a/.github/workflows/generate_status_page_data.yaml
+++ b/.github/workflows/generate_status_page_data.yaml
@@ -6,7 +6,7 @@ on:
     - cron: '0 * * * *'
 jobs:
   generate-status-page-data:
-    if: github.repository == 'apache/optaplanner'
+    if: github.repository == 'apache/incubator-kie-optaplanner'
     concurrency:
       group: generate-status-page-data
       cancel-in-progress: true
@@ -20,11 +20,11 @@ jobs:
       - name: Generate status page data
         uses: kiegroup/chain-status/.ci/actions/generate-data@main
         with:
-          definition-file: 
https://raw.githubusercontent.com/apache/optaplanner/main/.ci/builchain-config.yaml
+          definition-file: 
https://raw.githubusercontent.com/apache/incubator-kie-optaplanner/main/.ci/builchain-config.yaml
           title: Pull Request Status
           subtitle: OptaPlanner organization repositories CI Status
           base-branch-filter: main,8\.*
-          project-filter: apache/opta.*$
+          project-filter: apache/incubator-kie-opta.*$
           created-by: GitHub Action
           created-url: https://github.com/${{ github.repository 
}}/actions/runs/${{ github.run_id }}
           github-token: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.github/workflows/jenkins-tests-PR.yml 
b/.github/workflows/jenkins-tests-PR.yml
index 644bfeff00..c83cc488e9 100644
--- a/.github/workflows/jenkins-tests-PR.yml
+++ b/.github/workflows/jenkins-tests-PR.yml
@@ -20,6 +20,6 @@ jobs:
       uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
       with:
         project: optaplanner
-        main-config-file-repo: apache/optaplanner
+        main-config-file-repo: apache/incubator-kie-optaplanner
         main-config-file-path: .ci/jenkins/config/main.yaml
-        branch-config-file-repo: apache/optaplanner
+        branch-config-file-repo: apache/incubator-kie-optaplanner
diff --git a/.github/workflows/pull_request.yml 
b/.github/workflows/pull_request.yml
index 20e193046f..04e6d7ba82 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -59,9 +59,9 @@ jobs:
           # maven-assembly-plugin occasionally fails on heap space when 
building the ZIP in optaplanner-docs
           MAVEN_OPTS: "-Xmx2048m"
         with:
-          definition-file: 
https://raw.githubusercontent.com/${GROUP:apache}/optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml
+          definition-file: 
https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml
           annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ 
matrix.maven-version }}
-          starting-project: apache/optaplanner
+          starting-project: apache/incubator-kie-optaplanner
           flow-type: ${{ env.FLOW_TYPE }}
           github-token: "${{ secrets.GITHUB_TOKEN }}"
       - name: Surefire Report


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to