From f4cce0d2d40068162166e42f526c644df6ecd7b6 Mon Sep 17 00:00:00 2001 From: "Bonnell, Jason" Date: Thu, 17 Jul 2025 19:09:17 -0400 Subject: [PATCH] replace azure runners with internal (#518) * replace azure runners with internal * change to mi300a for debug * revert back to mi300 * move some of the load to mi300a * use mi300a for clang-tidy --------- Co-authored-by: Kandula, Venkateshwar reddy --- .github/workflows/code_coverage.yml | 2 +- .github/workflows/continuous_integration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index cdb4512b9f..11a746c933 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -56,7 +56,7 @@ jobs: strategy: # fail-fast: false matrix: - runner: ['rocprof-azure'] + runner: ['mi300a'] os: ['ubuntu-22.04'] build-type: ['Release'] diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 7591d73d07..d568c05570 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - runner: ['navi3', 'navi4', 'mi3xx'] + runner: ['navi3', 'navi4', 'mi300a'] os: ['ubuntu-22.04'] build-type: ['RelWithDebInfo'] ci-flags: ['--linter clang-tidy'] @@ -255,7 +255,7 @@ jobs: strategy: fail-fast: false matrix: - runner: ['mi3xx'] + runner: ['mi300'] sanitizer: ['AddressSanitizer', 'ThreadSanitizer', 'LeakSanitizer', 'UndefinedBehaviorSanitizer'] os: ['ubuntu-22.04'] build-type: ['RelWithDebInfo']