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
a35df0f5
"docs/vscode:/vscode.git/clone" did not exist on "970861ac0cfc93d8ebdeb2c0f5d664289eafb51c"
Unverified
Commit
a35df0f5
authored
Feb 26, 2026
by
Ran Rubin
Committed by
GitHub
Feb 26, 2026
Browse files
chore: fix deploy test (#6623)
parent
db88c953
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/pr.yaml
.github/workflows/pr.yaml
+4
-4
No files found.
.github/workflows/pr.yaml
View file @
a35df0f5
...
...
@@ -341,7 +341,9 @@ jobs:
cd deploy/helm/charts/platform/
helm dep build .
# Install platform with namespace restriction for single profile testing
# we manage crds via Velonix so we skip the crds installation
helm upgrade --install dynamo-platform . --namespace ${NAMESPACE} \
--skip-crds \
--set dynamo-operator.namespaceRestriction.enabled=true \
--set dynamo-operator.namespaceRestriction.allowedNamespaces[0]=${NAMESPACE} \
--set dynamo-operator.controllerManager.manager.image.repository=${{ secrets.AZURE_ACR_HOSTNAME }}/ai-dynamo/dynamo \
...
...
@@ -509,10 +511,8 @@ jobs:
cleanup
:
name
:
Cleanup AKS resources
runs-on
:
prod-default-small-v2
if
:
>-
always() &&
needs.deploy-status-check.result == 'success'
needs
:
[
deploy-operator
,
deploy-status-check
]
if
:
always()
needs
:
[
deploy-operator
,
deploy-test-trtllm
,
deploy-test-sglang
,
deploy-test-vllm
]
steps
:
-
name
:
Checkout code
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