This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch development
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/development by this push:
new d963c6cd kie-issues#674: update GHA references
d963c6cd is described below
commit d963c6cd7d1ab11811270b03148c58bfb489b84c
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 6 09:59:17 2023 +0100
kie-issues#674: update GHA references
---
.github/workflows/full-downstream.yml | 10 ++--
.github/workflows/jenkins-tests-PR.yml | 2 +-
.github/workflows/nightly.yml | 2 +-
.github/workflows/pr-backporting.yml | 4 +-
.github/workflows/pull_request.yml | 8 +--
.github/workflows/quarkus-snapshot.yml | 2 +-
.../workflows/rhbop_productized_pull_request.yml | 57 ----------------------
7 files changed, 12 insertions(+), 73 deletions(-)
diff --git a/.github/workflows/full-downstream.yml
b/.github/workflows/full-downstream.yml
index dffec7ce..dbef22f8 100644
--- a/.github/workflows/full-downstream.yml
+++ b/.github/workflows/full-downstream.yml
@@ -52,16 +52,12 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.java-version }}-m2
- name: Build Chain ${{ matrix.java-version }}
id: build-chain
- uses: kiegroup/[email protected]
+ uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
with:
definition-file:
https://raw.githubusercontent.com/${GROUP}/optaplanner/main/.ci/buildchain-config.yaml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM: "-Dfull"
- - name: Check Surefire Report
+ - name: Surefire Report
+ uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
if: ${{ always() }}
- uses: ScaCap/[email protected]
- with:
- fail_on_test_failures: true
- fail_if_no_tests: false
- skip_publishing: true
diff --git a/.github/workflows/jenkins-tests-PR.yml
b/.github/workflows/jenkins-tests-PR.yml
index bfb08b1b..ef27b4cf 100644
--- a/.github/workflows/jenkins-tests-PR.yml
+++ b/.github/workflows/jenkins-tests-PR.yml
@@ -22,7 +22,7 @@ jobs:
fi
echo "BASE_BRANCH=${branch}" >> $GITHUB_ENV
- name: DSL tests
- uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
+ uses: apache/incubator-kie-kogito-pipelines/.ci/actions/dsl-tests@main
with:
project: optaplanner
main-config-file-repo: kiegroup/optaplanner
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index b79e74eb..5eb73e5d 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -24,7 +24,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
uses: kiegroup/kie-ci/.ci/actions/long-paths@main
- name: Java and Maven Setup
- uses: kiegroup/kie-ci/.ci/actions/maven@main
+ uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
with:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
diff --git a/.github/workflows/pr-backporting.yml
b/.github/workflows/pr-backporting.yml
index 62b31d56..5a763c70 100644
--- a/.github/workflows/pr-backporting.yml
+++ b/.github/workflows/pr-backporting.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Set target branches
id: set-targets
- uses: kiegroup/kie-ci/.ci/actions/parse-labels@main
+ uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/parse-labels@main
with:
labels: ${LABELS}
@@ -34,7 +34,7 @@ jobs:
REVIEWERS: ${{ toJSON(github.event.pull_request.requested_reviewers) }}
steps:
- name: Backporting
- uses: kiegroup/kie-ci/.ci/actions/backporting@main
+ uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/backporting@main
with:
target-branch: ${{ matrix.target-branch }}
additional-reviewers: ${REVIEWERS}
diff --git a/.github/workflows/pull_request.yml
b/.github/workflows/pull_request.yml
index 8b0a17fd..326908f6 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -30,7 +30,7 @@ jobs:
steps:
- name: Support long paths
if: ${{ matrix.os == 'windows-latest' }}
- uses: kiegroup/kie-ci/.ci/actions/long-paths@main
+ uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
- name: Sets the migration env variable on Windows
if: runner.os == 'Windows'
run: echo "MIGRATE_TO_9=${{ github.base_ref == 'development' }}" >>
$env:GITHUB_ENV
@@ -38,17 +38,17 @@ jobs:
if: runner.os != 'Windows'
run: echo "MIGRATE_TO_9=${{ github.base_ref == 'development' }}" >>
$GITHUB_ENV
- name: Java and Maven Setup
- uses: kiegroup/kie-ci/.ci/actions/maven@main
+ uses: apache/incubator-kie-kogito-pipelines/.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/kie-ci/.ci/actions/build-chain@main
+ uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
with:
definition-file:
https://raw.githubusercontent.com/${GROUP:kiegroup}/optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{
matrix.maven-version }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Surefire Report
- uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
+ uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
if: ${{ always() }}
diff --git a/.github/workflows/quarkus-snapshot.yml
b/.github/workflows/quarkus-snapshot.yml
index 57987911..2d933e1c 100644
--- a/.github/workflows/quarkus-snapshot.yml
+++ b/.github/workflows/quarkus-snapshot.yml
@@ -32,7 +32,7 @@ jobs:
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update &&
sudo apt install yq -y
- name: Java and Maven Setup
- uses: kiegroup/kie-ci/.ci/actions/maven@main
+ uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
with:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
diff --git a/.github/workflows/rhbop_productized_pull_request.yml
b/.github/workflows/rhbop_productized_pull_request.yml
deleted file mode 100644
index ca0a9ea6..00000000
--- a/.github/workflows/rhbop_productized_pull_request.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-# Tests RHBOP productized profile builds on PRs
-name: Productized Build Chain
-
-on:
- pull_request:
- types: [opened, synchronize, reopened, labeled]
- branches:
- - main
- - 8.*
- paths-ignore:
- - 'LICENSE*'
- - '.gitignore'
- - '.gitattributes'
- - '**.md'
- - '**.adoc'
- - '*.txt'
- - '.ci/jenkins/**'
-
-defaults:
- run:
- shell: bash
-
-jobs:
- productized-build-chain:
- concurrency:
- group: rhbop_pull_request-${{ github.event_name }}-${{ github.head_ref
}}-${{ matrix.os }}-${{ matrix.java-version }}
- cancel-in-progress: true
- timeout-minutes: 120
- strategy:
- matrix:
- os: [ubuntu-latest]
- java-version: [17]
- maven-version: ['3.8.7']
- fail-fast: false
- runs-on: ${{ matrix.os }}
- name: ${{ matrix.os }} - Java ${{ matrix.java-version }} - Maven
- steps:
- - name: Clean Disk Space
- uses: kiegroup/kie-ci/.ci/actions/ubuntu-disk-space@main
- - name: Java and Maven Setup
- 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: Productized Build Chain
- uses: kiegroup/kie-ci/.ci/actions/build-chain@main
- with:
- definition-file:
https://raw.githubusercontent.com/${GROUP:kiegroup}/optaplanner/${BRANCH:main}/.ci/pull-request-config-rhbop.yaml
- annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{
matrix.maven-version }}
- github-token: "${{ secrets.GITHUB_TOKEN }}"
- - name: Surefire Report
- uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
- if: ${{ always() }}
- with:
- report_paths: '**/*-reports/TEST-*.xml'
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]