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
db124db0
Unverified
Commit
db124db0
authored
Apr 20, 2026
by
Ran Rubin
Committed by
GitHub
Apr 20, 2026
Browse files
ci: set skopeo runner to be prod-skopeo-v1 (#8347)
Signed-off-by:
rrubin
<
rrubin@nvidia.com
>
parent
f437c8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build-test-distribute-flavor.yml
.github/workflows/build-test-distribute-flavor.yml
+1
-1
.github/workflows/shared-copy.yml
.github/workflows/shared-copy.yml
+1
-1
No files found.
.github/workflows/build-test-distribute-flavor.yml
View file @
db124db0
...
@@ -424,7 +424,7 @@ jobs:
...
@@ -424,7 +424,7 @@ jobs:
needs.build.result == 'success' &&
needs.build.result == 'success' &&
(needs.test.result == 'success' || needs.test.result == 'skipped')
(needs.test.result == 'success' || needs.test.result == 'skipped')
name
:
copy-to-acr ${{ inputs.cpu_only && 'cpu' || format('cuda{0}', inputs.cuda_version) }}
name
:
copy-to-acr ${{ inputs.cpu_only && 'cpu' || format('cuda{0}', inputs.cuda_version) }}
runs-on
:
prod-
default-small
-v
2
runs-on
:
prod-
skopeo
-v
1
outputs
:
outputs
:
target_tag_plain
:
${{ needs.build.outputs.target_tag_plain }}
target_tag_plain
:
${{ needs.build.outputs.target_tag_plain }}
steps
:
steps
:
...
...
.github/workflows/shared-copy.yml
View file @
db124db0
...
@@ -43,7 +43,7 @@ jobs:
...
@@ -43,7 +43,7 @@ jobs:
matrix
:
matrix
:
cuda_version
:
${{ fromJson(inputs.cuda_version) }}
cuda_version
:
${{ fromJson(inputs.cuda_version) }}
name
:
Copy to ACR cuda${{ matrix.cuda_version }}${{ inputs.override_arch != '' && format(', {0}', inputs.override_arch) || '' }}
name
:
Copy to ACR cuda${{ matrix.cuda_version }}${{ inputs.override_arch != '' && format(', {0}', inputs.override_arch) || '' }}
runs-on
:
prod-
default-small
-v
2
runs-on
:
prod-
skopeo
-v
1
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
# v6.0.2
uses
:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
# v6.0.2
...
...
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