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