This is an automated email from the ASF dual-hosted git repository.

tkobayas pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 4ba851e4ba NO ISSUE: remove drools-ansible GHA (#6115) (#6143)
4ba851e4ba is described below

commit 4ba851e4bab1a8357dc7137dc57dda3c63eb5ec7
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Tue Nov 5 16:38:06 2024 +0900

    NO ISSUE: remove drools-ansible GHA (#6115) (#6143)
---
 .github/workflows/pr-drools-ansible.yml | 68 ---------------------------------
 1 file changed, 68 deletions(-)

diff --git a/.github/workflows/pr-drools-ansible.yml 
b/.github/workflows/pr-drools-ansible.yml
deleted file mode 100644
index 82181f6753..0000000000
--- a/.github/workflows/pr-drools-ansible.yml
+++ /dev/null
@@ -1,68 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-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: [17]
-        maven-version: ['3.9.6']
-      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: 
apache/incubator-kie-kogito-pipelines/.ci/actions/ubuntu-disk-space@main
-        if: ${{ matrix.os == 'ubuntu-latest' }}
-      - name: Support long paths
-        if: ${{ matrix.os == 'windows-latest' }}
-        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
-      - name: Java and Maven Setup
-        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 }}
-          allow-snapshots: true
-      - name: Build Chain
-        uses: 
apache/incubator-kie-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
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to