From 080fa938c68b0bbca6481a999254a744e5750965 Mon Sep 17 00:00:00 2001 From: David Yat Sin <77975354+dayatsin-amd@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:11:49 -0400 Subject: [PATCH] rocr: Update rocr-runtime github metadata (#275) Remove old .github directory. Update main CODEOWNERS file for project/rocr-runtime. --- .github/CODEOWNERS | 16 +++++++++--- projects/rocr-runtime/.github/CODEOWNERS | 8 ------ projects/rocr-runtime/.github/palamida.yml | 5 ---- .../.github/workflows/kws_caller.yml | 15 ----------- .../.github/workflows/rocm_ci_caller.yml | 25 ------------------- 5 files changed, 12 insertions(+), 57 deletions(-) delete mode 100644 projects/rocr-runtime/.github/CODEOWNERS delete mode 100644 projects/rocr-runtime/.github/palamida.yml delete mode 100644 projects/rocr-runtime/.github/workflows/kws_caller.yml delete mode 100644 projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8d0b233293..a7482c406e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/projects/rocr-runtime/.github/CODEOWNERS b/projects/rocr-runtime/.github/CODEOWNERS deleted file mode 100644 index 15bf27a8c7..0000000000 --- a/projects/rocr-runtime/.github/CODEOWNERS +++ /dev/null @@ -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 diff --git a/projects/rocr-runtime/.github/palamida.yml b/projects/rocr-runtime/.github/palamida.yml deleted file mode 100644 index 47bd57a5ab..0000000000 --- a/projects/rocr-runtime/.github/palamida.yml +++ /dev/null @@ -1,5 +0,0 @@ -disabled: false -scmId: gh-emu-rocm -branchesToScan: - - amd-staging - - amd-mainline \ No newline at end of file diff --git a/projects/rocr-runtime/.github/workflows/kws_caller.yml b/projects/rocr-runtime/.github/workflows/kws_caller.yml deleted file mode 100644 index c0f4f26807..0000000000 --- a/projects/rocr-runtime/.github/workflows/kws_caller.yml +++ /dev/null @@ -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}} diff --git a/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml b/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml deleted file mode 100644 index 34fb9109a2..0000000000 --- a/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml +++ /dev/null @@ -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 || '' }}