Skip to content

Commit aa2e26c

Browse files
kikoveigaclaude
andcommitted
RUM-16470: Run API 37 instrumented tests on macOS Sequoia runner
The API 37 image is 16 KB-page (google_apis_ps16k), which the emulator can only accelerate under HVF on macOS 15+. Route the three latest-api instrumented jobs to the new dd-sdk-android-sequoia runner; API 23/28 jobs stay on Sonoma. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4920a11 commit aa2e26c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ci/pipelines/default-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ test-pyramid:core-it-min-api:
285285
test-pyramid:core-it-latest-api:
286286
extends:
287287
- .base-cache-pull-job
288-
tags: [ "macos:sonoma", "specific:true" ]
288+
tags: [ "macos:sequoia", "specific:true" ]
289289
stage: test-pyramid
290290
timeout: 1h
291291
variables:
@@ -400,7 +400,7 @@ test-pyramid:legacy-integration-instrumented-min-api:
400400
test-pyramid:legacy-integration-instrumented-latest-api:
401401
extends:
402402
- .base-cache-pull-job
403-
tags: [ "macos:sonoma", "specific:true" ]
403+
tags: [ "macos:sequoia", "specific:true" ]
404404
stage: test-pyramid
405405
timeout: 1h
406406
variables:
@@ -430,7 +430,7 @@ test-pyramid:legacy-integration-instrumented-median-api:
430430
test-pyramid:ndk-instrumented-latest-api:
431431
extends:
432432
- .base-cache-pull-job
433-
tags: [ "macos:sonoma", "specific:true" ]
433+
tags: [ "macos:sequoia", "specific:true" ]
434434
stage: test-pyramid
435435
timeout: 1h
436436
variables:

0 commit comments

Comments
 (0)