Skip to content
Snippets Groups Projects
Commit 5fa896b7 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Merge branch 'feature/ci_zen_input' into '5.5'

ci: Add Zen cache server to inputs

See merge request vr-vis/VR-Group/unreal-development/unrealprojecttemplate!77
parents 05909397 5544ddf6
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@ spec:
description: Custom nDisplay config stored on the cluster filesystem.
type: string
default: ""
use_zen:
description: Whether or not to connect to the shared Zen storage server. Speeds up build but temporarily modifies DefaultEngine.ini., so turn off if weird build errors happen.
type: boolean
default: true
run_windows_jobs:
description: "Whether or not the windows jobs should be added to the pipeline.
Yes - always run
......@@ -61,6 +65,7 @@ variables:
NUMBER_OF_OLD_VERSIONS: $[[ inputs.number_of_old_versions ]]
CUSTOM_NDISPLAY_CONFIG: $[[ inputs.custom_ndisplay_config ]]
BUILD_WINDOWS_CONDITION: $[[ inputs.run_windows_jobs ]]
USE_SHARED_CACHE_ZEN: $[[ inputs.use_zen ]]
stages:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment