Skip to content

Commit df6e57c

Browse files
author
Joshua Huburn
committed
Fix up CI for 0.9.0
1 parent 6372ecc commit df6e57c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/generate-pipeline-steps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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))

ci/nightly.template.steps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)