Skip to content

Commit 8bc0063

Browse files
Update rocprofiler-compute workflows and CODEOWNERS (#221)
Update super repo codeowners- add Pratik to any doc changes for rocprofiler-compute. Remove rocprofiler-compute-mi-rhel9.yml from super repo workflow folder- unused and out of date, coverage is already in RHEL8 workflow. Remove CODEOWNERS, dependabot.yml, and all workflows from the projects/rocprofiler-compute/ project- confirmed these do not do anything anymore after being copied into super repo's main ./github/ section. Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com> * Add a branch filter for push events * Update .github/CODEOWNERS Use reviewers team instead of using the individual profiles. Co-authored-by: David Galiffi <David.Galiffi@amd.com> Update owners section for rocprofiler-compute codeowners, fix spacing Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com> --------- Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com> Co-authored-by: David Galiffi <David.Galiffi@amd.com>
1 parent f733871 commit 8bc0063

19 files changed

+19
-804
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/projects/rocm-smi-lib/ @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan
2121
/projects/rocminfo/ @dayatsin-amd @shwetagkhatri
2222
/projects/rocprofiler/ @ammarwa @bgopesh
23-
/projects/rocprofiler-compute/ @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd
23+
/projects/rocprofiler-compute/ @ROCm/rocprof-compute-reviewer # Owners: @ROCm/rocprof-compute-owners, Reviewers: @ROCm/rocprof-compute-reviewer
2424
/projects/rocprofiler-register/ @ammarwa @bgopesh
2525
/projects/rocprofiler-sdk/ @jrmadsen @t-tye
2626
/projects/rocprofiler-systems/ @ROCm/rocprof-sys @jrmadsen
@@ -99,10 +99,10 @@
9999
/projects/rocprofiler/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation
100100
/projects/rocprofiler/doc/ @ammarwa @bgopesh @ROCm/rocm-documentation
101101

102-
/projects/rocprofiler-compute/**/*.md @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation
103-
/projects/rocprofiler-compute/**/*.rst @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation
104-
/projects/rocprofiler-compute/**/.readthedocs.yaml @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation
105-
/projects/rocprofiler-compute/docs/ @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation
102+
/projects/rocprofiler-compute/**/*.md @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
103+
/projects/rocprofiler-compute/**/*.rst @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
104+
/projects/rocprofiler-compute/**/.readthedocs.yaml @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
105+
/projects/rocprofiler-compute/docs/ @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
106106

107107
/projects/rocprofiler-register/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
108108
/projects/rocprofiler-register/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation

.github/workflows/rocprofiler-compute-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: rocprofiler-compute Documentation
22

33
on:
44
push:
5+
branches:
6+
- develop
57
paths:
68
- 'projects/rocprofiler-compute/docs/archive/docs-2.x/**'
79
- 'projects/rocprofiler-compute/docs/archive/docs-1.x/**'

.github/workflows/rocprofiler-compute-formatting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: rocprofiler-compute Formatting
33

44
on:
55
push:
6+
branches:
7+
- develop
68
paths:
79
- 'projects/rocprofiler-compute/**'
810
pull_request:

.github/workflows/rocprofiler-compute-mi-rhel9.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

.github/workflows/rocprofiler-compute-packaging.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: rocprofiler-compute Packaging
22

33
on:
44
push:
5+
branches:
6+
- develop
57
paths:
68
- 'projects/rocprofiler-compute/**'
79
tags:
@@ -71,4 +73,4 @@ jobs:
7173
draft: False # toggle for debugging
7274
files: |
7375
projects/rocprofiler-computebuild/rocprofiler-compute-${{github.ref_name}}.tar.gz
74-
name: ${{ env.RELEASE_NAME }}
76+
name: ${{ env.RELEASE_NAME }}

.github/workflows/rocprofiler-compute-rhel-8.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: rocprofiler-compute RHEL 8/9
55
# Controls when the workflow will run
66
on:
77
push:
8+
branches:
9+
- develop
810
paths:
911
- 'projects/rocprofiler-compute/**'
1012
- '!projects/rocprofiler-compute/*.md'
@@ -74,4 +76,4 @@ jobs:
7476
working-directory: projects/rocprofiler-compute
7577
run: |
7678
cd build
77-
ctest --verbose -R test_analyze_workloads
79+
ctest --verbose -R test_analyze_workloads

.github/workflows/rocprofiler-compute-tarball.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: rocprofiler-compute tarball
22

33
on:
44
push:
5+
branches:
6+
- develop
57
paths:
68
- 'projects/rocprofiler-compute/**'
79
pull_request:

.github/workflows/rocprofiler-compute-ubuntu-jammy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: rocprofiler-compute Ubuntu 22.04
44

55
on:
66
push:
7+
branches:
8+
- develop
79
paths:
810
- 'projects/rocprofiler-compute/**'
911
- '!projects/rocprofiler-compute/*.md'

projects/rocprofiler-compute/.github/CODEOWNERS

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/rocprofiler-compute/.github/dependabot.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)