Skip to content

Merge branch 'develop' into users/xuchen-amd/tui_restruct_perf_metrics #369

Merge branch 'develop' into users/xuchen-amd/tui_restruct_perf_metrics

Merge branch 'develop' into users/xuchen-amd/tui_restruct_perf_metrics #369

name: Aql ROCm CI Caller
on:
push:
paths:
- 'projects/aqlprofile/**'
- 'projects/rdc/**'
- 'projects/rocminfo/**'
- 'projects/rocprofiler/**'
- 'projects/roctracer/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'projects/aqlprofile/**'
- 'projects/rdc/**'
- 'projects/rocminfo/**'
- 'projects/rocprofiler/**'
- 'projects/roctracer/**'
workflow_dispatch:
issue_comment:
types: [created]
jobs:
call-workflow:
if: ${{ github.event_name != 'issue_comment' || github.event.comment.body == '!verify' }}
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline

Check failure on line 26 in .github/workflows/aqlprofile-rocm-ci-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/aqlprofile-rocm-ci-caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/aqlprofile-rocm-ci-caller.yml" -> "AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
input_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
input_pr_num: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || 0 }}
input_pr_url: ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }}
input_pr_title: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }}
repository_name: ${{ github.repository }}
base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
trigger_event_type: ${{ github.event_name }}