diff --git a/.github/workflows/kogito-examples-pr.yml b/.github/workflows/kogito-examples-pr.yml index 3ad2f4946f8..894bdf0f7de 100644 --- a/.github/workflows/kogito-examples-pr.yml +++ b/.github/workflows/kogito-examples-pr.yml @@ -28,27 +28,28 @@ jobs: name: Maven Build steps: - name: Clean Disk Space - uses: kiegroup/kogito-pipelines/.ci/actions/ubuntu-disk-space@1.13.x + uses: kiegroup/kie-ci/.ci/actions/ubuntu-disk-space@main if: ${{ matrix.os == 'ubuntu-latest' }} - name: Support long paths if: ${{ matrix.os == 'windows-latest' }} - uses: kiegroup/kogito-pipelines/.ci/actions/long-paths@1.13.x + uses: kiegroup/kie-ci/.ci/actions/long-paths@main - name: Java and Maven Setup - uses: kiegroup/kogito-pipelines/.ci/actions/maven@1.13.x + uses: kiegroup/kie-ci/.ci/actions/maven@main with: java-version: ${{ matrix.java-version }} maven-version: ${{ matrix.maven-version }} cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }} - name: Build Chain - uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@1.13.x + uses: kiegroup/kie-ci/.ci/actions/build-chain@main env: BUILD_MVN_OPTS: '-Dproductized' with: + definition-file: 'https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml' annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} starting-project: kiegroup/kogito-examples github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Surefire Report - uses: kiegroup/kogito-pipelines/.ci/actions/surefire-report@1.13.x + uses: kiegroup/kie-ci/.ci/actions/surefire-report@main if: ${{ always() }} with: report_paths: '**/*-reports/TEST-*.xml' diff --git a/.github/workflows/kogito-runtimes-pr.yml b/.github/workflows/kogito-runtimes-pr.yml index eda76e2567b..c3dd186ed74 100644 --- a/.github/workflows/kogito-runtimes-pr.yml +++ b/.github/workflows/kogito-runtimes-pr.yml @@ -28,26 +28,27 @@ jobs: name: Maven Build steps: - name: Clean Disk Space - uses: kiegroup/kogito-pipelines/.ci/actions/ubuntu-disk-space@1.13.x + uses: kiegroup/kie-ci/.ci/actions/ubuntu-disk-space@main if: ${{ matrix.os == 'ubuntu-latest' }} - name: Support long paths if: ${{ matrix.os == 'windows-latest' }} - uses: kiegroup/kogito-pipelines/.ci/actions/long-paths@1.13.x + uses: kiegroup/kie-ci/.ci/actions/long-paths@main - name: Java and Maven Setup - uses: kiegroup/kogito-pipelines/.ci/actions/maven@1.13.x + uses: kiegroup/kie-ci/.ci/actions/maven@main with: java-version: ${{ matrix.java-version }} maven-version: ${{ matrix.maven-version }} cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }} - name: Build Chain - uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@1.13.x + uses: kiegroup/kie-ci/.ci/actions/build-chain@main env: BUILD_MVN_OPTS: '-Dproductized' with: + definition-file: 'https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml' annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Surefire Report - uses: kiegroup/kogito-pipelines/.ci/actions/surefire-report@1.13.x + uses: kiegroup/kie-ci/.ci/actions/surefire-report@main if: ${{ always() }} with: report_paths: '**/*-reports/TEST-*.xml' diff --git a/.github/workflows/optaplanner-pr.yml b/.github/workflows/optaplanner-pr.yml index b1bfc8046a9..792c544e477 100644 --- a/.github/workflows/optaplanner-pr.yml +++ b/.github/workflows/optaplanner-pr.yml @@ -28,27 +28,28 @@ jobs: name: Maven Build steps: - name: Clean Disk Space - uses: kiegroup/kogito-pipelines/.ci/actions/ubuntu-disk-space@main + uses: kiegroup/kie-ci/.ci/actions/ubuntu-disk-space@main if: ${{ matrix.os == 'ubuntu-latest' }} - name: Support long paths if: ${{ matrix.os == 'windows-latest' }} - uses: kiegroup/kogito-pipelines/.ci/actions/long-paths@main + uses: kiegroup/kie-ci/.ci/actions/long-paths@main - name: Java and Maven Setup - uses: kiegroup/kogito-pipelines/.ci/actions/maven@main + uses: kiegroup/kie-ci/.ci/actions/maven@main with: java-version: ${{ matrix.java-version }} maven-version: ${{ matrix.maven-version }} cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }} - name: Build Chain - uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main + uses: kiegroup/kie-ci/.ci/actions/build-chain@main env: BUILD_MVN_OPTS: '-Dproductized' with: + definition-file: 'https://raw.githubusercontent.com/${GROUP:kiegroup}/kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml' annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} starting-project: kiegroup/optaplanner github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Surefire Report - uses: kiegroup/kogito-pipelines/.ci/actions/surefire-report@main + uses: kiegroup/kie-ci/.ci/actions/surefire-report@main if: ${{ always() }} with: report_paths: '**/*-reports/TEST-*.xml'