Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the UE 4.23/4.25/5.0EA steps to a new build queue #140

Merged
merged 7 commits into from
Feb 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ steps:
queue: opensource-arm-mac-cocoa-12
env:
UE_VERSION: "4.27"
DEVELOPER_DIR: "/Applications/Xcode13.app"
commands:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- make package
Expand All @@ -24,10 +25,11 @@ steps:

- name: 'Build Plugin - UE 4.23'
agents:
queue: opensource-mac-unreal-4.23
queue: opensource-mac-cocoa-10.15
env:
UE_VERSION: "4.23"
NDKROOT: /Users/administrator/Library/Android/sdk/ndk/16.1.4479499
DEVELOPER_DIR: "/Applications/Xcode11.app"
commands:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- make package
Expand All @@ -41,9 +43,10 @@ steps:
- name: 'Build Plugin - UE 4.25'
if: build.branch =~ /main|next|^release|^integration/ || build.message =~ /\[full ci\]/
agents:
queue: opensource-mac-unreal-4.25
queue: opensource-mac-cocoa-10.15
env:
UE_VERSION: "4.25"
DEVELOPER_DIR: "/Applications/Xcode12.app"
commands:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- make package
Expand All @@ -60,6 +63,7 @@ steps:
queue: opensource-arm-mac-cocoa-12
env:
UE_VERSION: "4.26"
DEVELOPER_DIR: "/Applications/Xcode13.app"
commands:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- make package
Expand All @@ -73,9 +77,10 @@ steps:
- name: 'Build Plugin - UE 5 EA'
if: build.branch =~ /main|next|^release|^integration/ || build.message =~ /\[full ci\]/
agents:
queue: opensource-mac-unreal-5
queue: opensource-mac-cocoa-10.15
env:
UE_VERSION: "5.0EA"
DEVELOPER_DIR: "/Applications/Xcode12.app"
commands:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- make package
Expand Down Expand Up @@ -107,6 +112,7 @@ steps:
queue: opensource-arm-mac-cocoa-12
env:
UE_VERSION: "4.27"
DEVELOPER_DIR: "/Applications/Xcode13.app"
plugins:
artifacts#v1.5.0:
download: Build/Plugin/Bugsnag-*-UE_4.27-macOS.zip
Expand All @@ -126,6 +132,7 @@ steps:
queue: opensource-arm-mac-cocoa-12
env:
UE_VERSION: "4.27"
DEVELOPER_DIR: "/Applications/Xcode13.app"
plugins:
artifacts#v1.5.0:
download: Build/Plugin/Bugsnag-*-UE_4.27-macOS.zip
Expand All @@ -145,6 +152,7 @@ steps:
queue: opensource-arm-mac-cocoa-12
env:
UE_VERSION: "4.27"
DEVELOPER_DIR: "/Applications/Xcode13.app"
plugins:
artifacts#v1.5.0:
download: Build/Plugin/Bugsnag-*-UE_4.27-macOS.zip
Expand Down