File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ if [ -z "${ENGINE_VERSION}" ]; then
4040 if (( STEP_NUMBER > MAXIMUM_ENGINE_VERSION_COUNT_LOCAL)) ; then
4141 break
4242 fi
43- # 4.24 temporary measure
44- export ENGINE_COMMIT_HASH=" HEAD 4.24-SpatialOSUnrealGDK "
43+
44+ export ENGINE_COMMIT_HASH=" ${COMMIT_HASH} "
4545 export STEP_NUMBER
4646 sed $REPLACE_STRING " ${BUILDKITE_TEMPLATE_FILE} " | buildkite-agent pipeline upload
4747 STEP_NUMBER=$(( STEP_NUMBER+ 1 ))
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ windows: &windows
2323 - " platform=windows"
2424 - " scaler_version=2"
2525 - " queue=${CI_WINDOWS_BUILDER_QUEUE:-v4-20-03-26-102432-bk9951-8afe0ffb}"
26+ - " boot_disk_size_gb=500"
2627 timeout_in_minutes : 60 # TODO(ENG-548): reduce timeout once agent-cold-start is optimised.
2728 retry :
2829 automatic :
You can’t perform that action at this time.
0 commit comments