Runners Update for ROCProfiler SDK (#182)
Esse commit está contido em:
@@ -2,6 +2,8 @@ name: "AqlProfile CodeQL Advanced"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/aqlprofile/**'
|
||||
pull_request:
|
||||
@@ -44,7 +46,7 @@ jobs:
|
||||
build-mode: none
|
||||
- language: actions
|
||||
build-mode: none
|
||||
|
||||
|
||||
steps:
|
||||
- name: Install OS requirements
|
||||
timeout-minutes: 10
|
||||
@@ -55,14 +57,14 @@ jobs:
|
||||
sudo apt-add-repository ppa:git-core/ppa
|
||||
sudo apt-get update
|
||||
sudo apt install -y git
|
||||
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
projects/aqlprofile
|
||||
.github/workflows/aqlprofile-code-ql.yml
|
||||
|
||||
|
||||
- name: Configure Git Safe Directory
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
@@ -3,6 +3,8 @@ name: AqlProfile Continuous Integration
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/aqlprofile/**'
|
||||
- '!projects/aqlprofile/*.md'
|
||||
@@ -43,11 +45,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runner: ['navi4', 'navi3', 'mi300']
|
||||
runner: ['navi4', 'navi3', 'mi3xx']
|
||||
os: ['ubuntu-22.04']
|
||||
build-type: ['RelWithDebInfo']
|
||||
|
||||
runs-on: rocprofiler-${{ matrix.runner == 'mi300' && 'ubuntu-22' || matrix.runner }}
|
||||
runs-on: rocprofiler-${{ matrix.runner }}
|
||||
if: github.event.pull_request.head.repo.full_name == 'AMD-ROCm-Internal/aqlprofile'
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -2,6 +2,8 @@ name: rocprofiler-register Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-register/**'
|
||||
- '!projects/rocprofiler-register/*.md'
|
||||
@@ -45,7 +47,7 @@ jobs:
|
||||
# ci-args: '--memcheck UndefinedBehaviorSanitizer'
|
||||
# ci-tag: '-undefined-behavior-sanitizer'
|
||||
|
||||
runs-on: rocprofiler-ubuntu-22
|
||||
runs-on: rocprofiler-mi3xx
|
||||
|
||||
env:
|
||||
BUILD_TYPE: RelWithDebInfo
|
||||
|
||||
@@ -7,6 +7,8 @@ permissions:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-sdk/**'
|
||||
- '!projects/rocprofiler-sdk/CODEOWNERS'
|
||||
@@ -61,7 +63,7 @@ jobs:
|
||||
os: ['ubuntu-22.04']
|
||||
build-type: ['Release']
|
||||
|
||||
runs-on: rocprofiler-ubuntu-22
|
||||
runs-on: rocprofiler-mi3xx
|
||||
|
||||
# define this for container
|
||||
env:
|
||||
|
||||
@@ -10,6 +10,8 @@ on:
|
||||
- '!projects/rocprofiler-sdk/*.md'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-sdk/**'
|
||||
- '!projects/rocprofiler-sdk/CODEOWNERS'
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
os: ['ubuntu-22.04']
|
||||
build-type: ['RelWithDebInfo']
|
||||
|
||||
runs-on: rocprofiler-${{ matrix.runner == 'mi3xx' && 'ubuntu-22' || matrix.runner }}
|
||||
runs-on: rocprofiler-${{ matrix.runner }}
|
||||
|
||||
# define this for containers
|
||||
env:
|
||||
@@ -282,7 +282,7 @@ jobs:
|
||||
build-type: ['RelWithDebInfo']
|
||||
|
||||
if: ${{ contains(github.event_name, 'pull_request') }}
|
||||
runs-on: rocprofiler-${{ matrix.runner == 'mi3xx' && 'ubuntu-22' || matrix.runner }}
|
||||
runs-on: rocprofiler-${{ matrix.runner }}
|
||||
|
||||
# define this for containers
|
||||
env:
|
||||
|
||||
@@ -3,6 +3,8 @@ name: rocprofiler-sdk Documentation
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-sdk/*.md'
|
||||
- 'projects/rocprofiler-sdk/VERSION'
|
||||
|
||||
@@ -3,6 +3,8 @@ name: rocprofiler-sdk Python Linting
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-sdk/**'
|
||||
pull_request:
|
||||
|
||||
@@ -6,6 +6,8 @@ permissions:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-sdk/**'
|
||||
- '!projects/rocprofiler-sdk/CODEOWNERS'
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário