"vscode:/vscode.git/clone" did not exist on "6067c59d91f81db98ec1c6491dc058a891a4e903"
Unverified Commit 259b2d39 authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: add few defaults (#3926)


Signed-off-by: default avataralec-flowers <aflowers@nvidia.com>
parent c78b5901
......@@ -112,6 +112,12 @@ jobs:
# Set BUILD_ARCHS to empty string to build both amd64 and arm64
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=""
for key in "${!ci_variables[@]}"; do
ci_args+="--form variables[$key]=${ci_variables[$key]} "
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment