From 387169ca39d1d77f0bfdffeb49e375d6b6cda484 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Fri, 30 Jun 2023 09:33:28 +0100 Subject: [PATCH] Revert non-required changes for testing --- .buildkite/pipeline.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f9617f20..fac355c8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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" @@ -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: @@ -66,7 +66,7 @@ steps: - --a11y-locator - --fail-fast - --retry=2 - concurrency: 9 + concurrency: 5 concurrency_group: 'browserstack-app' concurrency_method: eager @@ -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" @@ -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