From 68ca96df78530ffec18ddd1999e37c42ba0e22eb Mon Sep 17 00:00:00 2001 From: Simon Sarginson Date: Tue, 25 May 2021 14:43:01 +0100 Subject: [PATCH 1/4] Update nightly.steps.yaml --- .buildkite/nightly.steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/nightly.steps.yaml b/.buildkite/nightly.steps.yaml index 9f264cc9..ff6e2948 100644 --- a/.buildkite/nightly.steps.yaml +++ b/.buildkite/nightly.steps.yaml @@ -1,5 +1,5 @@ --- -ci_version: &ci_version "1.1" +ci_version: &ci_version "1.2" steps: # New build pipeline From b0f1690eb631d5159e884f074a3ccd9dfee102e9 Mon Sep 17 00:00:00 2001 From: Simon Sarginson Date: Tue, 25 May 2021 16:02:24 +0100 Subject: [PATCH 2/4] Update nightly.steps.yaml --- .buildkite/nightly.steps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/nightly.steps.yaml b/.buildkite/nightly.steps.yaml index ff6e2948..b9aa58d9 100644 --- a/.buildkite/nightly.steps.yaml +++ b/.buildkite/nightly.steps.yaml @@ -12,8 +12,8 @@ steps: message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}" env: BUILD_TYPE: "EXAMPLE" - GDK_BRANCH: "${GDK_BRANCH:-0.13.1-rc}" # NOTE: temp fix for new ci release interop issues - ENGINE_BRANCH: "${ENGINE_BRANCH:-4.26-SpatialOSUnrealGDK-0.13.1-rc}" # NOTE: temp fix for new ci release interop issues + GDK_BRANCH: ""${GDK_BRANCH:-match_branch_name_pref::0.13.1-rc}" + ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1-rc}" ENGINE_MAJOR: "4.26" PROJECT_BRANCH: "${BUILDKITE_BRANCH}" USE_FASTBUILD: "True" From b5e149f2cb19e15370699e5a35c59345d838c2d3 Mon Sep 17 00:00:00 2001 From: Simon Sarginson Date: Tue, 25 May 2021 16:11:33 +0100 Subject: [PATCH 3/4] Update nightly.steps.yaml --- .buildkite/nightly.steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/nightly.steps.yaml b/.buildkite/nightly.steps.yaml index b9aa58d9..4effbf23 100644 --- a/.buildkite/nightly.steps.yaml +++ b/.buildkite/nightly.steps.yaml @@ -15,7 +15,7 @@ steps: GDK_BRANCH: ""${GDK_BRANCH:-match_branch_name_pref::0.13.1-rc}" ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1-rc}" ENGINE_MAJOR: "4.26" - PROJECT_BRANCH: "${BUILDKITE_BRANCH}" + PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}" USE_FASTBUILD: "True" IS_BUILDKITE_BUILD: "True" BUILD_ANDROID: "True" From 23e8438b4046cc850610d5f55758a327662fb551 Mon Sep 17 00:00:00 2001 From: Simon Sarginson Date: Tue, 25 May 2021 16:12:16 +0100 Subject: [PATCH 4/4] Update nightly.steps.yaml --- .buildkite/nightly.steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/nightly.steps.yaml b/.buildkite/nightly.steps.yaml index 4effbf23..98a8088e 100644 --- a/.buildkite/nightly.steps.yaml +++ b/.buildkite/nightly.steps.yaml @@ -12,7 +12,7 @@ steps: message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}" env: BUILD_TYPE: "EXAMPLE" - GDK_BRANCH: ""${GDK_BRANCH:-match_branch_name_pref::0.13.1-rc}" + GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.13.1-rc}" ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1-rc}" ENGINE_MAJOR: "4.26" PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"