Skip to content

Commit

Permalink
test android
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Aug 27, 2023
1 parent 4618ddd commit e2e2438
Showing 1 changed file with 48 additions and 46 deletions.
94 changes: 48 additions & 46 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,26 +120,28 @@ steps:
timeout_in_minutes: 90
key: mac_fixture_4_27

# # Unreal Engine 5.2 - Android
# - name: ':android: Build E2E - 5.2 Android'
# depends_on: plugin_5_2
# env:
# UE_VERSION: "5.2"
# DEVELOPER_DIR: "/Applications/Xcode14.app"
# JAVA_VERSION: "17"
# plugins:
# artifacts#v1.5.0:
# download: Build/Plugin/Bugsnag-*-UE_5.2-macOS.zip
# upload:
# - build/TestFixture-Android-Shipping-5.2-arm64.apk
# - build/TestFixture-Android-Shipping-5.2-armv7.apk
# - "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
# commands:
# - env
# - rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
# - features/scripts/build-fixture.sh Android
# timeout_in_minutes: 60
# key: android_fixture_5_2
# Unreal Engine 5.2 - Android
- name: ':android: Build E2E - 5.2 Android'
depends_on: plugin_5_2
agents:
queue: ms-arm-13-1
env:
UE_VERSION: "5.2"
DEVELOPER_DIR: "/Applications/Xcode14.app"
JAVA_VERSION: "17"
plugins:
artifacts#v1.5.0:
download: Build/Plugin/Bugsnag-*-UE_5.2-macOS.zip
upload:
- build/TestFixture-Android-Shipping-5.2-arm64.apk
- build/TestFixture-Android-Shipping-5.2-armv7.apk
- "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
commands:
- env
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- features/scripts/build-fixture.sh Android
timeout_in_minutes: 60
key: android_fixture_5_2

# Unreal Engine 5.2 - iOS
- name: ':ios: Build E2E - 5.2 iOS'
Expand Down Expand Up @@ -255,32 +257,32 @@ steps:
- echo '--- Running tests'
- bundle exec maze-runner --os=macos

# # Unreal Engine 5.2 - Android
# - label: 'E2E Tests - 5.2 Android 11'
# depends_on: android_fixture_5_2
# timeout_in_minutes: 30
# agents:
# queue: opensource
# plugins:
# artifacts#v1.3.0:
# download:
# - build/TestFixture-Android-Shipping-5.2-arm64.apk
# upload: ["maze_output/failed/**/*"]
# docker-compose#v3.3.0:
# run: maze-runner
# command:
# - "--app=/app/build/TestFixture-Android-Shipping-5.2-arm64.apk"
# - "--appium-version=1.17.0"
# - "--device=ANDROID_13_0"
# - "--farm=bs"
# - "--order=random"
# concurrency: 5
# concurrency_group: browserstack-app
# concurrency_method: eager
# retry:
# automatic:
# - exit_status: -1 # Agent was lost
# limit: 2
# Unreal Engine 5.2 - Android
- label: 'E2E Tests - 5.2 Android 11'
depends_on: android_fixture_5_2
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
artifacts#v1.3.0:
download:
- build/TestFixture-Android-Shipping-5.2-arm64.apk
upload: ["maze_output/failed/**/*"]
docker-compose#v3.3.0:
run: maze-runner
command:
- "--app=/app/build/TestFixture-Android-Shipping-5.2-arm64.apk"
- "--appium-version=1.17.0"
- "--device=ANDROID_13_0"
- "--farm=bs"
- "--order=random"
concurrency: 5
concurrency_group: browserstack-app
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

# Unreal Engine 5.2 - iOS
- label: 'E2E Tests - 5.2 iOS 12'
Expand Down

0 comments on commit e2e2438

Please sign in to comment.