[CICD enhance] CodeTrans run CI with latest base image, group logs in GHA outputs. (#1929)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-05-14 11:11:54 +08:00
committed by GitHub
parent bd6726c53a
commit 26d07019d0
8 changed files with 157 additions and 79 deletions

View File

@@ -5,6 +5,8 @@ services:
codetrans:
build:
args:
IMAGE_REPO: ${REGISTRY:-opea}
BASE_TAG: ${TAG:-latest}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
@@ -45,4 +47,5 @@ services:
build:
context: GenAIComps
dockerfile: comps/third_parties/vllm/src/Dockerfile.amd_gpu
extends: codetrans
image: ${REGISTRY:-opea}/vllm-rocm:${TAG:-latest}