[CI] Temporarily disable multimodal-gen test_update_weights_from_disk (flaky) (#25032)
This commit is contained in:
@@ -85,7 +85,9 @@ PARAMETRIZED_CASE_GROUPS = {
|
|||||||
STANDALONE_FILES = {
|
STANDALONE_FILES = {
|
||||||
"1-gpu": [
|
"1-gpu": [
|
||||||
"../cli/test_generate_t2i_perf.py",
|
"../cli/test_generate_t2i_perf.py",
|
||||||
"test_update_weights_from_disk.py",
|
# Temporarily disabled: 24 timeout failures since 2026-04-09 across
|
||||||
|
# multimodal-gen-test-1-gpu. Re-enable after the flakiness is fixed.
|
||||||
|
# "test_update_weights_from_disk.py",
|
||||||
],
|
],
|
||||||
"2-gpu": [
|
"2-gpu": [
|
||||||
"test_disagg_server.py",
|
"test_disagg_server.py",
|
||||||
@@ -98,7 +100,8 @@ STANDALONE_FILES = {
|
|||||||
STANDALONE_FILE_EST_TIMES = {
|
STANDALONE_FILE_EST_TIMES = {
|
||||||
"1-gpu": {
|
"1-gpu": {
|
||||||
"../cli/test_generate_t2i_perf.py": 240.0,
|
"../cli/test_generate_t2i_perf.py": 240.0,
|
||||||
"test_update_weights_from_disk.py": 480.0,
|
# See STANDALONE_FILES note above — temporarily disabled.
|
||||||
|
# "test_update_weights_from_disk.py": 480.0,
|
||||||
},
|
},
|
||||||
"2-gpu": {
|
"2-gpu": {
|
||||||
# Two disagg clusters × (~3 min startup + ~1 min generate) ≈ 8 min.
|
# Two disagg clusters × (~3 min startup + ~1 min generate) ≈ 8 min.
|
||||||
|
|||||||
Reference in New Issue
Block a user