File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : DSL tests
20
- uses : kiegroup/ kie-ci /.ci/actions/dsl-tests@main
20
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/dsl-tests@main
21
21
with :
22
22
project : optaplanner
23
23
main-config-file-repo : apache/incubator-kie-optaplanner
Original file line number Diff line number Diff line change 36
36
fetch-depth : 0
37
37
38
38
- name : Java and Maven Setup
39
- uses : kiegroup/ kie-ci /.ci/actions/maven@main
39
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/maven@main
40
40
with :
41
41
java-version : ${{ matrix.java-version }}
42
42
maven-version : ${{ matrix.maven-version }}
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Set target branches
19
19
id : set-targets
20
- uses : kiegroup/ kie-ci /.ci/actions/parse-labels@main
20
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/parse-labels@main
21
21
with :
22
22
labels : ${LABELS}
23
23
34
34
REVIEWERS : ${{ toJSON(github.event.pull_request.requested_reviewers) }}
35
35
steps :
36
36
- name : Backporting
37
- uses : kiegroup/ kie-ci /.ci/actions/backporting@main
37
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/backporting@main
38
38
with :
39
39
target-branch : ${{ matrix.target-branch }}
40
40
additional-reviewers : ${REVIEWERS}
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
36
36
timeout-minutes : 120
37
37
steps :
38
38
- name : Clean Disk Space
39
- uses : kiegroup/ kie-ci /.ci/actions/ubuntu-disk-space@main
39
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/ubuntu-disk-space@main
40
40
if : ${{ matrix.os == 'ubuntu-latest' }}
41
41
- name : Support long paths
42
42
if : ${{ matrix.os == 'windows-latest' }}
43
- uses : kiegroup/ kie-ci /.ci/actions/long-paths@main
43
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/long-paths@main
44
44
- name : Java and Maven Setup
45
- uses : kiegroup/ kie-ci /.ci/actions/maven@main
45
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/maven@main
46
46
with :
47
47
java-version : ${{ matrix.java-version }}
48
48
maven-version : ${{ matrix.maven-version }}
54
54
if : github.event_name == 'push'
55
55
run : echo "FLOW_TYPE=branch" >> $GITHUB_ENV
56
56
- name : Build Chain
57
- uses : kiegroup/ kie-ci /.ci/actions/build-chain@main
57
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/build-chain@main
58
58
env :
59
59
# maven-assembly-plugin occasionally fails on heap space when building the ZIP in optaplanner-docs
60
60
MAVEN_OPTS : " -Xmx2048m"
65
65
flow-type : ${{ env.FLOW_TYPE }}
66
66
github-token : " ${{ secrets.GITHUB_TOKEN }}"
67
67
- name : Surefire Report
68
- uses : kiegroup/ kie-ci /.ci/actions/surefire-report@main
68
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/surefire-report@main
69
69
if : ${{ always() }}
70
70
with :
71
71
report_paths : ' **/*-reports/TEST-*.xml'
Original file line number Diff line number Diff line change 32
32
run : sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y
33
33
34
34
- name : Java and Maven Setup
35
- uses : kiegroup/ kie-ci /.ci/actions/maven@main
35
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/maven@main
36
36
with :
37
37
java-version : ${{ matrix.java-version }}
38
38
maven-version : ${{ matrix.maven-version }}
Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : Java and Maven Setup
37
- uses : kiegroup/ kie-ci /.ci/actions/maven@main
37
+ uses : apache/incubator- kie-kogito-pipelines /.ci/actions/maven@main
38
38
with :
39
39
java-version : ${{ matrix.java-version }}
40
40
maven-version : ${{ matrix.maven-version }}
You can’t perform that action at this time.
0 commit comments