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
3d7b4525
Unverified
Commit
3d7b4525
authored
Oct 28, 2025
by
Alec
Committed by
GitHub
Oct 28, 2025
Browse files
chore: add full defaults (#3941)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
a2380bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+4
-2
No files found.
.github/workflows/trigger_ci.yml
View file @
3d7b4525
...
...
@@ -81,8 +81,10 @@ jobs:
#!/bin/bash -e
declare -A ci_variables
# Set ENABLE_PREMERGE to true by default
ci_variables["ENABLE_BUILD"]="true"
ci_variables["ENABLE_PREMERGE"]="true"
ci_variables["ENABLE_E2E_TEST"]="true"
# Override to false if validation workflow is running
if [[ "${{ vars.ALLOW_GITLAB_TEST_SKIP }}" == "1" && "${{ steps.check_workflow.outputs.skip_ci }}" == "true" ]]; then
echo "Github Workflow has run and ENABLE_PREMERGE variable value is False"
...
...
@@ -113,7 +115,7 @@ jobs:
ci_variables["BUILD_ARCHS"]=""
# Set additional pipeline variables
ci_variables["ENABLE_
E2E_TEST"]="tru
e"
ci_variables["ENABLE_
PUBLISH_WHEELS"]="fals
e"
ci_variables["ENABLE_JET_BENCHMARKS"]="false"
ci_variables["ENABLE_SECURITY_SCAN"]="false"
ci_variables["RELEASE_BUILD"]="false"
...
...
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