This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
48 lines (46 loc) · 1.97 KB
/
pr-drools-ansible.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# name: Drools Ansible RuleBook Integration Check
# on:
# pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
# paths-ignore:
# - 'LICENSE'
# - '**/.gitignore'
# - '**.md'
# - '**.adoc'
# - '*.txt'
# - 'docsimg/**'
# - '.ci/jenkins/**'
# jobs:
# drools-ansible:
# concurrency:
# group: pr-drools_ansible_${{ matrix.os }}_${{ matrix.java-version }}_${{ matrix.maven-version }}_${{ github.head_ref }}
# cancel-in-progress: true
# timeout-minutes: 120
# strategy:
# matrix:
# os: [ubuntu-latest]
# java-version: [11]
# maven-version: ['3.8.7']
# fail-fast: false
# runs-on: ${{ matrix.os }}
# name: Ansible Integration / ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}
# steps:
# - name: Clean Disk Space
# uses: kiegroup/kogito-pipelines/.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
# - name: Java and Maven Setup
# uses: kiegroup/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/kogito-pipelines/.ci/actions/build-chain@main
# with:
# definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/drools-ansible-rulebook-integration/${BRANCH:main}/.ci/pull-request-config.yaml
# annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
# github-token: "${{ secrets.GITHUB_TOKEN }}"
# starting-project: kiegroup/drools-ansible-rulebook-integration