Skip to content

Commit b2a0a97

Browse files
Sivasuntharampillai, HareshSivasuntharampillai, Haresh
authored andcommitted
Added rocprofiler-sdk CI Workflow
1 parent 4cff19c commit b2a0a97

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml renamed to .github/workflows/rocprofiler-sdk-continuous_integration.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
name: Continuous Integration
1+
name: RocProfiler-SDK Continuous Integration
22

33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ amd-staging, amd-mainline ]
7-
paths-ignore:
8-
- '*.md'
9-
- '**/README.md'
10-
- 'source/docs/**'
11-
- 'CODEOWNERS'
6+
paths:
7+
- 'projects/rocprofiler-sdk/**'
8+
- '!projects/rocprofiler-sdk/*.md'
9+
- '!projects/rocprofiler-sdk/**/README.md'
10+
- '!projects/rocprofiler-sdk/CODEOWNERS'
11+
- '!projects/rocprofiler-sdk/source/docs/**'
1212
pull_request:
13-
paths-ignore:
14-
- '*.md'
15-
- '**/README.md'
16-
- 'source/docs/**'
17-
- 'CODEOWNERS'
13+
paths:
14+
- 'projects/rocprofiler-sdk/**'
15+
- '!projects/rocprofiler-sdk/*.md'
16+
- '!projects/rocprofiler-sdk/**/README.md'
17+
- '!projects/rocprofiler-sdk/CODEOWNERS'
18+
- '!projects/rocprofiler-sdk/source/docs/**'
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}
@@ -188,7 +189,7 @@ jobs:
188189
build-type: ['RelWithDebInfo']
189190
ci-flags: ['']
190191

191-
runs-on: rocprof-azure-${{ matrix.os }}-emu-runner-set
192+
runs-on: rocprofiler-ubuntu-22
192193

193194
# define this for containers
194195
env:
@@ -261,7 +262,7 @@ jobs:
261262
build-type: ['RelWithDebInfo']
262263

263264
if: ${{ contains(github.event_name, 'pull_request') }}
264-
runs-on: ${{ matrix.runner == 'mi3xx' && 'rocprof-azure' || matrix.runner }}-emu-runner-set
265+
runs-on: ${{ matrix.runner == 'mi3xx' && 'rocprofiler-ubuntu-22' || matrix.runner }}-emu-runner-set
265266

266267
# define this for containers
267268
env:

0 commit comments

Comments
 (0)