From f5131f3cc1db8ce2e784c76b115492fce4555852 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Wed, 12 Mar 2025 10:11:31 -0700 Subject: [PATCH] Added KWS check [ROCm/hipother commit: a9b7bc22a865f81b1dc348853d8e6e3c66335898] --- .../hipother/.github/workflows/kws-caller.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 projects/hipother/.github/workflows/kws-caller.yml diff --git a/projects/hipother/.github/workflows/kws-caller.yml b/projects/hipother/.github/workflows/kws-caller.yml new file mode 100644 index 0000000000..ffcbff7b1e --- /dev/null +++ b/projects/hipother/.github/workflows/kws-caller.yml @@ -0,0 +1,15 @@ +name: Rocm Validation Suite KWS +on: + push: + branches: [amd-staging] + pull_request: + types: [opened, synchronize, reopened] + workflow_dispatch: +jobs: + kws: + if: ${{ github.event_name == 'pull_request' }} + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline + secrets: inherit + with: + pr_number: ${{github.event.pull_request.number}} + base_branch: ${{github.base_ref}}