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
259b2d39
Unverified
Commit
259b2d39
authored
Oct 28, 2025
by
Alec
Committed by
GitHub
Oct 28, 2025
Browse files
fix: add few defaults (#3926)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
c78b5901
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+6
-0
No files found.
.github/workflows/trigger_ci.yml
View file @
259b2d39
...
@@ -112,6 +112,12 @@ jobs:
...
@@ -112,6 +112,12 @@ jobs:
# Set BUILD_ARCHS to empty string to build both amd64 and arm64
# Set BUILD_ARCHS to empty string to build both amd64 and arm64
ci_variables["BUILD_ARCHS"]=""
ci_variables["BUILD_ARCHS"]=""
# Set additional pipeline variables
ci_variables["ENABLE_E2E_TEST"]="true"
ci_variables["ENABLE_JET_BENCHMARKS"]="false"
ci_variables["ENABLE_SECURITY_SCAN"]="false"
ci_variables["RELEASE_BUILD"]="false"
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