rocr: Update rocr-runtime github metadata (#275)

Remove old .github directory.
Update main CODEOWNERS file for project/rocr-runtime.
This commit is contained in:
David Yat Sin
2025-08-12 21:11:49 -04:00
committed by GitHub
parent fff63d428e
commit 080fa938c6
5 changed files with 12 additions and 57 deletions
+12 -4
View File
@@ -23,7 +23,7 @@
/projects/rocprofiler-register/ @ammarwa @bgopesh
/projects/rocprofiler-sdk/ @jrmadsen @t-tye
/projects/rocprofiler-systems/ @ROCm/rocprof-sys @jrmadsen
/projects/rocr-runtime/ @kentrussell @fxkamd @dayatsin-amd
/projects/rocr-runtime/ @kentrussell @dayatsin-amd @cfreeamd
/projects/roctracer/ @ammarwa @bgopesh
# rocprofiler-sdk section-specific code owners
@@ -42,6 +42,14 @@
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool @SrirakshaNag
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj @ApoKalipse-V
# rocr-runtime section-specific code owners
/projects/rocr-runtime/libhsakmt @kentrussell @dayatsin-amd
/projects/rocr-runtime/rocrtst @shwetagkhatri @cfreeamd
/projects/rocr-runtime/runtime/hsa-runtime/core/driver/xdna @atgutier @ypapadop-amd
/projects/rocr-runtime/runtime/hsa-runtime/core/driver/virtio @dayatsin-amd
/projects/rocr-runtime/runtime/hsa-runtime/loader @dayatsin-amd @kzhuravl
/projects/rocr-runtime/runtime/hsa-runtime/image @shwetagkhatri @dayatsin-amd
/projects/rocr-runtime/runtime/hsa-runtime/pcs @shwetagkhatri @dayatsin-amd
# Documentation-specific ownership by project
/projects/aqlprofile/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
@@ -82,9 +90,9 @@
/projects/rocprofiler-systems/**/.readthedocs.yaml @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation
/projects/rocprofiler-systems/docs/ @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation
/projects/rocr-runtime/**/*.md @kentrussell @fxkamd @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/*.rst @kentrussell @fxkamd @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/.readthedocs.yaml @kentrussell @fxkamd @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/*.md @kentrussell @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/*.rst @kentrussell @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/.readthedocs.yaml @kentrussell @dayatsin-amd @ROCm/rocm-documentation
/projects/roctracer/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/roctracer/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation
-8
View File
@@ -1,8 +0,0 @@
# Default code owners
@kentrussell @fxkamd @dayatsin-amd
*.md @ROCm/rocm-documentation @kentrussell @dayatsin-amd
*.rst @ROCm/rocm-documentation @kentrussell @dayatsin-amd
# Header directory for Doxygen documentation
inc/* @ROCm/rocm-documentation @kentrussell @fxkamd @dayatsin-amd
-5
View File
@@ -1,5 +0,0 @@
disabled: false
scmId: gh-emu-rocm
branchesToScan:
- amd-staging
- amd-mainline
-15
View File
@@ -1,15 +0,0 @@
name: Rocm Validation Suite KWS
on:
push:
branches: [amd-staging, amd-mainline]
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}}
@@ -1,25 +0,0 @@
name: ROCm CI Caller
on:
pull_request:
branches: [amd-staging, amd-npi, release/rocm-rel-*, amd-master]
types: [opened, reopened, synchronize]
push:
branches: [amd-mainline]
workflow_dispatch:
issue_comment:
types: [created]
jobs:
call-workflow:
if: github.event_name != 'issue_comment' ||(github.event_name == 'issue_comment' && github.event.issue.pull_request && (startsWith(github.event.comment.body, '!verify') || startsWith(github.event.comment.body, '!verify release') || startsWith(github.event.comment.body, '!verify retest')))
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline
secrets: inherit
with:
input_sha: ${{github.event_name == 'pull_request' && github.event.pull_request.head.sha || (github.event_name == 'push' && github.sha) || (github.event_name == 'issue_comment' && github.event.issue.pull_request.head.sha) || github.sha}}
input_pr_num: ${{github.event_name == 'pull_request' && github.event.pull_request.number || (github.event_name == 'issue_comment' && github.event.issue.number) || 0}}
input_pr_url: ${{github.event_name == 'pull_request' && github.event.pull_request.html_url || (github.event_name == 'issue_comment' && github.event.issue.pull_request.html_url) || ''}}
input_pr_title: ${{github.event_name == 'pull_request' && github.event.pull_request.title || (github.event_name == 'issue_comment' && github.event.issue.pull_request.title) || ''}}
repository_name: ${{ github.repository }}
base_ref: ${{github.event_name == 'pull_request' && github.event.pull_request.base.ref || (github.event_name == 'issue_comment' && github.event.issue.pull_request.base.ref) || github.ref}}
trigger_event_type: ${{ github.event_name }}
comment_text: ${{ github.event_name == 'issue_comment' && github.event.comment.body || '' }}