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
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:
...
@@ -43,9 +43,6 @@ inputs:
cuda_version
:
cuda_version
:
description
:
'
Optional
override
for
CUDA_VERSION
build-arg'
description
:
'
Optional
override
for
CUDA_VERSION
build-arg'
required
:
true
required
:
true
torch_backend
:
description
:
'
Optional
override
for
TORCH_BACKEND
build-arg
(e.g.,
cu129)'
required
:
false
enable_kvbm
:
enable_kvbm
:
description
:
'
Enable
KVBM
support
(optional)'
description
:
'
Enable
KVBM
support
(optional)'
required
:
false
required
:
false
...
@@ -130,9 +127,6 @@ runs:
...
@@ -130,9 +127,6 @@ runs:
if [ -n "${{ inputs.cuda_version }}" ]; then
if [ -n "${{ inputs.cuda_version }}" ]; then
EXTRA_ARGS+="--build-arg CUDA_VERSION=${{ inputs.cuda_version }} "
EXTRA_ARGS+="--build-arg CUDA_VERSION=${{ inputs.cuda_version }} "
fi
fi
if [ -n "${{ inputs.torch_backend }}" ]; then
EXTRA_ARGS+="--build-arg TORCH_BACKEND=${{ inputs.torch_backend }} "
fi
if [ -n "${{ inputs.dynamo_base_image }}" ]; then
if [ -n "${{ inputs.dynamo_base_image }}" ]; then
EXTRA_ARGS+=" --dynamo-base-image ${{ inputs.dynamo_base_image }}"
EXTRA_ARGS+=" --dynamo-base-image ${{ inputs.dynamo_base_image }}"
fi
fi
...
...
.github/workflows/ci-test-suite.yml
View file @
a170b31f
...
@@ -111,7 +111,6 @@ jobs:
...
@@ -111,7 +111,6 @@ jobs:
base_image_tag
:
'
'
base_image_tag
:
'
'
runtime_image_tag
:
'
'
runtime_image_tag
:
'
'
cuda_version
:
'
'
cuda_version
:
'
'
torch_backend
:
'
'
ci_token
:
${{ secrets.CI_TOKEN }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
@@ -146,17 +145,14 @@ jobs:
...
@@ -146,17 +145,14 @@ jobs:
base_image_tag
:
'
25.06-cuda12.9-devel-ubuntu24.04'
base_image_tag
:
'
25.06-cuda12.9-devel-ubuntu24.04'
runtime_image_tag
:
'
12.9.0-runtime-ubuntu24.04'
runtime_image_tag
:
'
12.9.0-runtime-ubuntu24.04'
cuda_version
:
'
12.9'
cuda_version
:
'
12.9'
torch_backend
:
'
cu129'
-
framework
:
trtllm
-
framework
:
trtllm
base_image_tag
:
'
25.06-py3'
base_image_tag
:
'
25.06-py3'
runtime_image_tag
:
'
'
runtime_image_tag
:
'
'
cuda_version
:
'
12.9'
cuda_version
:
'
12.9'
torch_backend
:
'
cu129'
-
framework
:
sglang
-
framework
:
sglang
base_image_tag
:
'
'
base_image_tag
:
'
'
runtime_image_tag
:
'
'
runtime_image_tag
:
'
'
cuda_version
:
'
'
cuda_version
:
'
'
torch_backend
:
'
'
env
:
env
:
ECR_HOSTNAME
:
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
ECR_HOSTNAME
:
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
steps
:
steps
:
...
@@ -187,7 +183,6 @@ jobs:
...
@@ -187,7 +183,6 @@ jobs:
base_image_tag
:
${{ matrix.base_image_tag }}
base_image_tag
:
${{ matrix.base_image_tag }}
runtime_image_tag
:
${{ matrix.runtime_image_tag }}
runtime_image_tag
:
${{ matrix.runtime_image_tag }}
cuda_version
:
${{ matrix.cuda_version }}
cuda_version
:
${{ matrix.cuda_version }}
torch_backend
:
${{ matrix.torch_backend }}
ci_token
:
${{ secrets.CI_TOKEN }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
...
.github/workflows/container-validation-backends.yml
View file @
a170b31f
...
@@ -168,10 +168,7 @@ jobs:
...
@@ -168,10 +168,7 @@ jobs:
framework
:
vllm
framework
:
vllm
target
:
runtime
target
:
runtime
platform
:
'
linux/${{
matrix.platform.arch
}}'
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'
cuda_version
:
'
13.0'
torch_backend
:
'
cu130'
ci_token
:
${{ secrets.CI_TOKEN }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
@@ -235,10 +232,7 @@ jobs:
...
@@ -235,10 +232,7 @@ jobs:
framework
:
vllm
framework
:
vllm
target
:
runtime
target
:
runtime
platform
:
'
linux/${{
matrix.platform.arch
}}'
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'
cuda_version
:
'
12.9'
torch_backend
:
${{ matrix.platform.arch == 'arm64' && 'cu129' || '' }}
ci_token
:
${{ secrets.CI_TOKEN }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
...
@@ -305,7 +299,6 @@ jobs:
...
@@ -305,7 +299,6 @@ jobs:
target
:
runtime
target
:
runtime
platform
:
'
linux/${{
matrix.platform.arch
}}'
platform
:
'
linux/${{
matrix.platform.arch
}}'
cuda_version
:
'
13.0'
cuda_version
:
'
13.0'
torch_backend
:
'
cu130'
ci_token
:
${{ secrets.CI_TOKEN }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
sccache_s3_bucket
:
${{ secrets.SCCACHE_S3_BUCKET }}
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