[AMD][CI] Swap the AMD PR gate to ROCm 7.2 and demote ROCm 7.0 to a daily shadow (#34204)
Co-authored-by: yctseng0211 <yctseng@smci355-ccs-aus-m12-17.cs-aus.dcgpu> Co-authored-by: Chen <bingxche@amd.com>
This commit is contained in:
co-authored by
yctseng0211
Chen
parent
b3bffef70a
commit
00bdafe944
@@ -47,6 +47,7 @@ class SGLangFailuresAnalyzer:
|
||||
"check-changes",
|
||||
"pr-test-finish", # Nvidia workflow teardown
|
||||
"pr-test-amd-finish", # AMD workflow teardown
|
||||
"pr-test-amd-rocm720-finish", # Default AMD ROCm 7.2 teardown
|
||||
"call-gate",
|
||||
"pr-gate",
|
||||
"check-all-jobs",
|
||||
@@ -2456,7 +2457,7 @@ def main():
|
||||
# These 4 don't have scheduled events, so filter by main branch instead
|
||||
pr_test_amd_scheduled_runs = analyzer.get_recent_runs(
|
||||
limit=pr_test_scheduled_limit,
|
||||
workflow_filter=["pr-test-amd.yml"],
|
||||
workflow_filter=["pr-test-amd-rocm720.yml"],
|
||||
filters={"branch": "main"},
|
||||
)
|
||||
pr_test_xeon_scheduled_runs = analyzer.get_recent_runs(
|
||||
@@ -2483,7 +2484,7 @@ def main():
|
||||
)
|
||||
nightly_amd_scheduled_runs = analyzer.get_recent_runs(
|
||||
limit=nightly_scheduled_limit,
|
||||
workflow_filter=["nightly-test-amd.yml"],
|
||||
workflow_filter=["nightly-test-amd-rocm720.yml"],
|
||||
filters={"event": "schedule"},
|
||||
)
|
||||
nightly_intel_scheduled_runs = analyzer.get_recent_runs(
|
||||
@@ -2505,7 +2506,7 @@ def main():
|
||||
)
|
||||
pr_test_amd_general_runs = analyzer.get_recent_runs(
|
||||
limit=args.limit,
|
||||
workflow_filter=["pr-test-amd.yml"],
|
||||
workflow_filter=["pr-test-amd-rocm720.yml"],
|
||||
)
|
||||
pr_test_xeon_general_runs = analyzer.get_recent_runs(
|
||||
limit=args.limit,
|
||||
@@ -2527,7 +2528,7 @@ def main():
|
||||
)
|
||||
nightly_amd_general_runs = analyzer.get_recent_runs(
|
||||
limit=args.limit,
|
||||
workflow_filter=["nightly-test-amd.yml"],
|
||||
workflow_filter=["nightly-test-amd-rocm720.yml"],
|
||||
)
|
||||
nightly_intel_general_runs = analyzer.get_recent_runs(
|
||||
limit=args.limit,
|
||||
|
||||
Reference in New Issue
Block a user