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
7e16e8db
Unverified
Commit
7e16e8db
authored
Feb 12, 2026
by
Ran Rubin
Committed by
GitHub
Feb 12, 2026
Browse files
ci: update runner (#6237)
parent
a04b5631
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
.github/workflows/build-test-distribute-flavor.yml
.github/workflows/build-test-distribute-flavor.yml
+1
-6
No files found.
.github/workflows/build-test-distribute-flavor.yml
View file @
7e16e8db
...
@@ -119,7 +119,7 @@ jobs:
...
@@ -119,7 +119,7 @@ jobs:
build
:
build
:
if
:
inputs.build_image
if
:
inputs.build_image
name
:
Build ${{ inputs.framework }}-cuda${{ inputs.cuda_version }}-${{ inputs.platform }}
name
:
Build ${{ inputs.framework }}-cuda${{ inputs.cuda_version }}-${{ inputs.platform }}
runs-on
:
prod-builder-v
2
runs-on
:
prod-builder-v
3
outputs
:
outputs
:
target_tag_plain
:
${{ steps.calculate-target-tag.outputs.target_tag_plain }}
target_tag_plain
:
${{ steps.calculate-target-tag.outputs.target_tag_plain }}
env
:
env
:
...
@@ -129,11 +129,6 @@ jobs:
...
@@ -129,11 +129,6 @@ jobs:
uses
:
actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
# v4.3.0
uses
:
actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
# v4.3.0
with
:
with
:
lfs
:
true
lfs
:
true
-
name
:
Set up Python
uses
:
actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
#v6.2.0
with
:
python-version
:
'
3.12'
pip-install
:
jinja2 pyyaml
-
name
:
Calculate extra tags with platform suffix
# will get redundant upon multi arch builds support
-
name
:
Calculate extra tags with platform suffix
# will get redundant upon multi arch builds support
id
:
extra-tags
id
:
extra-tags
shell
:
bash
shell
:
bash
...
...
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