From 68f0c67d37d4f4b621f97c628d796c46888b573c Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 31 Jan 2025 15:42:44 -0800 Subject: [PATCH] Create kws_caller.yml and rocm_ci_caller.yml Enabling ROCM CI workflow [ROCm/rocminfo commit: 0f7c9495f4ae9a90c74cbe0fd4ab04e93c27bad3] --- .../rocminfo/.github/workflows/kws_caller.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 projects/rocminfo/.github/workflows/kws_caller.yml diff --git a/projects/rocminfo/.github/workflows/kws_caller.yml b/projects/rocminfo/.github/workflows/kws_caller.yml new file mode 100644 index 0000000000..ffcbff7b1e --- /dev/null +++ b/projects/rocminfo/.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}}