Skip to content

Commit bb4ae4f

Browse files
Merge pull request #3793 from AI-Hypercomputer:skip_hlo_tests
PiperOrigin-RevId: 908900427
2 parents 233794e + d86f286 commit bb4ae4f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/promote_docker_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
base_image: ${{ inputs.image_name }}:${{ inputs.image_tag }}
7474
is_scheduled_run: true
7575
maxtext_installed: true
76+
additional_pytest_args: ${{ contains(inputs.image_name, 'maxtext_jax_nightly') && '--ignore=tests/integration/hlo_diff_test.py' || '' }}
7677

7778
tagging:
7879
needs: [test]

.github/workflows/run_tests_coordinator.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ on:
5151
required: false
5252
type: boolean
5353
default: false
54+
additional_pytest_args:
55+
description: 'Additional pytest arguments to pass during test execution'
56+
required: false
57+
type: string
58+
default: ''
5459

5560
permissions:
5661
contents: read
@@ -137,6 +142,7 @@ jobs:
137142
"cpu-unit": "--ignore=tests/post_training",
138143
"cpu-post-training-unit": ""
139144
}')[inputs.flavor] }}
145+
${{ inputs.additional_pytest_args }}
140146
141147
# Resource Scaling
142148
xla_python_client_mem_fraction: "${{ contains(inputs.flavor, 'gpu') && '0.65' || '0.75' }}"

0 commit comments

Comments
 (0)