From 937116cbcd0f12440757fa790c97fa1da220bb6a Mon Sep 17 00:00:00 2001 From: Vladimir Ischenko Date: Sat, 21 Dec 2024 12:33:03 +0300 Subject: [PATCH] Test trigger OCI --- .github/workflows/build_packages.yml | 7 ++++--- .github/workflows/ci-oci-install.yml | 4 ---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_packages.yml b/.github/workflows/build_packages.yml index dc6206a0d92..7f0ca59ea07 100644 --- a/.github/workflows/build_packages.yml +++ b/.github/workflows/build_packages.yml @@ -6,6 +6,7 @@ on: - 'release/**' - 'hotfix/**' - 'develop' + - 'feature/action-trigger-OCI' paths: - 'install/common/**' - 'install/deb/**' @@ -43,9 +44,9 @@ env: PRODUCT_LOW: "docspace" BUILD_NUMBER: ${{ github.run_number }} PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}" - BRANCH_BUILDTOOLS: ${{ github.event.inputs.branch-buildtools != '' && github.event.inputs.branch-buildtools || github.ref_name || 'develop' }} - BRANCH_CLIENT: ${{ github.event.inputs.branch-client != '' && github.event.inputs.branch-client || github.ref_name || 'develop' }} - BRANCH_SERVER: ${{ github.event.inputs.branch-server != '' && github.event.inputs.branch-server || github.ref_name || 'develop' }} + BRANCH_BUILDTOOLS: ${{ github.event.inputs.branch-buildtools != '' && github.event.inputs.branch-buildtools || 'develop' }} + BRANCH_CLIENT: ${{ github.event.inputs.branch-client != '' && github.event.inputs.branch-client || 'develop' }} + BRANCH_SERVER: ${{ github.event.inputs.branch-server != '' && github.event.inputs.branch-server || 'develop' }} jobs: prepare: diff --git a/.github/workflows/ci-oci-install.yml b/.github/workflows/ci-oci-install.yml index 3b8421c760e..7f003e3aa25 100644 --- a/.github/workflows/ci-oci-install.yml +++ b/.github/workflows/ci-oci-install.yml @@ -73,11 +73,7 @@ jobs: run: | matrix=$(echo '{ "include": [ - {"execute": '${{ github.event.inputs.centos9s || true }}', "name": "CentOS9S", "os": "centos9s", "distr": "generic"}, {"execute": '${{ github.event.inputs.debian12 || true }}', "name": "Debian12", "os": "debian12", "distr": "generic"}, - {"execute": '${{ github.event.inputs.ubuntu2204 || true }}', "name": "Ubuntu22.04", "os": "ubuntu2204", "distr": "generic"}, - {"execute": '${{ github.event.inputs.ubuntu2404 || true }}', "name": "Ubuntu24.04", "os": "ubuntu-24.04", "distr": "bento"}, - {"execute": '${{ github.event.inputs.fedora40 || true }}', "name": "Fedora40", "os": "fedora-40", "distr": "bento"}, {"execute": '${{ github.event.inputs.fedora41 || true }}', "name": "Fedora41", "os": "41-cloud-base", "distr": "fedora"} ] }')