mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[Infra] - Always push the release images in the post-merge job (#4426)
Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
This commit is contained in:
parent
c4a0d768b5
commit
a28cf3240c
@ -228,7 +228,7 @@ pipeline {
|
||||
}
|
||||
steps
|
||||
{
|
||||
buildImage("trtllm", params.action, "skip", "", LLM_BRANCH_TAG)
|
||||
buildImage("trtllm", env.JOB_NAME ==~ /.*PostMerge.*/ ? "push" : params.action, "skip", "", LLM_BRANCH_TAG)
|
||||
}
|
||||
}
|
||||
stage("Build x86_64-skip") {
|
||||
@ -246,7 +246,7 @@ pipeline {
|
||||
}
|
||||
steps
|
||||
{
|
||||
buildImage("trtllm", params.action, "skip", "", LLM_BRANCH_TAG + "-sbsa", "", true)
|
||||
buildImage("trtllm", env.JOB_NAME ==~ /.*PostMerge.*/ ? "push" : params.action, "skip", "", LLM_BRANCH_TAG + "-sbsa", "", true)
|
||||
}
|
||||
}
|
||||
stage("Build rockylinux8 x86_64-skip-py3.10") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user