From ca571b9d3955f40bacd559b6f6707f7abb3dc482 Mon Sep 17 00:00:00 2001 From: Lucas Bacciotti Date: Wed, 14 Jun 2023 14:50:12 +0100 Subject: [PATCH] [1.13.x][BXMSPROD-2057] Updating references to the new kie-ci actions folder (#3034) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [BXMSPROD-2057] Updating references to the new kie-ci actions folder * added missing definition file Co-authored-by: Andrea Lamparelli * added missing definition file Co-authored-by: Andrea Lamparelli * added missing definition file Co-authored-by: Andrea Lamparelli * Changing actions from 1.13.x to main. * Changing actions from 1.13.x to main. --------- Co-authored-by: Marek Novotný Co-authored-by: Andrea Lamparelli --- .github/workflows/kogito-examples-pr.yml | 11 ++++++----- .github/workflows/kogito-runtimes-pr.yml | 11 ++++++----- .github/workflows/optaplanner-pr.yml | 11 ++++++----- 3 files changed, 18 insertions(+), 15 deletions(-) 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'