Skip to content

Commit d288365

Browse files
committed
Changing Runners
1 parent bd9641a commit d288365

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/aqlprofile-continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
os: ['ubuntu-22.04']
4848
build-type: ['RelWithDebInfo']
4949

50-
runs-on: ${{ matrix.runner }}${{ github.ref == 'refs/heads/amd-npi' && '-npi' || '' }}-emu-runner-set
50+
runs-on: rocprofiler-${{ matrix.runner == 'mi300' && 'ubuntu-22' || matrix.runner }}
5151
if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
5252

5353
permissions:
@@ -112,7 +112,7 @@ jobs:
112112
build-type: ['RelWithDebInfo']
113113
ci-flags: ['--linter clang-tidy']
114114

115-
runs-on: ${{ matrix.os }}-emu-runner-set
115+
runs-on: rocprofiler-${{ matrix.os }}
116116

117117
permissions:
118118
contents: read

.github/workflows/rocprofiler-register-continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# ci-args: '--memcheck UndefinedBehaviorSanitizer'
4646
# ci-tag: '-undefined-behavior-sanitizer'
4747

48-
runs-on: rocprof-azure-emu-runner-set
48+
runs-on: rocprofiler-ubuntu-22
4949

5050
env:
5151
BUILD_TYPE: RelWithDebInfo
@@ -131,7 +131,7 @@ jobs:
131131
CMAKE_PREFIX_PATH=/opt/rocm cmake -B build-tests-deb /opt/rocm/share/rocprofiler-register/tests
132132
cmake --build build-tests-deb --target all --parallel 16
133133
ctest --test-dir build-tests-deb --output-on-failure
134-
134+
135135
- name: Test Install Modulefile
136136
timeout-minutes: 15
137137
shell: bash

.github/workflows/rocprofiler-sdk-code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
strategy:
5858
# fail-fast: false
5959
matrix:
60-
runner: ['mi300a']
60+
runner: ['mi300']
6161
os: ['ubuntu-22.04']
6262
build-type: ['Release']
6363

64-
runs-on: ${{ matrix.runner }}-emu-runner-set
64+
runs-on: rocprofiler-ubuntu-22
6565

6666
# define this for containers
6767
env:

.github/workflows/rocprofiler-sdk-continuous_integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
build-type: ['RelWithDebInfo']
5959
ci-flags: ['--linter clang-tidy']
6060

61-
runs-on: ${{ matrix.runner == 'mi3xx' && 'rocprof-ubuntu-22' || matrix.runner }}-emu-runner-set
61+
runs-on: rocprofiler-${{ matrix.runner == 'mi3xx' && 'ubuntu-22' || matrix.runner }}
6262

6363
# define this for containers
6464
env:
@@ -269,13 +269,13 @@ jobs:
269269
strategy:
270270
fail-fast: false
271271
matrix:
272-
runner: ['mi300']
272+
runner: ['mi3xx']
273273
sanitizer: ['AddressSanitizer', 'ThreadSanitizer', 'LeakSanitizer', 'UndefinedBehaviorSanitizer']
274274
os: ['ubuntu-22.04']
275275
build-type: ['RelWithDebInfo']
276276

277277
if: ${{ contains(github.event_name, 'pull_request') }}
278-
runs-on: ${{ matrix.runner == 'mi3xx' && 'rocprofiler-ubuntu-22' || matrix.runner }}-emu-runner-set
278+
runs-on: rocprofiler-${{ matrix.runner == 'mi3xx' && 'ubuntu-22' || matrix.runner }}
279279

280280
# define this for containers
281281
env:
@@ -289,7 +289,7 @@ jobs:
289289
timeout-minutes: 10
290290
shell: bash
291291
working-directory: projects/rocprofiler-sdk
292-
run:
292+
run:
293293
git config --global --add safe.directory '*'
294294
apt-get update
295295
apt-get install -y build-essential cmake python3-pip libasan8 libtsan2 software-properties-common clang-15 libdw-dev libsqlite3-dev

0 commit comments

Comments
 (0)