Skip to content

Commit

Permalink
Revert non-required changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jun 30, 2023
1 parent a1d64fa commit 387169c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ 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:
# - test/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:
- features/scripts/build-android.sh

- label: ':apple: Build expo IPA'
key: "build-expo-ipa"
Expand All @@ -42,10 +42,10 @@ steps:
queue: "ms-arm-12-8"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode13.4.app"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths: build/output.ipa
commands:
- test/scripts/build-ios.sh
- features/scripts/build-ios.sh

- label: ':runner: expo Android 12'
depends_on:
Expand All @@ -66,7 +66,7 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
concurrency: 9
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

Expand All @@ -90,11 +90,11 @@ steps:
- --appium-version=1.21.0
- --retry=2
- --order=random
concurrency: 9
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

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

0 comments on commit 387169c

Please sign in to comment.