Create kws_caller.yml and rocm_ci_caller.yml

Enabling ROCM CI workflow

[ROCm/rocminfo commit: 0f7c9495f4]
Этот коммит содержится в:
Choudhary, Rahul
2025-01-31 15:42:44 -08:00
коммит произвёл GitHub
родитель 44522c86f0
Коммит 68f0c67d37
+15
Просмотреть файл
@@ -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}}