Skip to content

Commit a270eaf

Browse files
committed
change tag as localhost
1 parent 5b4c3e2 commit a270eaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/configs/metax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
runner_labels:

.github/workflows/unit_tests_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)