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
a7188f61
Unverified
Commit
a7188f61
authored
Apr 14, 2026
by
Dillon Cullinan
Committed by
GitHub
Apr 14, 2026
Browse files
ci: Revert skopeo runner change (#8167)
Signed-off-by:
Dillon Cullinan
<
dcullinan@nvidia.com
>
parent
2f658327
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/build-test-distribute-flavor.yml
.github/workflows/build-test-distribute-flavor.yml
+1
-1
.github/workflows/pr.yaml
.github/workflows/pr.yaml
+3
-3
.github/workflows/shared-copy.yml
.github/workflows/shared-copy.yml
+1
-1
No files found.
.github/workflows/build-test-distribute-flavor.yml
View file @
a7188f61
...
...
@@ -426,7 +426,7 @@ jobs:
needs.build.result == 'success' &&
(needs.test.result == 'success' || needs.test.result == 'skipped')
name
:
copy-to-acr ${{ inputs.cpu_only && 'cpu' || format('cuda{0}', inputs.cuda_version) }}
runs-on
:
prod-
skopeo
-v
1
runs-on
:
prod-
default-small
-v
2
outputs
:
target_tag_plain
:
${{ needs.build.outputs.target_tag_plain }}
steps
:
...
...
.github/workflows/pr.yaml
View file @
a7188f61
...
...
@@ -471,7 +471,7 @@ jobs:
name
:
vllm-runtime
# This name overlaps with other vllm jobs to group them in the UI
needs
:
[
changed-files
,
vllm-build
,
vllm-test
]
if
:
|
always() &&
always() &&
!cancelled() &&
(needs.changed-files.outputs.core == 'true' || needs.changed-files.outputs.vllm == 'true' || needs.changed-files.outputs.deploy == 'true') &&
needs.vllm-build.result == 'success' &&
(needs.vllm-test.result == 'success' || needs.vllm-test.result == 'skipped')
...
...
@@ -487,7 +487,7 @@ jobs:
name
:
sglang-runtime
# This name overlaps with other sglang jobs to group them in the UI
needs
:
[
changed-files
,
sglang-build
,
sglang-test
]
if
:
|
always() &&
always() &&
!cancelled() &&
(needs.changed-files.outputs.core == 'true' || needs.changed-files.outputs.sglang == 'true' || needs.changed-files.outputs.deploy == 'true') &&
needs.sglang-build.result == 'success' &&
(needs.sglang-test.result == 'success' || needs.sglang-test.result == 'skipped')
...
...
@@ -503,7 +503,7 @@ jobs:
name
:
trtllm-runtime
# This name overlaps with other trtllm jobs to group them in the UI
needs
:
[
changed-files
,
trtllm-build
,
trtllm-test
]
if
:
|
always() &&
always() &&
!cancelled() &&
(needs.changed-files.outputs.core == 'true' || needs.changed-files.outputs.trtllm == 'true' || needs.changed-files.outputs.deploy == 'true') &&
needs.trtllm-build.result == 'success' &&
(needs.trtllm-test.result == 'success' || needs.trtllm-test.result == 'skipped')
...
...
.github/workflows/shared-copy.yml
View file @
a7188f61
...
...
@@ -43,7 +43,7 @@ jobs:
matrix
:
cuda_version
:
${{ fromJson(inputs.cuda_version) }}
name
:
Copy to ACR cuda${{ matrix.cuda_version }}${{ inputs.override_arch != '' && format(', {0}', inputs.override_arch) || '' }}
runs-on
:
prod-
skopeo
-v
1
runs-on
:
prod-
default-small
-v
2
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
# v4.3.0
...
...
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