Skip to content

Commit

Permalink
Merge pull request #236 from bugsnag/tms/maze-v9
Browse files Browse the repository at this point in the history
Use Maze Runner v9
  • Loading branch information
twometresteve committed Jun 17, 2024
2 parents ea06cb0 + f1074f1 commit 92c9da1
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 59 deletions.
75 changes: 40 additions & 35 deletions .buildkite/unreal.5.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,29 @@ steps:
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
# TODO: skipped pending PLAT-12297
# Unreal Engine 5.3 - macOS
- name: ':mac: Build E2E - 5.3 macOS'
key: mac_fixture_5_3
skip: Skipped pending PLAT-PLAT-12297
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:
- bundle install
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- features/scripts/build-fixture.sh Mac
timeout_in_minutes: 90

# Unreal Engine 5.3 - Android
- label: 'E2E Tests - 5.3 Android 11'
- label: 'E2E Tests - 5.3 Android'
depends_on: android_fixture_5_3
timeout_in_minutes: 30
agents:
Expand All @@ -89,7 +92,7 @@ steps:
run: maze-runner
command:
- "--app=/app/build/TestFixture-Android-Shipping-5.3-arm64.apk"
- "--device=ANDROID_11"
- "--device=ANDROID_12"
- "--farm=bs"
- "--order=random"
concurrency: 5
Expand All @@ -101,7 +104,7 @@ steps:
limit: 2

# Unreal Engine 5.3 - iOS
- label: 'E2E Tests - 5.3 iOS 12'
- label: 'E2E Tests - 5.3 iOS'
depends_on: ios_fixture_5_3
timeout_in_minutes: 30
agents:
Expand All @@ -127,19 +130,21 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

# TODO: skipped pending PLAT-12297
# 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
- label: 'E2E Tests - 5.3 macOS'
skip: Skipped pending PLAT-PLAT-12297
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
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'

gem 'bugsnag-maze-runner', '~>8.13'
gem 'bugsnag-maze-runner', '~>9.0'
gem 'cocoapods'
125 changes: 103 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (5.2.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
appium_lib (12.0.1)
appium_lib_core (~> 5.0)
nokogiri (~> 1.8, >= 1.8.1)
tomlrb (>= 1.1, < 3.0)
appium_lib_core (5.4.0)
faye-websocket (~> 0.11.0)
selenium-webdriver (~> 4.2, < 4.6)
bugsnag (6.26.0)
atomos (0.1.3)
base64 (0.2.0)
bugsnag (6.27.0)
concurrent-ruby (~> 1.0)
bugsnag-maze-runner (8.13.1)
bugsnag-maze-runner (9.9.0)
appium_lib (~> 12.0.0)
appium_lib_core (~> 5.4.0)
bugsnag (~> 6.24)
Expand All @@ -27,9 +43,48 @@ GEM
selenium-webdriver (~> 4.0)
test-unit (~> 3.5.2)
webrick (~> 1.7.0)
builder (3.2.4)
builder (3.3.0)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
claide (1.1.0)
cocoapods (1.10.1)
addressable (~> 2.6)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.10.1)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.19.0, < 2.0)
cocoapods-core (1.10.1)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
cucumber (7.1.0)
builder (~> 3.2, >= 3.2.4)
cucumber-core (~> 10.1, >= 10.1.0)
Expand Down Expand Up @@ -62,66 +117,92 @@ GEM
cucumber-core (~> 10.1, >= 10.1.0)
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
curb (0.9.11)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
dogstatsd-ruby (5.5.0)
ecma-re-validator (0.4.0)
regexp_parser (~> 2.2)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
faye-websocket (0.11.3)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.16.3)
ffi (1.17.0)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
hana (1.3.7)
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
json_schemer (0.2.25)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
uri_template (~> 0.7)
mime-types (3.5.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mini_portile2 (2.8.5)
mime-types-data (3.2024.0604)
minitest (5.23.1)
molinillo (0.6.6)
multi_test (0.1.2)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
nokogiri (1.16.6)
racc (~> 1.4)
optimist (3.0.1)
os (1.0.1)
power_assert (2.0.3)
racc (1.7.3)
rack (2.2.8)
public_suffix (5.0.3)
racc (1.8.0)
rack (2.2.9)
rake (12.3.3)
regexp_parser (2.8.2)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
ruby-macho (1.4.0)
rubyzip (2.3.2)
selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simpleidn (0.2.1)
unf (~> 0.1.4)
sys-uname (1.2.3)
simpleidn (0.2.3)
strscan (3.1.0)
sys-uname (1.3.0)
ffi (~> 1.1)
test-unit (3.5.9)
power_assert
thread_safe (0.3.6)
tomlrb (2.0.3)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uri_template (0.7.0)
webrick (1.7.0)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)

PLATFORMS
ruby

DEPENDENCIES
bugsnag-maze-runner (> 8.0)
bugsnag-maze-runner (~> 9.0)
cocoapods

BUNDLED WITH
2.4.8
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.6'
services:
maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v8-cli
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v9-cli
environment:
DEBUG:
BUILDKITE:
Expand Down

0 comments on commit 92c9da1

Please sign in to comment.