-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from bugsnag/release-v2.0.0
Release v2.0.0
- Loading branch information
Showing
27 changed files
with
418 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
agents: | ||
queue: macos-13-arm | ||
|
||
steps: | ||
- label: 'Build Plugin - 5.3 Mac' | ||
env: | ||
UE_VERSION: "5.3" | ||
DEVELOPER_DIR: "/Applications/Xcode14.1.app" | ||
commands: | ||
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
- make package | ||
plugins: | ||
artifacts#v1.5.0: | ||
upload: | ||
- "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
artifact_paths: [ Build/Plugin/*.zip ] | ||
timeout_in_minutes: 60 | ||
key: plugin_5_3 | ||
|
||
# Unreal Engine 5.3 - Android | ||
- name: ':android: Build E2E - 5.3 Android' | ||
depends_on: plugin_5_3 | ||
env: | ||
UE_VERSION: "5.3" | ||
DEVELOPER_DIR: "/Applications/Xcode14.1.app" | ||
JAVA_VERSION: 17 | ||
plugins: | ||
artifacts#v1.5.0: | ||
download: Build/Plugin/Bugsnag-*-UE_5.3-macOS.zip | ||
upload: | ||
- build/TestFixture-Android-Shipping-5.3-arm64.apk | ||
- build/TestFixture-Android-Shipping-5.3-armv7.apk | ||
- "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
commands: | ||
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
- features/scripts/build-fixture.sh Android | ||
timeout_in_minutes: 60 | ||
key: android_fixture_5_3 | ||
|
||
# Unreal Engine 5.3 - iOS | ||
- name: ':ios: Build E2E - 5.3 iOS' | ||
depends_on: plugin_5_3 | ||
env: | ||
UE_VERSION: "5.3" | ||
DEVELOPER_DIR: "/Applications/Xcode14.1.app" | ||
plugins: | ||
artifacts#v1.5.0: | ||
download: Build/Plugin/Bugsnag-*-UE_5.3-macOS.zip | ||
upload: | ||
- build/TestFixture-IOS-Shipping-5.3.dSYM | ||
- build/TestFixture-IOS-Shipping-5.3.ipa | ||
- "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
commands: | ||
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
- features/scripts/build-fixture.sh IOS | ||
timeout_in_minutes: 60 | ||
key: ios_fixture_5_3 | ||
|
||
# # Unreal Engine 5.3 - macOS | ||
# - name: ':mac: Build E2E - 5.3 macOS' | ||
# depends_on: plugin_5_3 | ||
# env: | ||
# UE_VERSION: "5.3" | ||
# DEVELOPER_DIR: "/Applications/Xcode14.1.app" | ||
# plugins: | ||
# artifacts#v1.5.0: | ||
# download: Build/Plugin/Bugsnag-*-UE_5.3-macOS.zip | ||
# upload: | ||
# - TestFixture-macOS-5.3.zip | ||
# - "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
# commands: | ||
# - rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*" | ||
# - features/scripts/build-fixture.sh Mac | ||
# timeout_in_minutes: 90 | ||
# key: mac_fixture_5_3 | ||
|
||
# Unreal Engine 5.3 - Android | ||
- label: 'E2E Tests - 5.3 Android 11' | ||
depends_on: android_fixture_5_3 | ||
timeout_in_minutes: 30 | ||
agents: | ||
queue: opensource | ||
plugins: | ||
artifacts#v1.3.0: | ||
download: | ||
- build/TestFixture-Android-Shipping-5.3-arm64.apk | ||
upload: ["maze_output/failed/**/*"] | ||
docker-compose#v3.3.0: | ||
run: maze-runner | ||
command: | ||
- "--app=/app/build/TestFixture-Android-Shipping-5.3-arm64.apk" | ||
- "--device=ANDROID_11" | ||
- "--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.3 - iOS | ||
- label: 'E2E Tests - 5.3 iOS 12' | ||
depends_on: ios_fixture_5_3 | ||
timeout_in_minutes: 30 | ||
agents: | ||
queue: opensource | ||
plugins: | ||
artifacts#v1.3.0: | ||
download: | ||
- build/TestFixture-IOS-Shipping-5.3.ipa | ||
- build/TestFixture-IOS-Shipping-5.3.dSYM | ||
upload: ["maze_output/failed/**/*"] | ||
docker-compose#v3.3.0: | ||
run: maze-runner | ||
command: | ||
- "--app=/app/build/TestFixture-IOS-Shipping-5.3.ipa" | ||
- "--device=IOS_16" | ||
- "--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.3 - macOS | ||
# - label: 'E2E Tests - 5.3 macOS 12' | ||
# depends_on: mac_fixture_5_3 | ||
# timeout_in_minutes: 10 | ||
# plugins: | ||
# artifacts#v1.5.0: | ||
# download: | ||
# - TestFixture-macOS-5.3.zip | ||
# upload: ["maze_output/failed/**/*"] | ||
# commands: | ||
# - echo '--- Extracting test fixture' | ||
# - unzip TestFixture-macOS-5.3.zip | ||
# - echo '--- Installing dependencies' | ||
# - bundle install | ||
# - echo '--- Running tests' | ||
# - bundle exec maze-runner --os=macos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.27.0' | ||
gem 'bugsnag-maze-runner', '~>8.13' |
Oops, something went wrong.