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
744cda65
Unverified
Commit
744cda65
authored
Nov 12, 2025
by
Dillon Cullinan
Committed by
GitHub
Nov 12, 2025
Browse files
ci: Shorten deploy test namespaces (#4254)
Signed-off-by:
Dillon Cullinan
<
dcullinan@nvidia.com
>
parent
827b8c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+7
-4
No files found.
.github/workflows/container-validation-backends.yml
View file @
744cda65
...
@@ -331,7 +331,7 @@ jobs:
...
@@ -331,7 +331,7 @@ jobs:
run
:
|
run
:
|
# Set namespace using test scenario
# Set namespace using test scenario
export FRAMEWORK=${{ matrix.framework.name }}
export FRAMEWORK=${{ matrix.framework.name }}
echo "NAMESPACE=gh-
job-
id-${{ github.run_id }}-ft-${FRAMEWORK}" >> $GITHUB_ENV
echo "NAMESPACE=gh-id-${{ github.run_id }}-ft-${FRAMEWORK}" >> $GITHUB_ENV
set -x
set -x
# Setup kubeconfig
# Setup kubeconfig
...
@@ -510,9 +510,12 @@ jobs:
...
@@ -510,9 +510,12 @@ jobs:
run
:
|
run
:
|
set -x
set -x
# Set namespace using branch
# Set namespace
BRANCH_SANITIZED="${BRANCH/\//-}"
# Invalid patterns: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
NAMESPACE="gh-job-id-${{ github.run_id }}-${BRANCH_SANITIZED}-deploy-tests"
BRANCH_SANITIZED="${BRANCH//\//-}"
BRANCH_SANITIZED="${BRANCH_SANITIZED/pull-request/pr}"
BRANCH_SANITIZED="${BRANCH_SANITIZED//./-}"
NAMESPACE="gh-id-${{ github.run_id }}-${BRANCH_SANITIZED}-dt"
echo "namespace=${NAMESPACE}" >> "$GITHUB_OUTPUT"
echo "namespace=${NAMESPACE}" >> "$GITHUB_OUTPUT"
# Setup kubeconfig
# Setup kubeconfig
...
...
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