Skip to content

Commit 79ad70a

Browse files
committed
fix: use local registry image and dynamic gpu count for C500
1 parent 73eb570 commit 79ad70a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ jobs:
167167
ports:
168168
- 80
169169
volumes: ${{ fromJson(inputs.container_volumes) }}
170-
options: ${{ inputs.container_options }}
171-
# options: --pull never ${{ inputs.container_options }}
170+
# options: ${{ inputs.container_options }}
171+
options: --pull never ${{ inputs.container_options }}
172172
steps:
173173
# Check if this test group should run based on changed files or "full ci" label
174174
- name: Check if tests should run

0 commit comments

Comments
 (0)