Skip to content

Commit bd2c072

Browse files
Merge pull request #2665 from AI-Hypercomputer:wstcliyu/disable-aot-tests
PiperOrigin-RevId: 831126286
2 parents ecc3506 + fc5bad1 commit bd2c072

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run_pathways_tests_internal.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
runs-on: ${{ inputs.cloud_runner != '' && inputs.cloud_runner || fromJson(format('["self-hosted", "{0}", "{1}"]', inputs.device_type, inputs.device_name)) }}
5757
container:
5858
image: gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:${{ inputs.image_type != '' && inputs.image_type || inputs.device_type }}
59-
volumes:
60-
- ${{ github.workspace }}:/tmp
6159
env:
6260
XLA_PYTHON_CLIENT_MEM_FRACTION: ${{ inputs.xla_python_client_mem_fraction }}
6361
TF_FORCE_GPU_ALLOW_GROWTH: ${{ inputs.tf_force_gpu_allow_growth }}
@@ -77,7 +75,7 @@ jobs:
7775
python3 -m pip install -e . --no-dependencies &&
7876
python3 -m pip uninstall -y libtpu &&
7977
# TODO(b/454659463): Enable test_default_hlo_match after volume mount is supported.
80-
python3 -m pytest ${{ inputs.pytest_addopts }} -v -m "${FINAL_PYTEST_MARKER}" -k "not test_default_hlo_match" --durations=0
78+
python3 -m pytest ${{ inputs.pytest_addopts }} -v -m "${FINAL_PYTEST_MARKER}" -k "not AotHloIdenticalTest" --durations=0
8179
8280
services:
8381
resource_manager:
@@ -103,8 +101,6 @@ jobs:
103101

104102
proxy:
105103
image: us-docker.pkg.dev/cloud-tpu-v2-images/pathways/proxy_server:latest
106-
volumes:
107-
- ${{ github.workspace }}:/tmp
108104
ports:
109105
- "29000:29000"
110106
env:

0 commit comments

Comments
 (0)