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
466b1993
Unverified
Commit
466b1993
authored
Oct 08, 2025
by
Anant Sharma
Committed by
GitHub
Oct 08, 2025
Browse files
ci: disable gitlab sdk pipeline (#3494)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
f3987f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+0
-4
No files found.
.github/workflows/trigger_ci.yml
View file @
466b1993
...
@@ -98,10 +98,6 @@ jobs:
...
@@ -98,10 +98,6 @@ jobs:
ci_variables["RUN_SGLANG"]="true"
ci_variables["RUN_SGLANG"]="true"
fi
fi
if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
ci_variables["RUN_SDK_CI"]="true"
fi
ci_args=""
ci_args=""
for key in "${!ci_variables[@]}"; do
for key in "${!ci_variables[@]}"; do
ci_args+="--form variables[$key]=${ci_variables[$key]} "
ci_args+="--form variables[$key]=${ci_variables[$key]} "
...
...
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