File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ display_name: 'Metax Tests'
77
88# Docker image for this hardware
99# ci_image: cr.metax-tech.com/public-ai-release/maca/megatron-lm:0.12.0-maca.ai3.3.0.11-torch2.6-py312-ubuntu22.04-amd64
10- ci_image : megatron-lm-with-te:v1
10+ ci_image : localhost/ megatron-lm-with-te:v1
1111
1212# Runner labels for this hardware
1313runner_labels :
Original file line number Diff line number Diff line change @@ -163,11 +163,11 @@ jobs:
163163 name : unit-${{ inputs.device }}-${{ matrix.test_group.name }}
164164 container :
165165 image : ${{ inputs.image }}
166- image-pull-policy : never
166+ # image-pull-policy: never
167167 ports :
168168 - 80
169169 volumes : ${{ fromJson(inputs.container_volumes) }}
170- options : --pull never ${{ inputs.container_options }}
170+ options : ${{ inputs.container_options }}
171171 steps :
172172 # Check if this test group should run based on changed files or "full ci" label
173173 - name : Check if tests should run
You can’t perform that action at this time.
0 commit comments