Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a170b31f
"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "e1af3af6eee54b055614987a3a982ff51d89f2f9"
Unverified
Commit
a170b31f
authored
Jan 13, 2026
by
Ran Rubin
Committed by
GitHub
Jan 13, 2026
Browse files
ci: remove deprecated parameters (#5390)
parent
0bfe9822
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
18 deletions
+0
-18
.github/actions/docker-build/action.yml
.github/actions/docker-build/action.yml
+0
-6
.github/workflows/ci-test-suite.yml
.github/workflows/ci-test-suite.yml
+0
-5
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+0
-7
No files found.
.github/actions/docker-build/action.yml
View file @
a170b31f
...
...
@@ -43,9 +43,6 @@ inputs:
cuda_version
:
description
:
'
Optional
override
for
CUDA_VERSION
build-arg'
required
:
true
torch_backend
:
description
:
'
Optional
override
for
TORCH_BACKEND
build-arg
(e.g.,
cu129)'
required
:
false
enable_kvbm
:
description
:
'
Enable
KVBM
support
(optional)'
required
:
false
...
...
@@ -130,9 +127,6 @@ runs:
if [ -n "${{ inputs.cuda_version }}" ]; then
EXTRA_ARGS+="--build-arg CUDA_VERSION=${{ inputs.cuda_version }} "
fi
if [ -n "${{ inputs.torch_backend }}" ]; then
EXTRA_ARGS+="--build-arg TORCH_BACKEND=${{ inputs.torch_backend }} "
fi
if [ -n "${{ inputs.dynamo_base_image }}" ]; then
EXTRA_ARGS+=" --dynamo-base-image ${{ inputs.dynamo_base_image }}"
fi
...
...
.github/workflows/ci-test-suite.yml
View file @
a170b31f
...
...
@@ -111,7 +111,6 @@ jobs:
base_image_tag
:
'
'
runtime_image_tag
:
'
'
cuda_version
:
'
'
torch_backend
:
'
'
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
...
@@ -146,17 +145,14 @@ jobs:
base_image_tag
:
'
25.06-cuda12.9-devel-ubuntu24.04'
runtime_image_tag
:
'
12.9.0-runtime-ubuntu24.04'
cuda_version
:
'
12.9'
torch_backend
:
'
cu129'
-
framework
:
trtllm
base_image_tag
:
'
25.06-py3'
runtime_image_tag
:
'
'
cuda_version
:
'
12.9'
torch_backend
:
'
cu129'
-
framework
:
sglang
base_image_tag
:
'
'
runtime_image_tag
:
'
'
cuda_version
:
'
'
torch_backend
:
'
'
env
:
ECR_HOSTNAME
:
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
steps
:
...
...
@@ -187,7 +183,6 @@ jobs:
base_image_tag
:
${{ matrix.base_image_tag }}
runtime_image_tag
:
${{ matrix.runtime_image_tag }}
cuda_version
:
${{ matrix.cuda_version }}
torch_backend
:
${{ matrix.torch_backend }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
...
.github/workflows/container-validation-backends.yml
View file @
a170b31f
...
...
@@ -168,10 +168,7 @@ jobs:
framework
:
vllm
target
:
runtime
platform
:
'
linux/${{
matrix.platform.arch
}}'
base_image_tag
:
'
25.11-cuda13.0-devel-ubuntu24.04'
runtime_image_tag
:
'
13.0.2-runtime-ubuntu24.04'
cuda_version
:
'
13.0'
torch_backend
:
'
cu130'
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
...
@@ -235,10 +232,7 @@ jobs:
framework
:
vllm
target
:
runtime
platform
:
'
linux/${{
matrix.platform.arch
}}'
base_image_tag
:
${{ matrix.platform.arch == 'arm64' && '25.06-cuda12.9-devel-ubuntu24.04' || '' }}
runtime_image_tag
:
${{ matrix.platform.arch == 'arm64' && '12.9.0-runtime-ubuntu24.04' || '' }}
cuda_version
:
'
12.9'
torch_backend
:
${{ matrix.platform.arch == 'arm64' && 'cu129' || '' }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
...
@@ -305,7 +299,6 @@ jobs:
target
:
runtime
platform
:
'
linux/${{
matrix.platform.arch
}}'
cuda_version
:
'
13.0'
torch_backend
:
'
cu130'
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment