Skip to content

Commit 25d5f62

Browse files
committed
test macos cig
1 parent 8221410 commit 25d5f62

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.buildkite/unreal.5.7.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -143,24 +143,24 @@ steps:
143143
limit: 2
144144

145145
# Pending PLAT-12729
146-
# - label: ":macos: E2E Tests - 5.7 macOS 14"
147-
# depends_on: mac_fixture_5_7
148-
# agents:
149-
# queue: macos-14
150-
# env:
151-
# XCODE_VERSION: "15.4.0"
152-
# UE_VERSION: "5.7"
153-
# timeout_in_minutes: 20
154-
# commands:
155-
# - echo '--- Extracting test fixture'
156-
# - unzip TestFixture-macOS-5.7.zip
157-
# - echo '--- Installing dependencies'
158-
# - bundle install
159-
# - echo '--- Running tests'
160-
# - bundle exec maze-runner --os=macos
161-
# plugins:
162-
# artifacts#v1.5.0:
163-
# download:
164-
# - TestFixture-macOS-5.7.zip
165-
# upload:
166-
# - maze_output/failed/**/*
146+
- label: ":macos: E2E Tests - 5.7 macOS 15"
147+
depends_on: mac_fixture_5_7
148+
agents:
149+
queue: macos-15-isolated
150+
env:
151+
XCODE_VERSION: "16.3.0"
152+
UE_VERSION: "5.7"
153+
timeout_in_minutes: 20
154+
commands:
155+
- echo '--- Extracting test fixture'
156+
- unzip TestFixture-macOS-5.7.zip
157+
- echo '--- Installing dependencies'
158+
- bundle install
159+
- echo '--- Running tests'
160+
- bundle exec maze-runner --os=macos
161+
plugins:
162+
artifacts#v1.5.0:
163+
download:
164+
- TestFixture-macOS-5.7.zip
165+
upload:
166+
- maze_output/failed/**/*

0 commit comments

Comments
 (0)