Using Azure instead of Github Hosted Runners (#475)
* Update formatting.yml
* Update codeql.yml
* Update docs.yml
* Update generate_afar.yml
* Update python.yml
* Update rerun.yml
* Update restrictions.yml
* Update rocm_release_compatibility.yml
* Update scan.yaml
* Update sync-mainline.yaml
* Update sync-staging.yaml
[ROCm/rocprofiler-sdk commit: a2dc4ec041]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0ea9dbf7a8
Коммит
3f993a0192
+1
-1
@@ -33,7 +33,7 @@ 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: gpuless-emu-runner-set
|
||||
runs-on: rocprof-azure-gpuless-emu-runner-set
|
||||
permissions:
|
||||
# required for all workflows
|
||||
security-events: write
|
||||
|
||||
поставляемый
+1
-1
@@ -29,7 +29,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build-docs:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
container: continuumio/miniconda3
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
+4
-4
@@ -17,7 +17,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
cmake:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
fi
|
||||
|
||||
source:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
fi
|
||||
|
||||
python:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.10']
|
||||
@@ -123,7 +123,7 @@ jobs:
|
||||
fi
|
||||
|
||||
missing-new-line:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ on:
|
||||
|
||||
jobs:
|
||||
generate-packages-ubuntu-22:
|
||||
runs-on: mi300-emu-runner-set
|
||||
runs-on: rocprof-azure-emu-runner-set
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.10', '3.12']
|
||||
|
||||
поставляемый
+2
-2
@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner: [mi200-runner-set]
|
||||
runner: [mi200-emu-runner-set]
|
||||
os: [ubuntu-22.04]
|
||||
build-type: [RelWithDebInfo]
|
||||
ci-flags: ['--linter clang-tidy']
|
||||
@@ -135,7 +135,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner: [mi300-runner-set]
|
||||
runner: [rocprof-azure-emu-runner-set]
|
||||
os: [ubuntu-22.04]
|
||||
build-type: [RelWithDebInfo]
|
||||
ci-flags: ['--linter clang-tidy']
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
regex:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
env:
|
||||
FOLDERS: "source/lib/common source/lib/rocprofiler-sdk source/lib/rocprofiler-sdk-roctx"
|
||||
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ jobs:
|
||||
os: ['ubuntu-22.04']
|
||||
build-type: ['Release']
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
container: rocm/dev-${{ matrix.os }}:${{ matrix.rocm-release }}
|
||||
|
||||
# define this for containers
|
||||
|
||||
поставляемый
+1
-1
@@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner: [ubuntu-latest]
|
||||
runner: [rocprof-azure-docker-emu-runner-set]
|
||||
|
||||
runs-on: ${{ matrix.runner }}
|
||||
env:
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
git-mirror:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
steps:
|
||||
- name: git-sync
|
||||
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
git-mirror:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rocprof-azure-docker-emu-runner-set
|
||||
steps:
|
||||
- name: git-sync
|
||||
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
|
||||
|
||||
Ссылка в новой задаче
Block a user