Skip to content

Commit 8f3fa8e

Browse files
committed
ci: route build jobs to DemoFAXL and test jobs to DemoFA pools
Use bitrise_pool_name:DemoFAXL label to route iOS build jobs to XL machines (14c/54GB) and bitrise_pool_name:DemoFA label to route E2E test jobs to Large machines (10c/28GB).
1 parent 6eb4285 commit 8f3fa8e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-e2e-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ on:
6262
jobs:
6363
test-e2e-mobile:
6464
name: ${{ inputs.test-suite-name }}
65-
runs-on: ${{ inputs.platform == 'ios' && (inputs.use_bitrise_runner && fromJSON('{"group":"temp-bitrise-runners"}') || 'ghcr.io/cirruslabs/macos-runner:tahoe') || 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg' }}
65+
runs-on: ${{ inputs.platform == 'ios' && (inputs.use_bitrise_runner && fromJSON('{"group":"temp-bitrise-runners","labels":["bitrise_pool_name:DemoFA"]}') || 'ghcr.io/cirruslabs/macos-runner:tahoe') || 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg' }}
6666
outputs:
6767
apk-target-path: ${{ steps.determine-target-paths.outputs.apk-target-path }}
6868
test-apk-target-path: ${{ steps.determine-target-paths.outputs.test-apk-target-path }}

.github/workflows/temp-bitrise-ios-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
!github.event.pull_request.head.repo.fork
3030
runs-on:
3131
group: temp-bitrise-runners
32+
labels: ["bitrise_pool_name:DemoFAXL"]
3233
timeout-minutes: 60
3334
outputs:
3435
artifacts-url: ${{ steps.set-artifacts-url.outputs.artifacts-url }}

0 commit comments

Comments
 (0)