Skip to content

Commit

Permalink
update maze-runner to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Jun 17, 2024
1 parent ea06cb0 commit 8d864a7
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 26 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ steps:
- echo '--- Running tests'
- bundle exec maze-runner --os=macos

- name: 'Append Unreal 5.3 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unreal.5.3.yml

#
# Conditionally trigger full pipeline
#
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/unreal.5.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
# key: mac_fixture_5_3

# Unreal Engine 5.3 - Android
- label: 'E2E Tests - 5.3 Android 11'
- label: 'E2E Tests - 5.3 Android 12'
depends_on: android_fixture_5_3
timeout_in_minutes: 30
agents:
Expand All @@ -89,7 +89,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 Down
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'
134 changes: 112 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,38 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
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)
bigdecimal (3.1.8)
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 +49,49 @@ 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.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.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.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (2.1)
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)
connection_pool (2.4.1)
cucumber (7.1.0)
builder (~> 3.2, >= 3.2.4)
cucumber-core (~> 10.1, >= 10.1.0)
Expand Down Expand Up @@ -62,66 +124,94 @@ 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)
drb (2.2.1)
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.8.0)
multi_test (0.1.2)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
mutex_m (0.2.0)
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 (4.0.7)
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.2.9)
strscan
ruby-macho (2.5.1)
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
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 (2.0.6)
concurrent-ruby (~> 1.0)
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.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)

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 8d864a7

Please sign in to comment.