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
bb9566b7
Unverified
Commit
bb9566b7
authored
Aug 29, 2025
by
Anant Sharma
Committed by
GitHub
Aug 29, 2025
Browse files
fix: update concurrency to not cancel main runs (#2780)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
353ba5db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+3
-3
.github/workflows/container-validation-dynamo.yml
.github/workflows/container-validation-dynamo.yml
+3
-3
No files found.
.github/workflows/container-validation-backends.yml
View file @
bb9566b7
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
name
:
NVIDIA Github Validation
name
:
NVIDIA
Dynamo Backends
Github Validation
on
:
on
:
push
:
push
:
...
@@ -21,8 +21,8 @@ jobs:
...
@@ -21,8 +21,8 @@ jobs:
pytest_marks
:
"
e2e
and
vllm
and
gpu_1
and
not
slow"
pytest_marks
:
"
e2e
and
vllm
and
gpu_1
and
not
slow"
# Do not cancel main branch runs
# Do not cancel main branch runs
concurrency
:
concurrency
:
group
:
${{ matrix.framework }}-build-test-${{ github.ref_name || github.run_id }}
group
:
${{
github.workflow }}-${{
matrix.framework }}-build-test-${{ github.ref_name || github.run_id }}
cancel-in-progress
:
${{ github.ref
_name
!= 'main' }}
cancel-in-progress
:
${{ github.ref != '
refs/heads/
main' }}
name
:
Build and Test - ${{ matrix.framework }}
name
:
Build and Test - ${{ matrix.framework }}
env
:
env
:
...
...
.github/workflows/container-validation-dynamo.yml
View file @
bb9566b7
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
name
:
NVIDIA Github Validation
name
:
NVIDIA
Dynamo
Github Validation
on
:
on
:
push
:
push
:
...
@@ -11,8 +11,8 @@ on:
...
@@ -11,8 +11,8 @@ on:
# Do not cancel main branch runs
# Do not cancel main branch runs
concurrency
:
concurrency
:
group
:
dynamo-build-test-${{ github.ref_name || github.run_id }}
group
:
${{ github.workflow }}-
dynamo-build-test-${{ github.ref_name || github.run_id }}
cancel-in-progress
:
${{ github.ref
_name
!= 'main' }}
cancel-in-progress
:
${{ github.ref != '
refs/heads/
main' }}
jobs
:
jobs
:
build-test
:
build-test
:
...
...
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