Skip to content

Commit f371ab7

Browse files
committed
Temporarly disable demo tests that are failing
1 parent 22a0d49 commit f371ab7

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

.github/workflows/galaxy-demo-tests-impl.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
disabled_tests='[
5757
{ "name": "Galaxy Llama3 long context demo tests", "arch": "wormhole_b0", "model": "llama3_long_context", "timeout": 60, "owner_id": "U03PUAKE719" },
5858
{ "name": "Galaxy Llama3 evals tests", "arch": "wormhole_b0", "model": "llama3_evals", "timeout": 45, "owner_id": "U03PUAKE719" },
59+
{ "name": "Galaxy DeepSeek v3 demo tests", "arch": "wormhole_b0", "model": "deepseek_v3", "timeout": 10, "owner_id": "U08H32XUS9W" },
60+
{ "name": "Galaxy Mochi demo tests", "arch": "wormhole_b0", "model": "mochi", "timeout": 15, "owner_id": "U09ELB03XRU" },
61+
{ "name": "Galaxy Flux.1-dev demo tests", "arch": "wormhole_b0", "model": "flux1", "timeout": 15, "owner_id": "U08TED0JM9D" }
5962
]'
6063
6164
all_tests='[
@@ -70,8 +73,6 @@ jobs:
7073
{ "name": "Galaxy GPT-OSS demo tests", "arch": "wormhole_b0", "model": "gpt-oss", "timeout": 45, "owner_id": "U08TJ70UFRT" },
7174
{ "name": "Galaxy Motif-Image-6B-Preview demo tests", "arch": "wormhole_b0", "model": "motif", "timeout": 15, "owner_id": "U08TED0JM9D" },
7275
{ "name": "Galaxy Wan2.2 demo tests", "arch": "wormhole_b0", "model": "wan22", "timeout": 20, "owner_id": "U03FJB5TM5Y" },
73-
{ "name": "Galaxy Mochi demo tests", "arch": "wormhole_b0", "model": "mochi", "timeout": 15, "owner_id": "U09ELB03XRU" },
74-
{ "name": "Galaxy DeepSeek v3 demo tests", "arch": "wormhole_b0", "model": "deepseek_v3", "timeout": 10, "owner_id": "U08H32XUS9W" },
7576
{ "name": "Galaxy QwenImage demo tests", "arch": "wormhole_b0", "model": "qwenimage", "timeout": 20, "owner_id": "U08TED0JM9D" }
7677
]'
7778

tests/pipeline_reorg/t3k_demo_tests.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010

1111
# For max allowed timeout refer to .github/time_budget.yaml
1212

13-
- name: t3k_mixtral_tests
14-
cmd: run_t3000_mixtral_tests
15-
sku: wh_llmbox
16-
owner_id: U03PUAKE719 # Miguel Tairum Cruz
17-
team: models
18-
timeout: 45
19-
model-name: mixtral
20-
2113
- name: t3k_falcon40b_tests
2214
cmd: run_t3000_falcon40b_tests
2315
sku: wh_llmbox
@@ -34,22 +26,6 @@
3426
timeout: 60
3527
model-name: llama3
3628

37-
- name: t3k_qwen25_tests
38-
cmd: run_t3000_qwen25_tests
39-
sku: wh_llmbox
40-
owner_id: U03HY7MK4BT # Mark O'Connor
41-
team: models
42-
timeout: 78
43-
model-name: qwen25
44-
45-
- name: t3k_llama3_vision_tests
46-
cmd: run_t3000_llama3_vision_tests
47-
sku: wh_llmbox
48-
owner_id: U03FJB5TM5Y # Colman Glagovich
49-
team: models
50-
timeout: 25
51-
model-name: llama3_vision
52-
5329
- name: t3k_llama3_90b_vision_tests
5430
cmd: run_t3000_llama3_90b_vision_tests
5531
sku: wh_llmbox
@@ -58,14 +34,6 @@
5834
timeout: 20
5935
model-name: llama3_90b_vision
6036

61-
- name: t3k_llama3_70b_tests
62-
cmd: run_t3000_llama3_70b_tests
63-
sku: wh_llmbox
64-
owner_id: U03FJB5TM5Y # Colman Glagovich
65-
team: models
66-
timeout: 30
67-
model-name: llama3_70b
68-
6937
- name: t3k_falcon7b_tests
7038
cmd: run_t3000_falcon7b_tests
7139
sku: wh_llmbox

0 commit comments

Comments
 (0)