Added KWS check

Signed-off-by: Mallya, Ameya Keshava <AmeyaKeshava.Mallya@amd.com>
This commit is contained in:
Mallya, Ameya Keshava
2025-01-15 11:09:33 -08:00
committed by Maisam Arif
parent 3793be7735
commit c6bb6cafd0
+25
View File
@@ -0,0 +1,25 @@
######################################################################################
# Name : Rocm Validation Suite
# Developed by : kiran.thumma@amd.com, gajeambi@amd.com
# Maintained by : kiran.thumma@amd.com, gajendrad.ambi@amd.com
# Version : 0.5
# Description : This workflow will eventually call the central rocm reusable workflow.
# So developers should not edit/Modify this file
# Donot add it into .*ignore file#
# Docs :
######################################################################################
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}}