Skip to content

Commit

Permalink
Test build with new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jun 28, 2023
1 parent db3ef11 commit a1d64fa
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ steps:
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-latest

- label: ':android: Build expo APK'
key: "build-expo-apk"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
artifact_paths: build/output.apk
commands:
- features/scripts/build-android.sh
# - label: ':android: Build expo APK'
# key: "build-expo-apk"
# timeout_in_minutes: 20
# agents:
# queue: "opensource-arm-mac-cocoa-12"
# env:
# EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
# artifact_paths: build/output.apk
# commands:
# - test/scripts/build-android.sh

- label: ':apple: Build expo IPA'
key: "build-expo-ipa"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
queue: "ms-arm-12-8"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode14.app"
DEVELOPER_DIR: "/Applications/Xcode13.4.app"
artifact_paths: build/output.ipa
commands:
- features/scripts/build-ios.sh
- test/scripts/build-ios.sh

- label: ':runner: expo Android 12'
depends_on:
Expand Down Expand Up @@ -94,7 +94,7 @@ steps:
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':runner: expo iOS 13'
- label: ':runner: expo iOS 12'
depends_on:
- "build-expo-ipa"
- "expo-maze-runner-image"
Expand All @@ -109,9 +109,9 @@ steps:
command:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_13
- --device=IOS_12
- --a11y-locator
- --appium-version=1.17.0
- --appium-version=1.16.0
- --retry=2
- --order=random
concurrency: 9
Expand Down

0 comments on commit a1d64fa

Please sign in to comment.