Skip to content

Commit c8d3e1c

Browse files
committed
Run tests with correct markers.
1 parent 890ba00 commit c8d3e1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker_run_pathways_containers.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ MAXTEXT_IMAGE=${maxtext_image} docker compose down
5353
# echo "Exit code from Maxtext..."
5454
# echo $?
5555
# sleep 20
56-
# docker compose ps
56+
# docker compose ps
57+
# MAXTEXT_IMAGE=${maxtext_image} docker compose logs -f maxtext

utils_pathways/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ services:
6262
- JAX_BACKEND_TARGET=grpc://proxy:29008
6363
entrypoint: ["bash", "-c"]
6464
command:
65-
- "cd MaxText ; python3 -m pytest -m tpu_only tests -s"
65+
- cd MaxText ; python3 -m pytest tests -m "not gpu_only and not integration_test" -s
66+
# - "cd MaxText ; python3 -m pytest -m tpu_only tests -s"
6667
# - "cd MaxText ; python3 -m pytest -s tests/train_tests.py -m tpu_only"
6768
depends_on:
6869
- proxy

0 commit comments

Comments
 (0)