|
1 | | -name: Continuous Integration |
| 1 | +name: RocProfiler-SDK Continuous Integration |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | workflow_dispatch: |
5 | 5 | 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/**' |
12 | 12 | 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/**' |
18 | 19 |
|
19 | 20 | concurrency: |
20 | 21 | group: ${{ github.workflow }}-${{ github.ref }} |
@@ -188,7 +189,7 @@ jobs: |
188 | 189 | build-type: ['RelWithDebInfo'] |
189 | 190 | ci-flags: [''] |
190 | 191 |
|
191 | | - runs-on: rocprof-azure-${{ matrix.os }}-emu-runner-set |
| 192 | + runs-on: rocprofiler-ubuntu-22 |
192 | 193 |
|
193 | 194 | # define this for containers |
194 | 195 | env: |
@@ -261,7 +262,7 @@ jobs: |
261 | 262 | build-type: ['RelWithDebInfo'] |
262 | 263 |
|
263 | 264 | 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 |
265 | 266 |
|
266 | 267 | # define this for containers |
267 | 268 | env: |
|
0 commit comments