From 512d621ff05b09ffdc61774c7f7c5611c1e3d55f Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 17 Jan 2025 08:22:53 -0800 Subject: [PATCH] Added KWS check [ROCm/rocprofiler commit: 09936e693758cf58d4ed57e269da42ac12e6a4f7] --- .../rocprofiler/.github/workflows/kws-caller.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 projects/rocprofiler/.github/workflows/kws-caller.yml diff --git a/projects/rocprofiler/.github/workflows/kws-caller.yml b/projects/rocprofiler/.github/workflows/kws-caller.yml new file mode 100644 index 0000000000..ffcbff7b1e --- /dev/null +++ b/projects/rocprofiler/.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}}