Skip to content

Commit 7b43a9d

Browse files
Remove gpt1-like tests (#866)
1 parent 1993208 commit 7b43a9d

File tree

3 files changed

+1
-312
lines changed

3 files changed

+1
-312
lines changed

dags/multipod/configs/legacy_unit_test.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

dags/multipod/legacy.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from dags import composer_env, gcs_bucket
2020
from dags.common import test_owner
2121
from dags.common.vm_resource import TpuVersion, Zone, Project, DockerImage, XpkClusters
22-
from dags.multipod.configs import legacy_unit_test, gke_config
22+
from dags.multipod.configs import gke_config
2323
from dags.multipod.configs.common import SetupMode, Platform
2424

2525
# Run once a day at 9 am UTC (1 am PST)
@@ -62,23 +62,6 @@
6262
concurrency=2,
6363
) as dag:
6464
for test_mode in [SetupMode.STABLE, SetupMode.NIGHTLY]:
65-
# Tests that require scripts from the `jax/unit_tests` folder should follow
66-
# this pattern.
67-
# TODO(jonbolin): Example for legacy unit test migration - evaluate whether
68-
# to remove gpt1-like tests once test migration is complete.
69-
70-
for n_slice in [1, 2]:
71-
legacy_unit_test.get_legacy_unit_test_config(
72-
script_to_copy="gpt1-like.py",
73-
test_cmd=("python3 gpt1-like.py",),
74-
time_out_in_min=60,
75-
test_name=f"gpt1-like-{test_mode.value}",
76-
docker_image=DOCKER_IMAGE[test_mode].value,
77-
test_owner=test_owner.JON_B,
78-
num_slices=n_slice,
79-
cluster=XpkClusters.TPU_V4_16_CLUSTER,
80-
).run()
81-
8265
# Tests that run MaxText end_to_end tests should follow this pattern.
8366
gke_config.get_gke_config(
8467
time_out_in_min=60,

dags/multipod/legacy_tests/gpt1-like.py

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)