Fixing rerun comments (#738)
* Update continuous_integration.yml * Update continuous_integration.yml * Update continuous_integration.yml * Update continuous_integration.yml * Rerun separated in different yml file * Update rerun.yml * Update rerun.yml * Update rerun.yml
This commit is contained in:
@@ -11,8 +11,6 @@ on:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- 'source/docs/**'
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@@ -31,32 +29,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner: [mi200-runner-set, mi300-runner-set, vega20-runner-set, navi3-runner-set, rocprofiler-runner-set-multi-gpus]
|
||||
vega20:
|
||||
- ${{ github.event_name == 'issue_comment' && contains(github.event.comment.body, 'rerun') && contains(github.event.comment.body, 'vega20') }}
|
||||
navi3:
|
||||
- ${{ github.event_name == 'issue_comment' && contains(github.event.comment.body, 'rerun') && contains(github.event.comment.body, 'navi3') }}
|
||||
mi300:
|
||||
- ${{ github.event_name == 'issue_comment' && contains(github.event.comment.body, 'rerun') && contains(github.event.comment.body, 'mi300') }}
|
||||
mi200:
|
||||
- ${{ github.event_name == 'issue_comment' && contains(github.event.comment.body, 'rerun') && contains(github.event.comment.body, 'mi200') }}
|
||||
general:
|
||||
- ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
|
||||
runner: [rocprofiler-runner-set-multi-gpus]
|
||||
os: [ubuntu-22.04]
|
||||
build-type: [RelWithDebInfo]
|
||||
ci-flags: ['--linter clang-tidy']
|
||||
name-tag: ['']
|
||||
exclude:
|
||||
- mi300: false
|
||||
runner: mi300-runner-set
|
||||
- mi200: false
|
||||
runner: mi200-runner-set
|
||||
- navi3: false
|
||||
runner: navi3-runner-set
|
||||
- vega20: false
|
||||
runner: vega20-runner-set
|
||||
- general: false
|
||||
runner: rocprofiler-runner-set-multi-gpus
|
||||
|
||||
runs-on: ${{ matrix.runner }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user