Skip to content

Commit

Permalink
[full ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Apr 29, 2024
1 parent 191a21d commit 25bf2e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .buildkite/unreal.5.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ steps:
- "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
artifact_paths: [ Build/Plugin/*.zip ]
timeout_in_minutes: 60
key: plugin_5_3
key: plugin_5_4

# Unreal Engine 5.4 - Android
- name: ':android: Build E2E - 5.4 Android'
depends_on: plugin_5_3
depends_on: plugin_5_4
env:
UE_VERSION: "5.4"
JAVA_VERSION: 17
Expand All @@ -33,11 +33,11 @@ steps:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- features/scripts/build-fixture.sh Android
timeout_in_minutes: 60
key: android_fixture_5_3
key: android_fixture_5_4

# Unreal Engine 5.4 - iOS
- name: ':ios: Build E2E - 5.4 iOS'
depends_on: plugin_5_3
depends_on: plugin_5_4
env:
UE_VERSION: "5.4"
plugins:
Expand All @@ -51,11 +51,11 @@ steps:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- features/scripts/build-fixture.sh IOS
timeout_in_minutes: 60
key: ios_fixture_5_3
key: ios_fixture_5_4

# # Unreal Engine 5.4 - macOS
# - name: ':mac: Build E2E - 5.4 macOS'
# depends_on: plugin_5_3
# depends_on: plugin_5_4
# env:
# UE_VERSION: "5.4"
# plugins:
Expand All @@ -68,11 +68,11 @@ steps:
# - rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
# - features/scripts/build-fixture.sh Mac
# timeout_in_minutes: 90
# key: mac_fixture_5_3
# key: mac_fixture_5_4

# Unreal Engine 5.4 - Android
- label: 'E2E Tests - 5.4 Android 11'
depends_on: android_fixture_5_3
depends_on: android_fixture_5_4
timeout_in_minutes: 30
agents:
queue: opensource
Expand All @@ -98,7 +98,7 @@ steps:

# Unreal Engine 5.4 - iOS
- label: 'E2E Tests - 5.4 iOS 12'
depends_on: ios_fixture_5_3
depends_on: ios_fixture_5_4
timeout_in_minutes: 30
agents:
queue: opensource
Expand All @@ -125,7 +125,7 @@ steps:

# Unreal Engine 5.4 - macOS
# - label: 'E2E Tests - 5.4 macOS 12'
# depends_on: mac_fixture_5_3
# depends_on: mac_fixture_5_4
# timeout_in_minutes: 10
# plugins:
# artifacts#v1.5.0:
Expand Down

0 comments on commit 25bf2e1

Please sign in to comment.