[smg][ci] preserve model launch order with test collected (#16618)

This commit is contained in:
Simo Lin
2026-01-07 06:16:59 -08:00
committed by GitHub
parent 4d902c8211
commit e432057381
6 changed files with 570 additions and 344 deletions
@@ -1,6 +1,6 @@
"""Constants and enums for E2E test infrastructure."""
from enum import Enum, auto
from enum import Enum
class ConnectionMode(str, Enum):