[AMD] Update AITER Scout Workflow (#19735)

Co-authored-by: bingxche <Bingxu.Chen@amd.com>
This commit is contained in:
YC Tseng
2026-03-03 10:14:31 +08:00
committed by GitHub
co-authored by bingxche
parent e6e02ec938
commit 8b4c387aa2
6 changed files with 25 additions and 1367 deletions
+5 -3
View File
@@ -71,9 +71,11 @@ env:
AITER_COMMIT_OVERRIDE: ${{ inputs.aiter_ref }}
concurrency:
# Include pr_head_sha in group for /rerun-stage dispatches to avoid collisions with main branch runs
group: pr-test-amd-${{ inputs.pr_head_sha || inputs.ref || github.ref }}
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
# When called via workflow_call with run_all_tests=true, use a unique group per run to
# avoid collisions with direct push/PR triggers. We use run_all_tests (not github.event_name)
# to detect this, because github.event_name inherits from the caller in workflow_call.
group: pr-test-amd-${{ inputs.run_all_tests && format('full-{0}', github.run_id) || inputs.pr_head_sha || inputs.ref || github.ref }}
cancel-in-progress: ${{ !inputs.run_all_tests && github.event_name != 'workflow_call' }}
jobs:
call-gate: