Skip to content

Commit 73eb570

Browse files
committed
tag as localhost:5000
1 parent a270eaf commit 73eb570

2 files changed

Lines changed: 3 additions & 2 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: localhost/megatron-lm-with-te:v1
10+
ci_image: localhost:5000/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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,12 @@ jobs:
163163
name: unit-${{ inputs.device }}-${{ matrix.test_group.name }}
164164
container:
165165
image: ${{ inputs.image }}
166-
# image-pull-policy: never
166+
167167
ports:
168168
- 80
169169
volumes: ${{ fromJson(inputs.container_volumes) }}
170170
options: ${{ inputs.container_options }}
171+
# options: --pull never ${{ inputs.container_options }}
171172
steps:
172173
# Check if this test group should run based on changed files or "full ci" label
173174
- name: Check if tests should run

0 commit comments

Comments
 (0)