From d292fc4a9493687d5a7e29679eb9866a450e21f5 Mon Sep 17 00:00:00 2001 From: "Elwazir, Ammar" Date: Wed, 9 Jul 2025 11:42:23 -0500 Subject: [PATCH] Runners Update (#148) * Update codeql.yml * Update sync-mainline.yaml * Update sync-staging.yaml [ROCm/aqlprofile commit: 899d48d1cac4477aa7c3e3f9b9f374c7a21a3bb4] --- projects/aqlprofile/.github/workflows/codeql.yml | 13 ++++++++++++- .../aqlprofile/.github/workflows/sync-mainline.yaml | 2 +- .../aqlprofile/.github/workflows/sync-staging.yaml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/projects/aqlprofile/.github/workflows/codeql.yml b/projects/aqlprofile/.github/workflows/codeql.yml index 89660c9543..cf434e3fc9 100644 --- a/projects/aqlprofile/.github/workflows/codeql.yml +++ b/projects/aqlprofile/.github/workflows/codeql.yml @@ -19,7 +19,8 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: rocprof-azure-gpuless-emu-runner-set + runs-on: AMD-ROCm-Internal-dev1 + container: rocm/dev-ubuntu-22.04:latest permissions: # required for all workflows security-events: write @@ -43,6 +44,16 @@ jobs: build-mode: none steps: + - name: Install OS requirements + timeout-minutes: 10 + shell: bash + run: | + sudo apt update + sudo apt install -y software-properties-common + sudo apt-add-repository ppa:git-core/ppa + sudo apt-get update + sudo apt install -y git + - name: Checkout repository uses: actions/checkout@v4 diff --git a/projects/aqlprofile/.github/workflows/sync-mainline.yaml b/projects/aqlprofile/.github/workflows/sync-mainline.yaml index 6cd697a49d..1c907ba739 100644 --- a/projects/aqlprofile/.github/workflows/sync-mainline.yaml +++ b/projects/aqlprofile/.github/workflows/sync-mainline.yaml @@ -6,7 +6,7 @@ on: jobs: git-mirror: - runs-on: rocprof-azure-docker-emu-runner-set + runs-on: AMD-ROCm-Internal-dev1 steps: - name: git-sync uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3 diff --git a/projects/aqlprofile/.github/workflows/sync-staging.yaml b/projects/aqlprofile/.github/workflows/sync-staging.yaml index dfa9bce4cf..5087a92bea 100644 --- a/projects/aqlprofile/.github/workflows/sync-staging.yaml +++ b/projects/aqlprofile/.github/workflows/sync-staging.yaml @@ -6,7 +6,7 @@ on: jobs: git-mirror: - runs-on: rocprof-azure-docker-emu-runner-set + runs-on: AMD-ROCm-Internal-dev1 steps: - name: git-sync uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3