From 209e0c27f46c6429b6d9c12f4362bb8f940bc7d4 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Mon, 8 Jul 2024 11:26:40 -0400 Subject: [PATCH] packaging/ updates Run-GHA: true Skip-PR-comments: true Test-tag: always_passes,vm Required-githooks: true Signed-off-by: Brian J. Murrell --- .github/workflows/rpm-build-and-test.yml | 5 ++--- utils/rpms/packaging/Makefile_packaging.mk | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rpm-build-and-test.yml b/.github/workflows/rpm-build-and-test.yml index 8d0d805ad64..d6ab3844999 100644 --- a/.github/workflows/rpm-build-and-test.yml +++ b/.github/workflows/rpm-build-and-test.yml @@ -82,9 +82,8 @@ jobs: LEAP15_VERSION: ${{ needs.Variables.outputs.LEAP15_VERSION }} PACKAGING_DIR: ${{ needs.Variables.outputs.PACKAGING_DIR}} - Call-RPM-Test: - # TODO: investigate how cancelling this can cancel the downstream job - name: Test RPMs with DAOS + Calc-functional-matrix: + name: Calculate Functional Testing Matrix runs-on: [self-hosted, wolf] needs: Call-RPM-Build if: | diff --git a/utils/rpms/packaging/Makefile_packaging.mk b/utils/rpms/packaging/Makefile_packaging.mk index 65ccdba11bb..75038c1178f 100644 --- a/utils/rpms/packaging/Makefile_packaging.mk +++ b/utils/rpms/packaging/Makefile_packaging.mk @@ -428,6 +428,8 @@ packaging_check: --exclude libfabric.spec \ --exclude Makefile \ --exclude README.md \ + --exclude SECURITY.md \ + --exclude LICENSE \ --exclude _topdir \ --exclude \*.tar.\* \ --exclude \*.code-workspace \