Skip to content

Commit 721b959

Browse files
committed
misc(ci): gogogo
1 parent b21d92a commit 721b959

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build_trtllm.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,20 +126,16 @@ jobs:
126126
- name: Final
127127
id: final
128128
run: |
129-
echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT}}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
130-
echo "docker_devices=${{ env.DOCKER_DEVICES }}" >> "$GITHUB_OUTPUT"
131-
echo "docker_volume=${{ env.DOCKER_VOLUME }}" >> "$GITHUB_OUTPUT"
132-
echo "runs_on=${{ env.RUNS_ON }}" >> "$GITHUB_OUTPUT"
133-
echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
134-
echo "extra_pytest=${{ env.EXTRA_PYTEST }}" >> "$GITHUB_OUTPUT"
129+
echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
135130
136131
tests:
137132
needs: build-and-push
138133
runs-on:
139134
group: aws-g6-12xl-plus-priv-cache
135+
env:
136+
DOCKER_IMAGE: ${{ needs.build-and-push.outputs.docker_image }}
140137
container:
141-
image:
142-
registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ needs.build-and-push.outputs.docker_image }}
138+
image: ${DOCKER_IMAGE}
143139
credentials:
144140
username: ${{ secrets.REGISTRY_USERNAME }}
145141
password: ${{ secrets.REGISTRY_PASSWORD }}

0 commit comments

Comments
 (0)